TeamViewer provides remote desktop support and file transfer capabilities on Linux Ubuntu systems.
TeamViewer .deb Installation Commands
# Download official TeamViewer Debian package
wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
# Install package and resolve dependencies via apt
sudo apt install -y ./teamviewer_amd64.deb
# Clean up downloaded installer file
rm teamviewer_amd64.deb
Comments and corrections