Hi,
I did a search in the linux subforum, but could not find the answer.
Is this enough to completely uninstall TeamViewer on linux or is there more cleaning to do ?
# Uninstalling TeamViewer
# remove service:
# stop service
sudo systemctl stop teamviewer*
# remove service
sudo systemctl disable teamviewer*
# remove teamviewer packages
sudo dnf remove teamviewer* -y