you need to add my ppa repository to /etc/apt/sources.list
then do an apt-get install flamerobin
here is how installed on my jaunty ubuntu
sudo vi /etc/apt/sources.list.d/mariuz.list
or use pico
sudo pico /etc/apt/sources.list.d/mariuz.list
deb http://ppa.launchpad.net/mapopa/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/mapopa/ppa/ubuntu jaunty main
import my gpg key (in one line)
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com
ea316a2f8d6bd55554c23f680be6d09eef648708
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install flamerobin
No comments:
Post a Comment