AFOYI APT Repository

This APT repository includes software build or repackaged by AFOYI for use internally or by clients. Use of this repository is at user risk and no warranty is provided or implied.

Supported Distributions

This respository supports the following distributions and architectures. Please note that some packages might not be available in all distributions or architectures.

buster (Debian 10)
amd64
bullseye (Debian 11)
amd64
jammy (Ubuntu 22.04)
amd64

Setup

Add AFOYI GPG key:

$ wget -O - http://apt.afoyi.com/D4653B6E.gpg | sudo apt-key add -

Add repository to APT sources and update list of available packages:

$ echo deb http://apt.afoyi.com/ $(/usr/bin/lsb_release -sc) afoyi | sudo tee /etc/apt/sources.list.d/afoyi.list
$ sudo apt-get update

Third Party Packages

AFOYI also mirrors are number of third party packages which are maintained in a separate repository.

buster (Debian 10)
amd64
bullseye (Debian 11)
amd64
jammy (Ubuntu 22.04)
amd64
$ echo deb http://apt.afoyi.com/ $(/usr/bin/lsb_release -sc) thirdparty | sudo tee -a /etc/apt/sources.list.d/afoyi.list
$ sudo apt-get update