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 -
- Add skype repository to apt
$
echo "deb https://repo.skype.com/deb stable main" | sudo tee /etc/apt/sources.list.d/skypeforlinux.list
- Update the package list
$
sudo apt update
- Install the Skype
$
sudo apt install skypeforlinux
- Press Y to install the skype.
Comments
Post a Comment