Linux depends hell when installing a small mp3 player...
- by smwikipedia
I try to install a small audio player named "Audacious" with the following command:
sudo apt-get install audacious
and it tells me that it depends audacious-plugins,
so I try to install the audacious-plugins,
one thing leads to another, there're numerous depends and it is just impossible to install all of them manually...
Is it even possible to install a software on ubuntu linux?
Is there a way to auto install all the depends?
(I have never seen such a stupid software manager.)
Many thanks.