[HOW TO] Install Exaile in Xubuntu
Exaile is a music manager and player for GTK+ written in Python. It incorporates automatic fetching of album art, lyrics fetching, Last.fm scrobbling, support for many portable media players, internet radio such as shoutcast, and tabbed playlists. Here's how to install it in Xubuntu using two methods: from Ubuntu repositories and from source. The version in the repositories is always a little behind so to get the latest version choose the source method. The highlights of the newer versions are described on Exaile's website . Exaile Running on Xubuntu Install from Ubuntu Repositories Open a terminal window and run: sudo apt-get install exaile python-mmkeys -y Note: The command above also installs python-mmkeys . This package is needed to activate the "XKeys" plugin (support for keyboard multimedia keys). You'll get this error otherwise: mmkeys.so is not available Install from Source Navigate to Exaile's download page and...