How to install Teamviewer on ubuntu 20.4 Without any Error

In this tutorial, you are going to learn what is TeamViewer and How To Install It On Ubuntu 20.4 Without any error and use it to connect with other desktop or laptop.
TeamViewer is a remote connect application, you can use to connect with almost any computer in the world and access it directly through your Personal Computer. TeamViewer is available for Windows, Mac, Linux, Chrome OS, Raspberry Pi, Android, iOS. The latest version for Linux is 15.10.5.

YOU SHOULD ALSO CHECK FOR

UBUNTU LINUX TUTORIAL
How To Change Shell Username In Ubuntu Click Here
How To Fix Broken Packages On Ubuntu Termux Click Here
How To Install Beef On Ubuntu Click Here
How To Install Java On Ubuntu Click Here
How To Install Metasploit On Ubuntu Click Here
How To Install Xampp On Your Ubuntu Click Here
How To Stop Ubuntu Screen2 Click Here
How To Speed Up Ubuntu Click Here
Please follow these steps To install TeamViewer on your Ubuntu 20.4 Please click here to go to the TeamViewer's official website and download the latest version Dep pkg according to your Linux version.
Download the TeamViewer Executable
Check for latest version
 https://www.teamviewer.com/en/download 
To download the 64-bit version on Ubuntu using the command:
 wget https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.10.5_amd64.deb 
To download the 32-bit version on Ubuntu use command
 wget https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.10.5_i386.deb 

Note: Latest version can be different once the software gets an official update.
Go to the download folder and search for the Downloaded file and Open the terminal. Please copy-paste the command below to provide the
Allow the execution permission downloaded.
 chmod +x filename.deb 
Install the Debian file using GDebi CLI
 sudo dpkg -i teamviewer_15.10.5_amd64.deb 

Install GDebi and dpkg manager.
sudo apt install gdebi

sudo apt-get install -y dpkg

Install the Debian file using GUI
STEP1 Go to the download folder and search for the file.
STEP2 Right-click on the file click on Open With Other Application.
STEP3 Select the GDebi Package Installer. Enter the user password and start installing the TeamViewer.
STEP4 If you do not have GDebi Package Installer inside your ubuntu simply run the command mentioned above. This will help you to install Teamviewer on Ubuntu 20.4 Without any Error
STEP5 Click on the Install button.
STEP6 The Authenticate dialog box will open.
STEP7 Enter the administrative password.
STEP8 Click on the Authenticate button.
STEP9 TeamViewer will be installed.

Run TeamViewer type command in the terminal
teamviewer 
Search for TeamViewer and double click the application icon.

To connect follow the steps
To connect the TeamViewer with other computers, simply ask to enter the 9 digits of Partner, tap on Remote control or File transfer, click on Connect. Wait until it asks for a password. Now enter the 6 digits of Password concern to you Partner Id. You will be connected to the client.
To remove the Teamviewer run the command sudo dpkg -r teamviewer Or go to the software center search for the program and click on remove to uninstall it.
Some more commands to install the programs in different Linux operating systems.

[ RPM packages (use dnf if yum is not available): ]
 yum install ./teamviewer_13.x.yyy.[arch].rpm 

yum install ./teamviewer-host_13.x.yyy.[arch].rpm

[ SUSE: ]
 zypper install ./teamviewer-suse_13.x.yyy.[arch].rpm 

zypper install ./teamviewer-host-suse_13.x.yyy.[arch].rpm

[ DEB packages: ]
 apt install ./teamviewer_13.x.yyy_[arch].deb 

apt install ./teamviewer-host_13.x.yyy_[arch].deb

[ All RPM systems (including Fedora) ]
 rpm --import TeamViewer_Linux_PubKey.asc 

[ RHEL 7 preparation ]
 wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 

yum install ./epel-release-latest-7.noarch.rpm

[ RHEL 8 preparation ]
 wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm 

yum install ./epel-release-latest-8.noarch.rpm

[ Download TeamViewer Host for 64bit ]
 wget https://download.teamviewer.com/download/linux/teamviewer-host.x86_64.rpm 

[ Alternatively, download full client ]
 wget https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm 

[ Install the package (RHEL 7) ]
 yum install ./teamviewer*.rpm 

[ Install the package (RHEL 8) ]
 yum --enablerepo epel-playground install ./teamviewer*.rpm 

CentOS
[ Preparation: install epel-release ]
 yum install epel-release 

[ Download and install (example: TeamViewer Host, 64 bit) ]
 wget https://download.teamviewer.com/download/linux/teamviewer-host.x86_64.rpm 

yum install ./teamviewer-host*.rpm

This was it for the day. We will get back soon with a new tutorial till than please watch the video version of this blog and let me know in the comment box how was it!

Disqus Comments