Results 1 to 4 of 4

Thread: Permission denied...

  1. #1
    Join Date
    Jun 2008
    Location
    NJ, USA
    Beans
    182

    Permission denied...

    I was trying to install the new GIMP update and I get this error:





    I want to know how to become root..

    Thanks in advance
    Mission: Learn GIMP...

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Permission denied...

    You need to prepend your command with sudo eg:

    Code:
    sudo apt-get install gimp
    When installing programs, you need to be root, as your regular user can only write files to your home directory.

    This is also the reason why linux malware has a hard time propagating, as unless you install it as root, it isn't going to work.

    Jim

  3. #3
    Join Date
    Jul 2007
    Location
    Greece
    Beans
    269
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Permission denied...

    sudo apt-get install ...

  4. #4
    Join Date
    Jun 2008
    Location
    NJ, USA
    Beans
    182

    Re: Permission denied...

    Lol how embarassing +1 for both!
    Mission: Learn GIMP...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •