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

  • MoonRise
    replied
    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.

    Leave a comment:


  • GreyGeek
    replied
    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.

    Leave a comment:


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

    Leave a comment:


  • GTRONICK
    started a topic Install Teamviewer on Kubuntu 14.04

    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
Working...
X