[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dependency problem



In article <[🔎] 20030801151135.E9F8A400213@mwinf0501.wanadoo.fr>, Jacques Haubensack wrote:

> I have a "circular" dependancy problem with installation of debian packages/
> I try to install the alsaplayer sound modules 
> But
> alsaplayer-alsa depends on alsaplayer-common
> and
> alsaplayer-common depends on alsaplayer-alsa

> -i /home/jack/.kpackage/alsaplayer-alsa_0.99.59-5_i386.deb ;echo RESULT=$?

Put all packages needed in one command, like this:

dpkg -i /home/jack/.kpackage/alsaplayer-nas_0.99.59-5_i386.deb /home/jack/.kpackage/alsaplayer-common_0.99.59-5_i386.deb /home/jack/.kpackage/alsaplayer-alsa_0.99.59-5_i386.deb

Even better - use aptitude. It resolves dependencies automaticly.

-- 
Miernik



Reply to: