• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to Install TeamViewer on Oracle Linux 8.5

  • 00:34 cat /etc/os-release
  • 00:50 yum install epel-release -y
  • 01:12 wget https://download.teamviewer.com/download/linux/teamviewer-host.x86_64.rpm
  • 01:30 yum install ./teamviewer-host.x86_64.rpm
  • 02:08 teamviewer
7091

To Install TeamViewer on Oracle Linux 8.5

Introduction:

TeamViewer is remote access and remote control software for computers and other devices, allowing maintenance and repair TeamViewer is mainly used to access computers and other endpoints remotely, as well as to control and maintain them.

Installation Steps:

Step 1: Check the OS Version by using the below command

[root@linuxhelp linuxhelp]# cat /etc/os-release
NAME="Oracle Linux Server"
VERSION="8.5"
ID="ol"

Step 2: Install epel-release by using the below command

[root@linuxhelp linuxhelp]# yum install epel-release -y
=================================================================================================
 Package                       Architecture Version                Repository               Size
=================================================================================================
Installing:
 oracle-epel-release-el8       x86_64       1.0-5.el8              ol8_baseos_latest        15 k
Installing dependencies:
 yum-utils                     noarch       4.0.21-3.0.1.el8       ol8_baseos_latest        72 k

Transaction Summary
=================================================================================================
Running transaction
  Preparing        :                                                                         1/1 
  Installing       : yum-utils-4.0.21-3.0.1.el8.noarch                                       1/2 
  Installing       : oracle-epel-release-el8-1.0-5.el8.x86_64                                2/2 
  Running scriptlet: oracle-epel-release-el8-1.0-5.el8.x86_64                                2/2 
  Verifying        : oracle-epel-release-el8-1.0-5.el8.x86_64                                1/2 
  Verifying        : yum-utils-4.0.21-3.0.1.el8.noarch                                       2/2 
Installed:
  oracle-epel-release-el8-1.0-5.el8.x86_64           yum-utils-4.0.21-3.0.1.el8.noarch          

Complete!

Step 3: Download TeamViewer using wget by using the below command

wget https://download.teamviewer.com/download/linux/teamviewer-host.x86_64.rpm
--2022-06-30 06:09:40--  https://download.teamviewer.com/download/linux/teamviewer-host.x86_64.rpm
Resolving download.teamviewer.com (download.teamviewer.com)... 104.16.63.16, 104.16.62.16, 2606:4700::6810:3f10, ...
Connecting to download.teamviewer.com (download.teamviewer.com)|104.16.63.16|:443... connected.
Cookie coming from download.teamviewer.com attempted to set domain to downloadprovider.teamviewer.com
Cookie coming from download.teamviewer.com attempted to set domain to downloadprovider.teamviewer.com
Location: https://dl.teamviewer.com/download/linux/version_15x/teamviewer-host_15.31.5.x86_64.rpm [following]
--2022-06-30 06:09:40--  https://dl.teamviewer.com/download/linux/version_15x/teamviewer-host_15.31.5.x86_64.rpm
Resolving dl.teamviewer.com (dl.teamviewer.com)... 104.16.62.16, 104.16.63.16, 2606:4700::6810:3e10, ...
Connecting to dl.teamviewer.com (dl.teamviewer.com)|104.16.62.16|:443... connected.
Saving to: ‘teamviewer-host.x86_64.rpm’
teamviewer-host.x86_64.r 100%[===============================>]  64.29M  28.1MB/s    in 2.3s    
2022-06-30 06:09:43 (28.1 MB/s) - ‘teamviewer-host.x86_64.rpm’ saved [67414417/67414417]

Step 4: Install TeamViewer by using the below command.

[root@linuxhelp linuxhelp]# yum install ./teamviewer-host.x86_64.rpm
=================================================================================================
 Package                    Architecture  Version                Repository                 Size
=================================================================================================
Installing:
 teamviewer-host            x86_64        15.31.5-0              @commandline               64 M
Installing dependencies:
 libXScrnSaver              x86_64        1.2.3-1.el8            ol8_appstream              31 k
Installed:
  libXScrnSaver-1.2.3-1.el8.x86_64              minizip1.2-1.2.11-24.el8.x86_64                  
  teamviewer-host-15.31.5-0.x86_64              xcb-util-image-0.4.0-9.el8.x86_64                
  xcb-util-keysyms-0.4.0-7.el8.x86_64           xcb-util-renderutil-0.3.9-10.el8.x86_64          
  xcb-util-wm-0.4.1-12.el8.x86_64              
Complete!

Step 5: Switch to Standard User by using the below command

[root@linuxhelp linuxhelp]# exit

Step 6: Run the following command to Start TeamViewer application by using the below command

[linuxhelp@localhost ~]$ teamviewer 
Init...
CheckCPU: SSE2 support: yes
Checking setup...
Launching TeamViewer ...
Launching TeamViewer GUI ...

snap 1

Conclusion:

We have reached the end of this article. In this guide, we have walked you through the steps required to Install TeamViewer on Oracle Linux 8.5. Your feedback is much welcome.

Tags:
connor
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

How many times can you use TeamViewer for free?

A

There are no fees, no time limits, and no subscriptions.

Q

What are the disadvantages of TeamViewer?

A

It cannot share large files.It doesn't work through proxy servers.It needs a fast continuous internet connection to perform.Every system needs to have TeamViewer and the same version installed on it, or else it won't work.

Q

What is the advantage of TeamViewer?

A

TeamViewer is a fast and safe remote management tool designed to help managed IT service providers proactively monitor remote systems, client endpoints, and networks.

Q

How many computers can connect to TeamViewer?

A

With a Business-license, you can use TeamViewer on up to three devices to connect to remote devices (connect from one device at a time).

Q

What are the features of TeamViewer?

A

Permanent access for unattended devices.Videoconferencing and collaboration with TeamViewer Meeting.Secure, flexible file sharing.

Related Tutorials in How to Install TeamViewer on Oracle Linux 8.5

Related Tutorials in How to Install TeamViewer on Oracle Linux 8.5

How to install Xrdp Server (Remote Desktop) on Oracle Linux 8.5
How to install Xrdp Server (Remote Desktop) on Oracle Linux 8.5
Oct 17, 2022
How to install TeamViewer in centOS
How to install TeamViewer in centOS
Nov 8, 2016
How to Install and Configure MariaDB on Oracle Linux 8.5
How to Install and Configure MariaDB on Oracle Linux 8.5
Oct 15, 2022
How to Install and configure the Samba server on oracle linux
How to Install and configure the Samba server on oracle linux
Jun 16, 2022
How to install FTP server on oracle Linux
How to install FTP server on oracle Linux
May 17, 2022
How To Install Gitlab on REDHAT 8.5
How To Install Gitlab on REDHAT 8.5
May 28, 2022
How to Install and Configure Mysql Server on Oracle Linux
How to Install and Configure Mysql Server on Oracle Linux
Dec 27, 2021
How To Install Yarn on REDHAT 8.5
How To Install Yarn on REDHAT 8.5
Jul 13, 2022

Related Forums in How to Install TeamViewer on Oracle Linux 8.5

Related Forums in How to Install TeamViewer on Oracle Linux 8.5

Ubuntu
Robattalion class=
Ubuntu 20.04 Installation Stuck
Sep 19, 2020
Windows
albiejames class=
Windows is unable to install to the selected location
Jan 12, 2018
TeamViewer
carter class=
What is the different between Team Viewer and AnyDesk
Mar 9, 2017
Linux
michael class=
How to install teamviewer in linux machine
Feb 28, 2017
Ubuntu
jayce class=
Error in ubuntu during "installation of any packages in terminal"
Nov 3, 2020
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Gibbson ?
How do i run both nginx and apache in same instance on centos

Hi...,

my server is based centos operating system and my webserver is already running on Apache.... i need to run both apache and nginx on same instance ... please help me to implement this concept...

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.