Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Linux 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! **

  3. #3
    Banned
    Join Date
    Nov 2004
    Location
    Belgium
    Posts
    1,121
    Wy using only dpkg ?
    In Debian just do
    Code:
    apt-get install package_name
    (will take care of all dependencies for you)
    To fix your system do:
    Code:
    apt-get -f install
    (will fix what is broken)[/i]

Posting Permissions

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