How to install Team-Viewer in CentOS 1


If you’re using any Linux distributions, you need to take some pains to install any package. The ‘Next, Next, Yes, Install’ method is not possible in Linux.

Team-Viewer is a very handy tool that you SHOULD install in any Linux distributions. TeamViewer allows you to easily ask for help and get your problems solved within seconds. Installation process is fairly simple.
Lets see how to install Team-Viewer in CentOS 6x.

  1. wget http://www.teamviewer.com/download/teamviewer_linux.rpm
    wget to download rpm

    wget to download rpm

     

  2. yum install teamviewer_linux.rpm
    Use yum to install team-viewer.

    Install rpm using yum

    Install rpm using yum

    Installation

    Installation

     

  3. wget http://www.teamviewer.com/link/?url=354858
    Use this command, if you get a public key error!

    Download public key

    Download public key

     

  4. rpm --import TeamViewer_Linux_PubKey.asc
    To import the earlier downloaded key.

    Import the key

    Import the key

     

  5. teamviewer
    To run team-viewer, just type ‘teamviewer’ and hit enter.

    type team-viewer and hit enter

    type team-viewer and hit enter

    Team viewer.

    Team viewer.

    Note: Run it as normal user, not a root user.


Leave a Reply

One thought on “How to install Team-Viewer in CentOS