In article <[EMAIL PROTECTED]>, 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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to