Hello Linux Geeksters. As you may know, Audacious is an open-source music player, having the features of a modern music player, including support for audio effects, equalizer, lyrics and plugins, visualization, support for Winamp skins and support for playlists organized in tabs.
While the previous Audacious versions were built against GTK+2, the latest versions of the audio player have been created in GTK+3. Recently, the developers have announced their plans to switch back to GTK2, starting with Audacious 3.6, the final goal being the switch to Qt. The Audacious developers are not happy with the monochrome icons, the client-side decorations and the message windows.
The latest version available is Audacious 3.5 (created with GTK+3), which can be easily installed on Ubuntu 14.04 Trusty Tahr, Linux Mint 17 Qiana, Pinguy OS 14.04, LXLE 14.04, Elementary OS 0.3 Freya, Peppermint Five and other Ubuntu 14.04 derivative systems.
Because it is available via PPA, all you have to do is add the ppa to your system, update the local repository index and install the audacious and audacious-plugins packages. Like this:
$ sudo add-apt-repository ppa:nilarimogard/webupd8
$ sudo apt-get update
$ sudo apt-get install audacious audacious-plugins
Optional, to remove audacious and audacious-plugins, do:
$ sudo apt-get remove audacious audacious-plugins
Leave a Reply