Bleeding edge repositories for Phatch, SPE and sK1. This PPA is signed.
Starting from Ubuntu 9.10 Karmic, adding the PPA and its key is as simple as:
sudo add-apt-repository ppa:stani && sudo apt-get update
For Ubuntu 9.04 Jaunty
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 7B0FB2CA && sudo echo "deb http://ppa.launchpad.net/stani/ppa/ubuntu jaunty main" | sudo tee -a /etc/apt/sources.list && sudo apt-get update
For Ubuntu 8.10 Intrepid
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 7B0FB2CA && sudo echo "deb http://ppa.launchpad.net/stani/ppa/ubuntu intrepid main" | sudo tee -a /etc/apt/sources.list && sudo apt-get update
For Ubuntu 8.04 Hardy
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 7B0FB2CA && sudo echo "deb http://ppa.launchpad.net/stani/ppa/ubuntu hardy main" | sudo tee -a /etc/apt/sources.list && sudo apt-get update
Note that if you install Phatch from this repository, it will depend on all packages with which Phatch can interact. This includes Blender, Inkscape, imagemagick, ...
After adding the PPA and its key, you need to explicitly install phatch (dist-upgrade won't work):
sudo apt-get update
sudo apt-get install phatch
This PPA is created and maintained by Stani.
UTCOM syncs the data from the original link regularly: https://launchpad.net/~stani/+archive/ppa.
For questions and bugs with software in this PPA please contact Stani.
deb http://ppa.launchpad.net/stani/ppa/ubuntu YOUR_UBUNTU_VERSION_HERE main
deb-src http://ppa.launchpad.net/stani/ppa/ubuntu YOUR_UBUNTU_VERSION_HERE main
This source is signed with key:View key
You can easily enable this PPA by the following command:
sudo add-apt-repository ppa:stani/ppa