| All Modules | Clients | Servers | AI Clients | Utilities | Libraries |
Download libtpclient-py for Ubuntu Linux
![]() | ![]() | A library which includes nice features for developing clients in python, includes things like caching support. |
General Instructions for Ubuntu Linux
It appears that your version of Ubuntu is not supported. The instructions shown below may not work.
Some Thousand Parsec packages appear in the standard software repositories for Ubuntu, but you can obtain more current releases using our APT repository as follows:
- The packages and the repository meta-data are digitally signed, so you'll need to import the key into your apt's list of trusted keys in order to not get warnings about it:
curl http://packages.thousandparsec.net/key.asc | sudo apt-key add - - Add the following lines to either your
/etc/apt/sources.listfile or to a new file in/etc/apt/sources.list.d, replacing DIST as appropriate for your system: - Update your local copy of the package meta-data:
sudo apt-get update
# Thousand Parsec repository at packages.thousandparsec.net
deb http://packages.thousandparsec.net/DIST DIST universe
deb-src http://packages.thousandparsec.net/DIST DIST universe
Specific Instructions for libtpclient-py
Instructions
- Run
sudo apt-get install libtpclient-py.


