• Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate
TecNStuff
Menu
  • Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate

How to Install Skype on Ubuntu 22.04 LTS

Written by Admin, Updated On January 16, 2023
skype, ubuntu
How to Install Skype on Ubuntu 22.04

Skype is the most popular application for communication through text, audio and video. You can make free online audio and video calls over the internet with it and it also offers international calling services to mobiles and landlines worldwide at affordable rates. Which is available on Android system, Windows, Linux and MacOS. This guide explains how to install Skype on Ubuntu 22.04.

Skype is not an open-source application hence the standard Ubuntu repositories does not includes it. Skype can be install using a snap package or as a deb package from the Skype repositories.

Step 1. Install using Snap#

Microsoft is maintaining the Skype snap package. It is easy to install and upgrade via snap package. Snaps are software packages and includes the binary all dependencies need to run the application.

You can install snap packages via command-line or Ubuntu software application.

Run the below command to install Skype snap package on your system:

sudo snap install skype --classic

That’s it. Skype is installed now on your Ubuntu system, and ready to use it.

The Skype package will be automatically update in the background when new release is available.

Step 2. Installing Skype with apt & Download latest Skype#

The official Microsoft Apt repositories providing Skype package. Follow the below steps to install it:

First, you have to download the latest Skype .deb package using wget command:

wget https://go.skype.com/skypeforlinux-64.deb

Step 3. Install Skype#

Once the download is complete, install Skype using below command:’

sudo apt install ./skypeforlinux-64.deb

It may prompt you to enter password.

When a new version is released, update the Skype package run the following command on your terminal:

sudo apt update
sudo apt upgrade

Conclusion#

This tutorial explained how to install Skype using two different methods on your Ubuntu 22.04 system.

If you have any question or feedback, feel free to leave comment below.

If our content helps you, please consider buying us a coffee

Thank you for your support.

Share On
Share on Facebook
Share on Twitter
Share on Reddit
Share on Tumblr
 Previous Article How to Install Slack on Ubuntu 22.04
Next Article   How to Install Puppet on Ubuntu 22.04

Related Posts

  • How to Install and Use PHP Composer on Ubuntu 22.04

    How to Install Composer on Ubuntu 22.04

    January 31, 2023
  • How to Install Nginx on Ubuntu 22.04

    How to Install Nginx on Ubuntu 22.04

    January 28, 2023
  • How to Install Puppet Agent on Ubuntu 22.04

    How to Install Puppet Agent on Ubuntu 22.04

    January 22, 2023

Leave a Reply Cancel reply

DigitalOcean Referral Badge

Popular Posts

  • How to Install SSH Keys on Ubuntu 22.04
    How to Set up SSH Keys on Ubuntu 22.04 January 7, 2023
  • How to Install Mongodb on Debian 11
    How to Install MongoDB on Debian 11 Linux January 11, 2023
  • How to Install Puppet Agent on Ubuntu 22.04
    How to Install Puppet Agent on Ubuntu 22.04 January 22, 2023
  • How to Install Jenkins on Debian 11
    How to Install Jenkins on Debian 11 January 5, 2023
  • How to Change-Hostname Ubuntu 22.04
    How to Change Hostname on Ubuntu 22.04 January 19, 2023
© 2020 TecNStuff All rights reserved. This website is using and storing cookies on your browser. By using this website you agree our Privacy Policy.  Follow us -  Twitter | Facebook