Celeb Glow
general | March 19, 2026

Installation of Skype for Ubuntu 14.04 x64 with Terminal

I'm new to Ubuntu and try to install the latest version of Skype from terminal windows. Can anybody help me please, How to do this?

3 Answers

From ...

Installing Skype

Users of 64-bit Ubuntu, should enable MultiArch if it isn't already enabled by running the command

sudo dpkg --add-architecture i386

Since Ubuntu 10.04 (Lucid Lynx), Skype is part of the Canonical partner repository. To install Skype add the Canonical Partner Repository. You can do this by running the command

sudo add-apt-repository "deb $(lsb_release -sc) partner"

Then install Skype via the Software-Center or via the Terminal.

sudo apt-get update && sudo apt-get install skype pulseaudio:i386

4

You simply need to add the partner repository :

sudo add-apt-repository "deb $(lsb_release -sc) partner"
sudo apt-get update
sudo apt-get install skype
2

I downloaded skype for linux from its website.

Then ran command sudo dpkg -i skypeforlinux-64.deb

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy