34

I need to upgrade my skype version using terminal. Right now I have the Skype version 8.11.0.4 and the notification icon I am getting the text, i.e.

A new update is available. Install latest version via your package manager, then restart skype.

So I need to upgrade the latest version using terminal. I need the steps to upgrade this.

pomsky
  • 68,507
subhra
  • 459

2 Answers2

36

If you have the Skype repo added to your system (If you installed it from the .deb package provided in the official Skype website, the repo is added automatically.), you may run

sudo apt-get update
sudo apt-get install skypeforlinux

or simply run

sudo apt-get update && sudo apt-get upgrade

to install all* available updates.

pomsky
  • 68,507
5

Download new version of skype for linux from(https://www.skype.com/en/get-skype/)

  • Open the deb file with Ubuntu Software center
  • You will find upgrade option for skype, Just go for it.