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 ...
- 01-11-2006 #1
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.....
Thanks in advance for your help.Code:dkpg -i fluxbox<blah>.deb
- 01-11-2006 #2
you should be able to use synaptic, dselect, or aptitude to manual choose the package
but to my knowledge, dpkg doesn't have dependency supportBrilliant Mediocrity - Making Failure Look Good
- 01-11-2006 #3unfortunately, 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).
Originally Posted by Vergil83
- 01-11-2006 #4I 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).
Originally Posted by kkubasik Brilliant Mediocrity - Making Failure Look Good
- 01-11-2006 #5


Reply With Quote
