Home | Ubuntu/Mint | Arch/Manjaro | ssh/gpg | texlive | python | git | steam

REPOSITORY

Repository for Ubuntu 16.04LTS (xenial)↗, 18.04 (bionic)↗, and 20.04 (focal)↗ and derived distributions like Linux Mint↗.

Adding the repository

Download and add the key to your system via:
wget -O - https://www.sebastiansteinbeisser.xyz/Repository/MyRepo.asc | sudo apt-key add -

Add one of the following repository to your /etc/apt/sources.list
deb [arch=amd64] https://www.sebastiansteinbeisser.xyz/Repository/ubuntu/ xenial main
deb [arch=amd64] https://www.sebastiansteinbeisser.xyz/Repository/ubuntu/ bionic main
deb [arch=amd64] https://www.sebastiansteinbeisser.xyz/Repository/ubuntu/ focal main

Packages contained

focal

bionic

Additionally get the 32-bit version of libfaudio0.

xenial

swap file

sudo dd if=/dev/zero of=/path_to_swap_file bs=1G count=4
sudo chmod 600 /path_to_swap_file
sudo mkswap /path_to_swap_file
sudo swapon /path_to_swap_file

Add to /etc/fstab:
/path_to_swap_file none swap sw 0 0