Skip to main content

Posts

Showing posts with the label Audio Player

Install XMMS 1.2.11 on Any Current, Newest, Debian Based Linux Distribution : The Best Music Player in Linux Ever

To play music, there are many choices now in Linux. But as I've tried those stuffs, from Amarok, gMusicBrowser, Rhythmbox, Banshee to Clementine, I found that the best is XMMS in sound quality. Yes, it's an obsolete app. Even we can call it "an ancient app" from the ancient world. It uses an ancient technology gtk+1.2, but strangely, it has very great sound quality : Clear in the Treble, Soft in the Bass, But, how and where we could get this app and install it onto our current, newer Linux distro ? I know, even the libraries for this app is not available anymore in any current Linux software repository. And so, I share my collection to you HERE . Installation Stay online and connect your apt to your official Linux distro's software repository (Ubuntu,   Debian). Extract the .tar.gz enter to the folder by terminal  Install them manually by terminal :  sudo dpkg -i *.deb If you found a dependency error, just fix it  :  sudo apt-get -f install ...