Skype is one of the necessities in every machine. Sadly, Skype isn’t available in the Ubuntu Software Center, so we’ll have to download the package and install it manually. There are two ways you can do this.
- Add canonical Repository and directly install Skype using apt-get.
- Download Debian package and then install Skype using gdebi.
In this post we’ll install Skype by downloading the Debian package and using gdebi. In the first method, we just have to run a command and update repository and then use apt-get. Since it is fairly simple, we’ll also write down its steps at the end of this post.
So lets see how to install Skype in Ubuntu.
sudo apt-get remove skype skype-bin:i386 skype:i386
sudo apt-get install sni-qt:i386
rm -rf ~/.Skype
Remove earlier versions of Skype using above commands.sudo dpkg --add-architecture i386
If you’re using 64 bit Ubuntu, enable Multiarch if it isn’t already enabled.sudo apt-get update -y && sudo apt-get install gdebi -y
Update the repositories and install gdebi. We’ll use gdebi instead of dpkg.wget download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
Download Skype package using wget.Enter
ls
to check Skype package.sudo gdebi skype-ubuntu-precise_4.3.0.37-1_i386.deb
Install Skype using gdebi.Y/y
Press y to confirm installation.skype
Enterskype to run Skype.
If you want to install through canonical repository:
sudo sh -c "echo 'deb http://archive.canonical.com/ubuntu/ trusty partner' >> /etc/apt/sources.list.d/canonical_partner.list"
OR
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
sudo apt-get update && sudo apt-get install skype
Hello! I just would like to give a huge thumbs up for the great info you have here on this post. I will be coming back to your blog for more soon.