To install newer version of Banshee over the latest in Ubuntu we shall make use of the Banshee Daily PPA. To install, follow the following steps:
- Open terminal.
- Add the Banshee Daily PPA with the command:
sudo add-apt-repository ppa:banshee-team/banshee-daily
- Update the software list with:
sudo apt-get update
- Install Banshee with the command
sudo apt-get install banshee
Note: Remember to remove the repository from the source list after the installation. If you do not know how to do it, here is how:
- In Terminal, execute the commands,
sudo rm /etc/apt/sources.list.d/banshee-team-banshee-daily-karmic.list
Sometimes you might find this under /etc/apt/sources.d/
P.S. this was last tried with Ubuntu 9.10