I maintain an APT repository for Ubuntu, Debian, and Raspbian releases. I usually support the most recent standard and LTS releases. Sources are provided for packages I have back-ported or modified myself, but not for binary packages I have imported.
To use this repository, use either the automatic or manual instructions below.
Contents
http://www.tolaris.com/apt/
Ubuntu 20.04 LTS “Focal Fossa”: amd64 i386
Debian 10.0 “Buster”: amd64 i386
Debian 9.0 “Stretch” / Raspbian: amd64 i386 armhf
Automatic Setup
Ubuntu 20.04 LTS “Focal Fossa”
sudo apt-add-repository 'deb http://www.tolaris.com/apt/ focal main' wget -q http://www.tolaris.com/apt/tolaris-keyring.gpg -O- | sudo apt-key add -
Debian 10.0 “Buster”
sudo apt-add-repository 'deb http://www.tolaris.com/apt/ buster main' wget -q http://www.tolaris.com/apt/tolaris-keyring.gpg -O- | sudo apt-key add -
Debian 9.0 “Stretch” / Raspbian
sudo apt-add-repository 'deb http://www.tolaris.com/apt/ stretch main' wget -q http://www.tolaris.com/apt/tolaris-keyring.gpg -O- | sudo apt-key add -
Manual Setup
Either edit /etc/apt/sources.list or create the new file /etc/apt/sources.list.d/tolaris.list, and insert the appropriate lines for your distribution. Then import my repository signing key. In this example, change “$distro” for your distribution name (e.g. “xenial”).
deb http://www.tolaris.com/apt/ $distro main deb-src http://www.tolaris.com/apt/ $distro main
Import GPG Key 455A524E:
wget -q http://www.tolaris.com/apt/tolaris-keyring.gpg -O- | sudo apt-key add -
Recent Comments