Debian/Ubuntu Repository

All the packages described in this blog are available as Debian/Ubuntu binary packages (architecture dependent packages are built for amd64 and i386). You just have to install add this file in your /etc/apt/sources.list.d/ directory:

If you are interested in more experimental code, add also this file at the same place:
Note that you need to explicitly install new versions from the experimental repository, as they will not be installed automatically.

You will also need to install a GPG key to verify the repository. Download this file:
Then run the following command:

$ sudo apt-key add key.asc

The fingerprint of the key is as follow:

CDB3 BC52 DFDC 8A58 35F1 714D 0309 943D 9AD0 8F3F

The following command installs the jarc package after updating the package index:

$ sudo apt-get update
$ sudo apt-get install jarc

The packages built from source that I own the copyright are distributed under an Affero GPL 3 license. All the packages distributed under a FOSS license are distributed with an additional source package containing the source code, which can be retrieved with a command like this:

$ apt-get source jarc

Note that I welcome bug reports, suggestions and questions but I cannot accept bug fixes or code improvements without been accompanied by a copyright assignment. In any case you are free to fork my code, as long as you do it as permitted by the license.