Results 1 to 6 of 6
Hi all.
I'd like to install Gimp - I'm using Ubuntu 10.04
I opened up a Terminal, typed apt-get install gimp , hit enter and it gave me this:
E: ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-21-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 10
[SOLVED] Having Trouble with Installing Gimp in Ubuntu 10.04!
Hi all.
I'd like to install Gimp - I'm using Ubuntu 10.04
I opened up a Terminal, typed apt-get install gimp, hit enter and it gave me this:
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
"Are you root?" ... What does this mean?
Any help would be extremely appreciated... I was disappointed to find that they took Gimp out of Ubuntu 10.04... Just installed this yesterday on my computer.
Anyway, thanks in advance!
- 07-21-2010 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Ubuntu uses sudo rather than root user, so try it again using sudo:
More on using sudo vs root user here:Code:sudo apt-get install gimp
http://www.linuxforums.org/forum/ubu...in-ubuntu.htmloz
- 07-21-2010 #3
- 07-22-2010 #4Just Joined!
- Join Date
- Jul 2010
- Posts
- 10
[QUOTE=ozar;793492]Ubuntu uses sudo rather than root user, so try it again using sudo:
/QUOTE]Code:sudo apt-get install gimp
Okay, so this worked, and I was able to install Gimp through the terminal... Now where can I locate it? I can't find it anywhere!
- 07-22-2010 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
It should show up in the apps menu, under Applications / Graphics.
oz
- 07-22-2010 #6Just Joined!
- Join Date
- Jul 2010
- Posts
- 10




