####### Setup: # # cd ~ # wget http://garret.netsons.org/files/backup/sources.list # sudo mv /etc/apt/sources.list /etc/apt/sources-backup.list # sudo mv ~/sources.list /etc/apt/ # sudo apt-get update # ####### To restore the original sources.list put: # # sudo mv /etc/apt/sources-backup.list /etc/apt/sources.list # ############################################################################################################### ######### Official Hardy Repositories ######### ####### CD # deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080423)]/ hardy main restricted ####### Main deb http://na.mirror.garr.it/mirrors/ubuntu-archive/ hardy main restricted deb http://na.mirror.garr.it/mirrors/ubuntu-archive/ hardy-updates main restricted ####### Universe deb http://na.mirror.garr.it/mirrors/ubuntu-archive/ hardy universe deb http://na.mirror.garr.it/mirrors/ubuntu-archive/ hardy-updates universe ####### Multiverse deb http://na.mirror.garr.it/mirrors/ubuntu-archive/ hardy multiverse deb http://na.mirror.garr.it/mirrors/ubuntu-archive/ hardy-updates multiverse ####### Backports & Proposed # deb http://it.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse # deb-src http://it.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse deb http://na.mirror.garr.it/mirrors/ubuntu-archive/ hardy-proposed restricted main multiverse universe ####### Partner deb http://archive.canonical.com/ubuntu hardy partner deb-src http://archive.canonical.com/ubuntu hardy partner ####### Security deb http://na.mirror.garr.it/mirrors/ubuntu-archive/ hardy-security main restricted deb http://na.mirror.garr.it/mirrors/ubuntu-archive/ hardy-security universe deb http://na.mirror.garr.it/mirrors/ubuntu-archive/ hardy-security multiverse ############################################################################################################### ################## Other Repositories ################## ####### Avant Window Navigator deb http://ppa.launchpad.net/awn-testing/ubuntu hardy main deb-src http://ppa.launchpad.net/awn-testing/ubuntu hardy main ####### Emesene deb http://apt.emesene.org/ ./ ####### Medibuntu # wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O - | sudo apt-key add - deb http://packages.medibuntu.org/ hardy free non-free deb-src http://packages.medibuntu.org/ hardy free non-free ####### Wicd deb http://wicd.longren.org hardy all ####### Wine # gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 58403026387EE263 # gpg --armor --export 58403026387EE263 | sudo apt-key add - # deb http://wine.budgetdedicated.com/apt hardy main deb-src http://wine.budgetdedicated.com/apt hardy main ####### Screenlets deb http://ppa.launchpad.net/gilir/ubuntu hardy main universe ####### Gnome-Do # sudo apt-get install gnome-do # For Plugins: https://wiki.ubuntu.com/GnomeDo/Plugins # Place addons in ~/.local/share/gnome-do/plugins and restart Gnome-Do # deb http://ppa.launchpad.net/rharding/ubuntu hardy main deb-src http://ppa.launchpad.net/rharding/ubuntu hardy main ####### Moblock # gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys CB53C4079072870B # gpg --export --armor CB53C4079072870B | sudo apt-key add - # deb http://moblock-deb.sourceforge.net/debian hardy main deb-src http://moblock-deb.sourceforge.net/debian hardy main ####### Miro deb http://ftp.osuosl.org/pub/pculture.org/miro/linux/repositories/ubuntu hardy/ ####### Elisa Media Center # wget http://elisa.fluendo.com/packages/philn.asc -O- | sudo apt-key add - # # deb http://elisa.fluendo.com/packages hardy main ####### Mugshot # wget -q http://www.nighton.net/nighton_key.asc -O- | sudo apt-key add - # deb http://www.nighton.net/ hardy main ####### Mundogeek Repository # Packages list: http://mundogeek.net/repo/dists/ubuntu/all/ # deb http://mundogeek.net/repo ubuntu all ####### PyTube deb http://www.bashterritory.com/pytube/releases / ####### Ubuntu Tweak deb http://ppa.launchpad.net/tualatrix/ubuntu gutsy main deb-src http://ppa.launchpad.net/tualatrix/ubuntu gutsy main ####### Me TV deb http://ppa.launchpad.net/lamothe/ubuntu hardy main deb-src http://ppa.launchpad.net/lamothe/ubuntu hardy main ###############################################################################################################