Results 1 to 4 of 4
I am trying to install GIMP using the dpkg function in the terminal window. It looks like I am getting an error. Any ideas?
Code:
mikedelo@debian:~$ su
Password:
root@debian:/home/mikedelo# dpkg ...
- 12-26-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 52
Installing GIMP (new user)
I am trying to install GIMP using the dpkg function in the terminal window. It looks like I am getting an error. Any ideas?
Code:mikedelo@debian:~$ su Password: root@debian:/home/mikedelo# dpkg -i gimp.deb (Reading database ... 56699 files and directories currently installed.) Preparing to replace gimp 2.2.13-1etch4 (using gimp.deb) ... Unpacking replacement gimp ... dpkg: dependency problems prevent configuration of gimp: gimp depends on gimp-data (= 2.2.13-1etch4); however: Package gimp-data is not installed. gimp depends on libgimp2.0 (>= 2.2.0+rel); however: Package libgimp2.0 is not installed. gimp depends on libmng1 (>= 1.0.3-1); however: Package libmng1 is not installed. gimp depends on libwmf0.2-7 (>= 0.2.8.4); however: Package libwmf0.2-7 is not installed. dpkg: error processing gimp (--install): dependency problems - leaving unconfigured Processing triggers for man-db ... Processing triggers for menu ... Errors were encountered while processing: gimp root@debian:/home/mikedelo#
- 12-26-2009 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
It should be easier to install GIMP by using your package tool, such as Synaptic, or by using apt:
You can find instructions for using synaptic and apt here:Code:apt-get install gimp
DebianPackageManagement - Debian Wiki
Synaptic - Debian Wiki
AptCLI - Debian Wikioz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 12-26-2009 #3Just Joined!
- Join Date
- Nov 2009
- Posts
- 52
I tried typing "apt-get install gimp.dev" and got "E: Couldn't find package".
I even tried typing in the path of the file, "apt-get install /home/mikedelo/gimp.dev" The computer returned the same result.
- 12-27-2009 #4
Don't use .deb extension.
Have you checked Synaptic Package Manager? Its Graphical Interface of apt-get. You can install/remove/upgrade package through it easily.Code:sudo apt-get update sudo apt-get install gimp
Look for Synaptic Package Manager in Administrative menu. Open it and click on Reload button to fetch fresh package list from sources. Type package name in search box. If found, mark package for installation and click Apply button to install it.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
