Home | Ubuntu/Mint | Arch/Manjaro | ssh/gpg | texlive | python | git | steam
Repository for Ubuntu 16.04LTS (xenial)↗, 18.04 (bionic)↗, and 20.04 (focal)↗ and derived distributions like Linux Mint↗.
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
fahclient
fahcontrol
fahviewer
texmaker
zoom
bleachbit
fahclient
fahcontrol
fahviewer
libfaudio0
texmaker
Additionally get the 32-bit version of libfaudio0
.
getlibs
libssl1.1
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