Repository Howto

From a terminal run these 2 commands:

Ubuntu 6.06 "Dapper Drake"

echo "deb http://packages.medibuntu.org/ dapper free non-free" | sudo tee -a /etc/apt/sources.list
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update

Ubuntu 6.10 "Edgy Eft"

echo "deb http://packages.medibuntu.org/ edgy free non-free" | sudo tee -a /etc/apt/sources.list
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update

Ubuntu 7.04 "Feisty Fawn"

echo "deb http://packages.medibuntu.org/ feisty free non-free" | sudo tee -a /etc/apt/sources.list
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update