Page 1 of 1

Remove teamviewer

Posted: 31 Aug 2023, 16:54
by joris@hd-electro.nl
Is it possible to uninstall teamviewer for more free space on the disc. I'm not using it anyway. This is on several RevPi Connects

Re: Remove teamviewer

Posted: 01 Sep 2023, 09:48
by kjkoster
Dear Joris,

Yes, easy.

Code: Select all

$ sudo apt remove "teamview*"
$ sudo rm /etc/apt/sources.list.d/teamviewer-revpi.list
For older versions of the images, this fixes a periodic crash as Teamviewer was leaking memory, regardless of use.

Kees Jan