|
32-bit Ubuntu 9.04 (Jaunty Jackalope) users can now have the latest bleeding-edge PHOEBE installed through the package repository. To activate, add the following two lines to your /etc/apt/sources.list:
deb http://phoebe.fiz.uni-lj.si/debs jaunty main
deb-src http://phoebe.fiz.uni-lj.si/debs jaunty main
Import the authentication key:
To authenticate the origin of binary packages that you install on your computer, all packages are gpg-signed. Issue the following to import the authentication key:
gpg --keyserver pgp.mit.edu --recv B6F22FBC
gpg --export --armor B6F22FBC | sudo apt-key add -
Rescan your package list:
sudo apt-get update
Install phoebe-gui and/or phoebe-scripter and you will have the latest SVN snapshot of the precompiled binaries.
WARNING: these are bleeding-edge binaries compiled automatically from the latest SVN snapshot, and come with no assurance to work correctly or, for that matter, to even work. Please exercise caution when using them.
|