echo deb http://packages.medibuntu.org/ karmic 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
skype:
It should have been present in the medibunto repo's, but it wouldn't install.
I downloaded a .deb file, attempted to install with
dpkg -i filename.deb
but there were dependency problems, that were not easily fixed.
Doing
sudo apt-get -f install
downloaded stuff and fixed everything.
No comments:
Post a Comment