Ubuntu PPA now available
March 29th, 2009 - SeverinI created a PPA (Personal Package Archive) for LottaNZB quite a while ago, but never announced it publicly on this site nor mentioned it on the download page.
A PPA is a software repository like the official ones you get your software from when you use Ubuntu or Debian. Using Launchpad.net, every person or team can create such a PPA and upload signed software to it. The cool thing about this is that users can add the PPA to the software sources and afterwards, new versions of LottaNZB will show up in the update manager like everything else. This makes it easy for you to always use the latest version of LottaNZB. Ubuntu 9.10 will be the first Ubuntu version to have LottaNZB in its official software repository, but this version will not often be updated, while our PPA will.
If you’re interested, here’s how you can use LottaNZB’s PPA:
- To add the PPA to the sources your machine can get software from, run the following in the Terminal.
source /etc/lsb-release echo "deb http://ppa.launchpad.net/lottanzb/ppa/ubuntu $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/lottanzb-ppa.list
- The packages in the PPA are signed to ensure that you don’t get malicious software. You need to do the following so that your computer knows how to verify the validity of the packages:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 93A5BC72
- Now you can update the software sources and install LottaNZB using
sudo apt-get update
sudo apt-get install lottanzb
That’s it! Of course all of the above steps could be done graphically using the Synaptic package management that can be found in the system menu, but it would have taken much more time.
April 24th, 2009 at 7:25 pm
Great news!
Please update to Jaunty….!
April 24th, 2009 at 9:05 pm
Hi Peter,
the instructions above will work just fine on Jaunty machines. After writing this news post, I updated the Ubuntu download page, but using a version-independent guide: http://www.lottanzb.org/downloads/ubuntu/
May 2nd, 2009 at 12:23 pm
I’ve just started using Xubuntu. Will the above work for xubuntu (and perhaps kubuntu) too?
May 2nd, 2009 at 12:31 pm
LottaNZB itself and the instructions above work nicely both on Xubuntu and Kubuntu. Have fun with LottaNZB and tell us if there’s anything wrong or could be improved.
May 2nd, 2009 at 12:40 pm
I just changed the instructions to what’s on the official download page: http://www.lottanzb.org/downloads/ubuntu/
It’s not necessary anymore to change the distribution in any of the commands and it won’t create duplicate source entries if the command is run twice.
May 3rd, 2009 at 12:55 am
Thanks!
November 15th, 2009 at 8:03 am
Time to add a PPA for Karmic!
November 15th, 2009 at 1:24 pm
The PPA package for Karmic has just been built. It should be published soon.
Thanks for reminding me. Guess I’ll need to update the instructions on the Ubuntu download page as it has become much simpler to add a PPA in Karmic.
Cheers!