Ubuntu Additional Repositories
From LinuxServerTech
Just something I came up with to put the additional repositories I want for (K)Ubuntu installs. This is for Gutsy Gibbon (Ubuntu 7.10), but I put the links in comments in below so they can be found for any other release. This is a copy/paste.
# Add medibuntu repository. See https://help.ubuntu.com/community/Medibuntu sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update # Add Wine repository, see http://www.winehq.org/site/download-deb wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add - sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/winehq.list
