CCPN Analysis Debian *.deb packages =================================== Daniel O'Donovan (djo35) 14th August 2010 These packages have been tested on Ubuntu linux 10.04 LTS (32 and 64bit) but should work on all Debian based systems. If you run into any problems, please let us know via the CCPNMR Jiscmail list or through the CCPN website http://www.ccpn.ac.uk Thanks. Installing ---------- To install CCPN Analysis, download the *.deb appropriate for your computer and then issue the command: $ sudo gdebi ccpn-analysis.deb (be sure to replace analysis.deb with the deb file that you downloaded). gdebi is like apt, only suited for downloaded packages. Using apt you can only install packages over http / https. This package will install CCPN Analysis and all dependent packages for you automatically. Although not essential to CCPN Analysis, the numerical python package numpy can help to speed up some of the more difficult calculations. To install this additional package iss $ sudo apt-get install numpy Updating -------- CCPN Analysis will be installed to a read only directory, so to update your release using the CCPN upgrade server start Analysis as root, updata and then exit Analysis. $ sudo analysis < Now run the update mechanism and quit Analysis.> Uninstalling ------------ To remove you can use apt or the system package manager. For example $ sudo apt-get remove ccpn-analysis will remove Analysis using apt.