Remove teamviewer
-
- Posts: 3
- Joined: 12 Jun 2023, 12:13
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
Dear Joris,
Yes, easy.
For older versions of the images, this fixes a periodic crash as Teamviewer was leaking memory, regardless of use.
Kees Jan
Yes, easy.
Code: Select all
$ sudo apt remove "teamview*"
$ sudo rm /etc/apt/sources.list.d/teamviewer-revpi.list
Kees Jan