From: "Neil Hanlon, N1HAN" <neil@...> To: "linuxham" <[email protected]> Sent: Wednesday, April 23, 2025 6:10:18 AM Subject: Re: [linuxham] Teamviewer on Debian Trixie etc.
Adrian, all,
I would advise against using TeamViewer, as it currently has concerning security issues, and might as well be malware.
I suggest using RustDesk instead. It's an open-source alternative that you can trust.
73, Neil
On Wed, Apr 23, 2025, 07:01 Adrian Fewster, VK4TUX via <vk4tux=[email protected]> wrote:
Had to install Teamviewer to help a ham friend the other day, but got caught out by the policykit-1 dependency not available, as Trixie now uses pkexec & polkitd instead.
?
I had to rebuild the latest debian/Ubuntu deb from Teamviewer ;
?
adrian@debian:~$ ?cd /home/adrian/Downloads adrian@debian:~/Downloads$ dpkg-deb --raw-extract teamviewer_15.64.3_amd64.deb teamviewer adrian@debian:~/Downloads$ sed -i "s/policykit-1/pkexec, polkitd/" teamviewer/DEBIAN/control adrian@debian:~/Downloads$ fakeroot -- dpkg-deb --build teamviewer teamviewer-rebuilt.deb dpkg-deb: building package 'teamviewer' in 'teamviewer-rebuilt.deb'. adrian@debian:~/Downloads$ sudo apt install ./teamviewer-rebuilt.deb Note, selecting 'teamviewer' instead of './teamviewer-rebuilt.deb' Installing: ?teamviewer
Summary: ?Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 1 ?Download size: 0 B / 123 MB ?Space needed: 413 MB / 1,568 GB available
Get:1 /home/adrian/Downloads/teamviewer-rebuilt.deb teamviewer amd64 15.64.3 [123 MB] Selecting previously unselected package teamviewer. (Reading database ... 628311 files and directories currently installed.) Preparing to unpack .../teamviewer-rebuilt.deb ... Unpacking teamviewer (15.64.3) ... Setting up teamviewer (15.64.3) ... Processing triggers for mailcap (3.74) ... Processing triggers for desktop-file-utils (0.28-1) ... Processing triggers for hicolor-icon-theme (0.18-2) ... Processing triggers for gnome-menus (3.36.0-2) ... Processing triggers for mate-menus (1.26.1-1) ... Processing triggers for dbus (1.16.2-2) ... adrian@debian:~/Downloads$ ?