Add GPG Key First
- Open Terminal and copy-paste the following command in terminal(Give password when prompted to).
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6E80C6B7
- Done.
Now Add PPA Repo for Banshee
- Open sources.list file in gedit text editor. Simply copy paste the command in Terminal.
sudo gedit /etc/apt/sources.list
- Done. Now into the text editor you just opened, you need to add the PPA Repo for Banshee(preferably to the last line).
- Simply copy-paste the following line into sources.list file you just opened depending on the version of ubuntu you use.
For Ubuntu 9.10 Karmic
deb http://ppa.launchpad.net/banshee-team/ppa/ubuntu karmic main
For Ubuntu 9.04 Jaunty
deb http://ppa.launchpad.net/banshee-team/ppa/ubuntu jaunty main
For Ubuntu 8.10 Intrepid
deb http://ppa.launchpad.net/banshee-team/ppa/ubuntu intrepid main
For Ubuntu 8.04 Hardy
deb http://ppa.launchpad.net/banshee-team/ppa/ubuntu hardy main
- Done. Save and Close the text editor.
Now Install Latest Banshee
- Goto Terminal and copy-paste the following command.
sudo apt-get update && sudo apt-get install banshee
- Done. Thats it :-)
Already a Banshee user?
- If you are already a Banshee user, upgrade to the latest Banshee version here.
sudo apt-get update && sudo apt-get upgrade
- Have fun :-)