ubuntu installation

Installing Skype on Ubuntu

This article explains how to install Skype on Ubuntu Linux computers and servers.

Shou Arisaka
1 min read
Oct 1, 2025

This article explains how to install Skype on Ubuntu Linux computers and servers.

wget http://download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
sudo dpkg --add-architecture i386
sudo apt-get update
sudo dpkg -i skype-ubuntu-precise_4.3.0.37-1_i386.deb

Unverified and uncertain, but if the above doesn’t work:

sudo apt-get -fy install
sudo apt-get install -y skype
skype

https://linuxconfig.org/how-to-install-skype-on-ubuntu-16-04-xenial-xerus-linux-64-bit

Share this article

Shou Arisaka Oct 1, 2025

🔗 Copy Links