< back repos.html

wine

sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update && sudo apt-get install --install-recommends winehq-devel
source

etcher

echo "deb https://dl.bintray.com/resin-io/debian stable etcher" | sudo tee /etc/apt/sources.list.d/etcher.list
sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61
source

lutris

echo "deb http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04/ ./" | sudo tee /etc/apt/sources.list.d/lutris.list
wget -q http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04/Release.key -O- | sudo apt-key add -
source

adapta

sudo add-apt-repository ppa:tista/adapta
launchpad

numix

sudo add-apt-repository ppa:numix/ppa
launchpad

papirus

sudo add-apt-repository ppa:papirus/papirus
launchpadgithub

obs-studio

sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt install obs-studio ffmpeg
launchpad

quodlibet

sudo add-apt-repository ppa:lazka/ppa

nitroshare

sudo add-apt-repository ppa:george-edison55/nitroshare
launchpad

web upd8

sudo add-apt-repository ppa:nilarimogard/webupd8
launchpad

skippy-xd

sudo add-apt-repository ppa:landronimirc/skippy-xd-daily
launchpadgithub

uget

sudo add-apt-repository ppa:plushuang-tw/uget-stable
launchpad

docky / plank

sudo add-apt-repository ppa:docky-core/stable

transmission

sudo add-apt-repository ppa:transmissionbt/ppa
launchpad

nvidia drivers

sudo add-apt-repository ppa:graphics-drivers/ppa
launchpad

spotify

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0DF731E45CE24F27EEEB1450EFDC8610341D9410 (old)
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
source