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" "$@"
.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
? – gabriel Apr 25 '12 at 22:19.deb
s are just packaging. They are friendlier on the users, and easier to uninstall. – tumbleweed Apr 25 '12 at 23:37