Ubuntu Repository

From Psychosynth

Jump to: navigation, search

If you are using a Ubuntu distribution, the best way to install Psychosynth is to add the repository to your sources list. To add your repository you may do it graphically using Synaptic or just edit this file as root: /etc/apt/sources.list. There are repositories available for the following distributions:

Ubuntu Jaunty

# Andrew Finn's PPA for ogre 1.6
deb http://ppa.launchpad.net/andrewfenn/ogredev/ubuntu karmic main 
deb-src http://ppa.launchpad.net/andrewfenn/ogredev/ubuntu karmic main 

# Aleksander Morgado's PPA for Psychosynth
deb http://ppa.launchpad.net/aleksander-m/psychosynth/ubuntu karmic main
deb-src http://ppa.launchpad.net/aleksander-m/psychosynth/ubuntu karmic main 

Where it says karmic you may also write jaunty in case you use that distribution. You may need to tell apt to accept those repos without issuing a warning when running apt-get update. For that, you can just do the following for each warned key:

$> gpg --keyserver subkeys.pgp.net --recv 4A3B72F02ADA7053
$> gpg --export --armor 4A3B72F02ADA7053 | sudo apt-key add - 

Once you run sudo apt-get update, install the packages:

$> sudo apt-get install psychosynth-gui psychosynth-samples 

This repository has been tested Ubuntu Jaunty. Many thanks to Aleksander Morgado for maintaining these packages.