Remove teamviewer
-
- Posts: 3
- Joined: 12 Jun 2023, 12:13
Remove teamviewer
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
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