Results 1 to 3 of 3
I tried to install sword but I got about 5 dependency issues. I downloaded all of those packages and dpkg -i ed as many as I could. But then libgtkhtml ...
- 07-28-2005 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 8
Is there a fast way of getting all packages that are needed by a specific package?
I tried to install sword but I got about 5 dependency issues. I downloaded all of those packages and dpkg -i ed as many as I could. But then libgtkhtml returned about 20 packages it needed. Is there a fast way to get all of the packages needed to install sword or another package?
- 07-28-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
apt-get
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 07-28-2005 #3Banned
- Join Date
- Nov 2004
- Location
- Belgium
- Posts
- 1,121
Wy using only dpkg ?
In Debian just do
(will take care of all dependencies for you)Code:apt-get install package_name
To fix your system do:
(will fix what is broken)[/i]Code:apt-get -f install


Reply With Quote
