

sudo rm /etc/apt//teamviewer.listĪfter removing the repository list file, remove the GPG.

Remove the repository if you plan not to re-install the software again. When you no longer want the video conference software installed on your system, use the following command to remove it. sudo apt update & sudo apt upgrade How to Remove (Uninstall) TeamViewer For users that would like to check manually, use the following command in your terminal. The software should update by itself with your system packages for desktop users using the APT package manager. This goes for any software of this type, and it is highly recommended to use the refresh button on the password to generate a new one every time someone externally has finished. wget -O- | gpg -dearmor | sudo tee /usr/share/keyrings/teamview.gpgįor novice users or users new to computing, remember to proceed with caution with who you give your details. In your terminal, execute the following command to import to your keychain. The first step is to import the GPG key to verify the authenticity of the packages. If you skip and encounter issues, return and just run the command.

sudo apt install wget apt-transport-https gnupg2 -y Most of these packages would already be present on your system, but running the command can help ensure they’re installed. The following dependencies will need to be installed. sudo apt update & sudo apt upgrade -y Install Required Packages Before proceeding with the tutorial, it is good to ensure your system is up-to-date with all existing packages.
