Posts

Showing posts with the label Skype

Install Skype in Ubuntu using terminal in 3 Simple Steps

Image
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.