install teamviewer in ubuntu code example
Example 1: download teamviewer for ubuntu using terminal
#Install this package before install teamviewer
sudo apt install -y libqt5x11extras5
#Download teamviewer
wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
#Install it
sudo apt install ./teamviewer_amd64.deb
#Run it
teamviewer
Example 2: how to install tar.gz in ubuntu
Download the desired .tar.gz or (.tar.bz2) file
Open Terminal
Extract the .tar.gz or (.tar.bz2) file with the following commands
tar xvzf PACKAGENAME.tar.gz
tar xvjf PACKAGENAME.tar.bz2
Navigate to the extracted folder using cd command
cd PACKAGENAME
Now run the following command to install the tarball
./configure
make
sudo make install
Example 3: install teamviewer ubuntu 18
wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
Example 4: how to install software in ubuntu
how to install