Ubuntu PPA now available

March 29th, 2009 - Severin

I 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:

  1. 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
  2. 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
  3. 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.

8 Responses

  1. Peter said:

    Great news!
    Please update to Jaunty….!

  2. Severin said:

    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/

  3. tom said:

    I’ve just started using Xubuntu. Will the above work for xubuntu (and perhaps kubuntu) too?

  4. Severin said:

    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.

  5. Severin said:

    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.

  6. tom said:

    Thanks!

  7. DPic said:

    Time to add a PPA for Karmic!

  8. Severin said:

    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!

Leave a Reply