-
Archives
- July 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- April 2007
-
Meta
Skype in Ubuntnu
I like command line installs. usually very quick too.
open a shell (terminal).
type the following:
sudo kate /etc/apt/sources.list
this brings up your repository source list in the editor Kate. You may wish to use another such as vi or gedit. If so, substitute that name in place of kate.
As the root user, add this line to the end of your /etc/apt/sources.list file and save.
deb http://download.skype.com/linux/repos/debian/ stable non-free
Now you need to update your source list using the following command
sudo apt-get update
Install Skype in debian
sudo apt-get install skype
This will install the latest version of Skype on your computer.
After finishing installation you can open skype from Applications–>Internet—>Skype
And that, folks, is it!
Happy Skypeing!