APT Repo Configuration

Latest Stable

Install the APT GPG Key

wget -qO- http://repo.r1soft.com/r1soft.asc | tee /etc/apt/trusted.gpg.d/r1soft.asc

Configure the Repo

Edit /etc/apt/sources.list.d/r1soft.sources

Paste the text below:

Types: deb
URIs: http://repo.r1soft.com/apt
Suites: stable
Components: main
Signed-By: /etc/apt/trusted.gpg.d/r1soft.asc
apt-get update

Legacy Stable

Edit /etc/apt/sources.list

Add the line below:

deb http://repo.r1soft.com/apt stable main

Install the APT GPG Key

wget http://repo.r1soft.com/r1soft.asc
apt-key add r1soft.asc
apt-get update
apt-cache search r1soft