19Apr/101
Medibuntu sources for Lucid Lynx
The normal repo for medibuntu for Lucid Lynx is not responding. Here is the fix.
1) open a terminal
2) open up the medibuntu sources list
sudo gedit /etc/apt/sources.list.d/medibuntu.list
3) now add new sources
deb http://mirrors.ucr.ac.cr/medibuntu/ lucid free non-free deb-src http://mirrors.ucr.ac.cr/medibuntu/ lucid free non-free deb http://mirror.oscc.org.my/medibuntu/ lucid free non-free deb-src http://mirror.oscc.org.my/medibuntu/ lucid free non-free deb ftp://ftp.leg.uct.ac.za/pub/linux/medibuntu/ lucid free non-free deb-src ftp://ftp.leg.uct.ac.za/pub/linux/medibuntu/ lucid free non-free
4) remove references to old sources by finding the below and adding a pound(#) to the beginning of the line(just so you have them for later if need be)
#deb http://packages.medibuntu.org/ lucid free non-free #deb-src http://packages.medibuntu.org/ lucid free non-free
5) now update the source tree
sudo apt-get -q update
now you have medibuntu in your package tree

April 20th, 2010 - 22:12
Thank you, curious as to if this stays updated or not.