ubuntu Installation

Installation von Skype auf Ubuntu

Dieser Artikel erklärt, wie Sie Skype auf Ubuntu Linux-Computern und -Servern installieren.

Shou Arisaka
1 Min. Lesezeit
17. Nov. 2025

Dieser Artikel erklärt, wie Sie Skype auf Ubuntu Linux-Computern und -Servern installieren.

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

Nicht überprüft und unsicher, aber wenn das oben Genannte nicht funktioniert:

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

Diesen Artikel teilen

Shou Arisaka 17. Nov. 2025

🔗 Links kopieren