Bs'd
I'm totally new to linux, and I would like to know how to install skype on Kubuntu.
Eliyahu
I'm totally new to linux, and I would like to know how to install skype on Kubuntu.
Eliyahu
sudo wget [url]http://www.medibuntu.org/sources.list.d/dapper.list[/url] -O /etc/apt/sources.list.d/medibuntu.list sudo wget [url]http://www.medibuntu.org/sources.list.d/edgy.list[/url] -O /etc/apt/sources.list.d/medibuntu.list sudo wget [url]http://www.medibuntu.org/sources.list.d/feisty.list[/url] -O /etc/apt/sources.list.d/medibuntu.list sudo wget [url]http://www.medibuntu.org/sources.list.d/gutsy.list[/url] -O /etc/apt/sources.list.d/medibuntu.list
wget -q [url]http://packages.medibuntu.org/medibuntu-key.gpg[/url] -O- | sudo apt-key add - && sudo apt-get update
Comment