Announcement

Collapse
No announcement yet.

Install Teamviewer on Kubuntu 14.04

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Install Teamviewer on Kubuntu 14.04

    Hello every body!

    To install Teamviewer on Kubuntu 14.04 LTS do the following:

    1. Make sure Wine is installed
    2. Download TeamViewer, but ONLY THE 32 bit Version!! from here: http://www.teamviewer.com/en/download/linux.aspx
    3. sudo dpkg -i teamviewer_linux.deb

    4. If dependencies problems are present, such as libxtst6:i386 or something, do the following:

    1. sudo dpkg --add-architecture i386
    2. sudo apt-get update
    3. sudo apt-get install libxtst6:i386 (and other dependencies, remember to use :i386)
    4. sudo dpkg -i teamviewer_linux.deb

    After this, run TeamViewer from Konsole, or reboot computer, and then search for it on Application Launcher

    #2
    You shouldn't need wine, as Teamviewer includes a self-contained version of it in its package.

    Comment


      #3
      I installed the 32bit version (for my 64 bit Trusty install) from here: http://download.teamviewer.com/downl...ewer_linux.deb
      The one I downloaded on 4/12/14 was version 9.0.24147
      I installed it using Dolphin's right click context menu "Install With" offering: QApt Package Installer.
      It ran as expected the two or three times I've used it since then.
      "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
      – John F. Kennedy, February 26, 1962.

      Comment


        #4
        Originally posted by claydoh View Post
        You shouldn't need wine, as Teamviewer includes a self-contained version of it in its package.
        Correct. I've never had to have WINE on some of our Linux systems at work.

        Comment

        Working...
        X