Team Viewer on Ubuntu! Is it running through wine?

15,748

Solution 1

.deb is a Debian Package which you can install in Ubuntu via Software Centre. It's native for GNU/Linux systems. On the contrary if you can lay your hands on a Windows version of Team Viewer, it can work through wine, mostly as silver. Check the details in WineHQ applications database.

[edit]
Yes, you can create a .deb package which runs an application using WINE. Every .deb binary package consists of at least three files:

  1. debian-binary (description text file)
  2. control.tar.gz (installation, post-installation and pre-removal scripts)
  3. data.tar.gz (precompiled app and it's resources)

Installation scripts from control can copy any structure of files and folders from data including preconfigured WINEPREFIX, also a specific WINE version and all of it's dependencies can be embeded along with a post-installation script that creates menu shortcuts with proper environment variables.

Solution 2

Does it run through wine?

yes

why is this a .deb file ?

To easily install in debian based systems

Is it possible to make .deb files but running with wine

YES , deb is the extension of the Debian software package format and the most often used name for such binary packages.? To learn about debian packaging use this link

TeamViewer for Linux is based upon the Windows version using wine. Additionally, /opt/teamviewer/teamviewer/$tv_ver/bin/teamviewer contains links to a wrapper of a Windows executable:

export TV_BINDIR=/opt/teamviewer/teamviewer/$tv_ver/bin
exec "$TV_BINDIR"/wrapper "c:\Program Files\TeamViewer\Version$tv_ver\TeamViewer.exe" "$@" 

Solution 3

Yes. TeamViewer, like many other apps with Windows-using developers, works through WINE.

Share:
15,748

Related videos on Youtube

gabriel
Author by

gabriel

studying architecture, learning linux and trying to spread linux philosophy to the other people!

Updated on September 18, 2022

Comments

  • gabriel
    gabriel over 1 year

    I recently downloaded Team Viewer on my Ubuntu system, so my question is:

    1. Does it run through wine?
    2. And if yes, why is this a .deb file?
    3. Is it possible to make .deb files but running with wine?

    Edit: When I launched it for first time wine configuration showed up. Is it necessary to post a screen-shot for that?

  • gabriel
    gabriel about 12 years
    Please try to understand what i am saying and then answer!Thanks!
  • cprn
    cprn about 12 years
    Please ask one question at a time and make it clear. It is uncommon for .deb packages to use wine. However, it's just a package, so you need to ask whomever prepared it. Screen shot would help.
  • gabriel
    gabriel about 12 years
    Well, firstly does not run as it runs in windows, so the team viewer homepage should warn about wine etc. Secondly, what am I asking is if it is possible for me to make .deb files that install a program and then improve the wine compatibility of this program!?Is that possible?
  • Tachyons
    Tachyons about 12 years
    it is prepacked with wine as in the case of picasa for linux ,So it is difficult to configure it
  • gabriel
    gabriel about 12 years
    ok, is there any difference between installing the windows version .exe file with wine and installing from .deb file?What is the main reason for making a difference? Can we produce better performance in windows apps with making them .deb?
  • tumbleweed
    tumbleweed about 12 years
    No, .debs are just packaging. They are friendlier on the users, and easier to uninstall.
  • jutky
    jutky over 9 years
    Unfortunately you are wrong, even if you download .deb file of TeamViewer - it just a wine wrapper over windows executable. At least this is correct for TeamViewer 10.