I maintain an APT repository for Ubuntu and Raspbian releases. I usually support the most recent standard and LTS releases, but may include others. Sources are provided for packages I have backported 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 12.10 “Quantal Quetzal”: amd64 i386
Ubuntu 12.04 LTS “Precise Pangolin”: amd64 i386
Ubuntu 10.04 LTS “Lucid Lynx”: amd64 i386
Debian 7.0 “Wheezy”: armhf
Automatic Setup
Ubuntu 12.10 “Quantal Quetzal”
|
1 2 |
sudo apt-add-repository 'deb http://www.tolaris.com/apt/ quantal main' wget -q http://www.tolaris.com/apt/tolaris-keyring.gpg -O- | sudo apt-key add - |
Ubuntu 12.04 LTS “Precise Pangolin”
|
1 2 |
sudo apt-add-repository 'deb http://www.tolaris.com/apt/ precise main' wget -q http://www.tolaris.com/apt/tolaris-keyring.gpg -O- | sudo apt-key add - |
Ubuntu 10.04 LTS “Lucid Lynx”
|
1 2 |
sudo apt-add-repository 'deb http://www.tolaris.com/apt/ lucid main' wget -q http://www.tolaris.com/apt/tolaris-keyring.gpg -O- | sudo apt-key add - |
Debian 7.0 “Wheezy” (Raspbian, Debian for Raspberry Pi)
|
1 2 |
sudo apt-add-repository 'deb http://www.tolaris.com/apt/ wheezy 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.
Ubuntu 12.10 “Quantal Quetzal”
|
1 2 |
deb http://www.tolaris.com/apt/ quantal main deb-src http://www.tolaris.com/apt/ quantal main |
Ubuntu 12.04 LTS “Precise Pangolin”
|
1 2 |
deb http://www.tolaris.com/apt/ precise main deb-src http://www.tolaris.com/apt/ precise main |
Ubuntu 10.04 LTS “Lucid Lynx”
|
1 2 |
deb http://www.tolaris.com/apt/ lucid main deb-src http://www.tolaris.com/apt/ lucid main |
Debian 7.0 “Wheezy” (Raspbian, Debian for Raspberry Pi)
|
1 2 |
deb http://www.tolaris.com/apt/ wheezy main deb-src http://www.tolaris.com/apt/ wheezy main |
Import GPG Key 455A524E:
|
1 |
wget -q http://www.tolaris.com/apt/tolaris-keyring.gpg -O- | sudo apt-key add - |
Recent Comments