[Outdated] Adding my PPA to your system’s software sources

EDIT: I’ve not updated my PPAs for a long time now, I hardly doubt that something still work, and you shouldn’t try it, unless you can manage to screw up your system.


Read about installing

My PPA has some dependencies

  • Primary Archive for Ubuntu – BACKPORTS (main, restricted, universe, multiverse)
  • Kubuntu Updates (ppa:kubuntu-ppa/ppa)
  • Kubuntu Backports (ppa:kubuntu-ppa/backports)

If you don’t have those archives in your system’s software sources you might have some problems with packages dependencies.

For Jaunty:

  • Copy the lines below and add them to your system’s software sources. (Read about installing)
    deb http://ppa.launchpad.net/daniele.domenichelli/ppa/ubuntu jaunty main
    deb http://ppa.launchpad.net/daniele.domenichelli/backports/ubuntu jaunty main
    deb-src http://ppa.launchpad.net/daniele.domenichelli/ppa/ubuntu jaunty main
    deb-src http://ppa.launchpad.net/daniele.domenichelli/backports/ubuntu jaunty main
  • Import public key for my PPA:
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9D0C02D0
    
  • Update:
    sudo apt-get update

For Karmic:

  • Run:
    sudo add-apt-repository ppa:daniele.domenichelli/ppa
    sudo add-apt-repository ppa:daniele.domenichelli/backports
    

    (If add-apt-repository command is not found just install package python-software-properties)

  • Update:
    sudo apt-get update