Find the answer to your Linux question:
Results 1 to 5 of 5
Is there a way to use dpkg or dpkg-deb and force debian to automatically install packages which the package you are trying to install is dependent on? To my understanding ...
  1. #1
    Just Joined! kramerP's Avatar
    Join Date
    Dec 2005
    Posts
    19

    Use dpkg / dpkg-deb to install dependencies automatically

    Is there a way to use dpkg or dpkg-deb and force debian to automatically install packages which the package you are trying to install is dependent on? To my understanding you can do this with apt-get, but I have been searching and haven't seen switches for dpkg that will permit this. What I'm trying to do is install fluxbox but there are ~6 packages I need to install beforehand. Granted, I could just install the packages but I was trying to find an easier, more automated way for my future use........laziness is a sickness but makes you find better ways, right?!?

    Here is the command that I did run.....
    Code:
    dkpg -i fluxbox<blah>.deb
    Thanks in advance for your help.


  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    you should be able to use synaptic, dselect, or aptitude to manual choose the package

    but to my knowledge, dpkg doesn't have dependency support
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Linux Guru kkubasik's Avatar
    Join Date
    Mar 2004
    Location
    Lat: 39:03:51N Lon: 77:14:37W
    Posts
    2,396
    Quote Originally Posted by Vergil83
    you should be able to use synaptic, dselect, or aptitude to manual choose the package

    but to my knowledge, dpkg doesn't have dependency support
    unfortunately, for those to work smoothly, he would have to set up his own local repository (they don't take to well to downloaded/personally packaged deb's.) if you want here is the offical howto its a bit long, but you don't need all of it for what your doing (skip to the Simple Repository part).
    Avoid the Gates of Hell. Use Linux
    A Penny for your Thoughts

    Formerly Known as qub333

  4. #4
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Quote Originally Posted by kkubasik
    unfortunately, for those to work smoothly, he would have to set up his own local repository (they don't take to well to downloaded/personally packaged deb's.) if you want here is the offical howto its a bit long, but you don't need all of it for what your doing (skip to the Simple Repository part).
    I was under the impression that one of those would work with the downloaded .debs. I think I recall being able (using kpackage) to manually pick individual packages (this was like 3 years ago).
    Brilliant Mediocrity - Making Failure Look Good

  5. #5
    Linux Guru kkubasik's Avatar
    Join Date
    Mar 2004
    Location
    Lat: 39:03:51N Lon: 77:14:37W
    Posts
    2,396
    i know some of the frontends support it, but I think straight up apt-get doesn't do it.
    Avoid the Gates of Hell. Use Linux
    A Penny for your Thoughts

    Formerly Known as qub333

Posting Permissions

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