Thursday, October 14, 2010

Ubuntu 10.10 Install Medibuntu Repositories

Just a quick how to guide to get those extra repository of packages that can't be included into the Ubuntu distribution for legal reasons.

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list cd && wget http://packages.medibuntu.org/pool/free/m/medibuntu-keyring/medibuntu-keyring_2008.04.20_all.deb && sudo dpkg -i medibuntu-keyring_2008.04.20_all.deb && rm medibuntu-keyring_2008.04.20_all.deb sudo apt-get update

To make the Medibuntu packages show up in the Ubuntu Software Center:
sudo apt-get install app-install-data-medibuntu