Install Skype in Ubuntu using terminal in 3 Simple Steps




STEP 0

Open the Terminal.(Ctrl + Alt + T)
  • Install curl if not available 
$ sudo apt-get install curl
STEP 1
  • Download the GPG key

$ curl https://repo.skype.com/data/SKYPE-GPG-KEY | sudo apt-key add -
STEP 2
  • Add skype repository to apt
$ echo "deb https://repo.skype.com/deb stable main" | sudo tee /etc/apt/sources.list.d/skypeforlinux.list
 STEP 3
  • Update the package list
$ sudo apt update 

  • Install the Skype
 $ sudo apt install skypeforlinux


  • Press Y to install the skype.

Comments

Popular posts from this blog

How to install MRTG on UBUNTU

How to install Apache Tomcat in Ubuntu

How to send email on user login in ubuntu