Audacious Media Player 1.5 for Ubuntu 7.10 Gutsy Gibbon
Audacious Media Player is, in my opinion, the best WinAmp clone available on Linux. The version 1.4 comes with it share of new functionalities. And it correct a problem of the version 1.3 witch streamed media. This article explain how to install this fine music player on your Ubuntu Gutsy Gibbon
Warning: Since some time, this article need the Gutsy backports to be enabled. This can be done with the following command line :
/usr/bin/sudo /bin/sed -i -e 's/^#[ ]*\(.*gutsy-backports.*\)$/\1/' /etc/apt/sources.list
Fast and obfuscated
The following command lines summaries this guide. First, you need to initialize your sudo environment :
sudo echo
Then copy / paste the following lines in your terminal to install Audacious Media Player 1.4 :
echo "# Morgoth gutsy backports
# Contains Audacity 1.4
deb http://morgoth.free.fr/ubuntu gutsy-backports main
deb-src http://morgoth.free.fr/ubuntu gutsy-backports main" \
| sudo tee /etc/apt/sources.list.d/gutsy-morgoth-backports.list
/usr/bin/wget http://morgoth.free.fr/files/morgoth-signkey.gpg.asc -O- | sudo /usr/bin/apt-key add -
sudo apt-get update
sudo apt-get -y install audacious audacious-plugins audacious-plugins-extra
Install
Note : If you have already followed this guide, i encourage you to remove the dereferenced repositories from your apt configuration :
sudo /bin/rm /etc/apt/sources.list.d/gutsy-dereferenced-universe.list
We add the Morgoth repository to our apt configuration :
echo "# Morgoth gutsy backports
# Contains Audacity 1.4
deb http://morgoth.free.fr/ubuntu gutsy-backports main
deb-src http://morgoth.free.fr/ubuntu gutsy-backports main" \
| sudo tee /etc/apt/sources.list.d/gutsy-morgoth-backports.list
We trust the key signing this repository :
/usr/bin/wget http://morgoth.free.fr/files/morgoth-signkey.gpg.asc -O- | sudo /usr/bin/apt-key add -
We update the list of available packages :
sudo apt-get update
And we install Audacious and its plugins.
sudo apt-get install audacious audacious-plugins audacious-plugins-extra
Thanks
- Thanks to Audacious Media Player developers.
- Thanks to Dereferenced contributers.
- Thanks to Morgoth contributers.
- Thanks to Kosimo for its post on Ubuntu forums : Audacious 1.4 repository GUTSY.
- Thanks to Bishop for his post on French Ubuntu forums.
downlod