Monday, December 23, 2019

5 Ways To Install Skype in Ubuntu 18.04 LTS

Video Tutorial - https://youtu.be/L6qaPKOjwGk

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Skpye is the most popular application in the Internet world for Audio/Video calling, Video conferencing and the amazing support of IM and file sharing.
Skype Features:
Audio Calling (Free Skype to Skype)
Video Calling
Video conferencing
File sharing
Screen sharing
Group screen sharing
Calls to mobiles and landlines
And many more features…
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Os:  Ubuntu 18.04.2 LTS Bionic Beaver 64Bit      Hostname:           IP Address of Server:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
lsb_release -cd  ; getconf LONG_BIT ; whoami ; apt update -y ; apt install -y build-essential software-properties-common curl gdebi vim wget apt-transport-https

Method:1
wget https://repo.skype.com/latest/skypeforlinux-64.deb
gdebi skypeforlinux-64.deb
skypeforlinux

Method:2
apt update ; snap install skype --classic

Method:3
echo "deb [arch=amd64] https://repo.skype.com/deb stable main" | sudo tee /etc/apt/sources.list.d/skype-stable.list
wget https://repo.skype.com/data/SKYPE-GPG-KEY
apt-key add SKYPE-GPG-KEY
apt update ; apt install skypeforlinux
skypeforlinux

Method:4
apt update ; apt install flatpak -y
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.skype.Client
flatpak run com.skype.Client

Method:5
Ubutu Software

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

No comments:

Post a Comment