博客
关于我
Ubuntu TeamViewer安装与使用
阅读量:250 次
发布时间:2019-03-01

本文共 4767 字,大约阅读时间需要 15 分钟。

TeamViewer is a cross-platform, proprietary application that allows a user to remotely connect to a workstation, transfer files, and have online meetings from any part of the globe over an internet connection. It works across multiple devices such as PC, smartphones, and tablets.

TeamViewer comes in handy, especially when troubleshooting PC issues in inaccessible or far-flung areas.

In this tutorial, we will walk you through how to install  TeamViewer on Ubuntu 20.04 Desktop. There are 2 ways you can install TeamViewer, through the command line or using the graphical installer.

Install Teamviewer on Ubuntu (command line)

To install TeamViewer,  first, . To accomplish this, open the  Terminal and run the following .

$ wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb

download teamviewer

Once you have downloaded the TeamViewer's Debian package,  execute the following command to install teamviewer.

$ sudo apt install ./teamviewer_amd64.deb

install Teamviewer on ubuntu

The system will prompt you with a [Y/n] option. Type 'Y' and hit the enter key in order for the installation to continue.

 

Primis Player Placeholder

 

 

 

Launch TeamViewer

Once the installation is done, you can now launch Teamviewer. If you choose to launch TeamViewer via the command line, you can run this command to achieve that.

$ teamviewer

Additionally, you can launch the TeamViewer Application menu as shown.

TeamViewer

Upon clicking the  TeamViewer icon, the pop-up License Agreement will be displayed. To proceed, click on the Accept License Agreement button.

install TeamViewer on Ubuntu

Once you have accepted the License Agreement, TeamViewer will be launched as follows.

TeamViewer display

As you can see, it has an appealing and intuitive display with features such as an ID and a password that you use to connect with a remote system on the other end.

Install TeamViewer using Graphical Installer

Installing software through the User interface is quite easy. First, we have to download the Teamviewer .deb package then install it using the software Install.

Download the .deb installation package from . On the page, select the Ubuntu, Debian version, and click the 64-bit package. A window will pop up as shown below.

download teamviewer

Select Save File, then click okay for the file to be saved on the downloads folder.

On the download folder, you will see the Teamviewer .deb package. Right-click on the package, then on the drop-down menu, select open with other applications. On the resulting window select on, open with the software install then click the select button.

install TeamViewer on Ubuntu

When you click select, it will take you to a new window for installing software. You'll see something like this.

install teamviewer on ubuntu

 

Click on the Install button. An authentication dialog will pop up prompting you for a password in order to allow the installation to take place. Provide your password and, click on the authenticate button. Then the installation process will now begin.

After Teamviewer has been installed, there will be a display like this one on your window.

Teamviewer after installation

To launch TeamViewer, simply head to the application menu and type Teamviewer. Then click on the  TeamViewer application icon to open.

Uninstall TeamViewer

To upgrade TeamViewer to the latest version you have to first uninstall the older version either from the command line or GUI, and download the latest version from the site.

If you want to uninstall TeamViewer together with some configurations that you might have made, simply run this command.

$ sudo apt purge teamviewer

Also, you can remove Teamviewer without removing any configurations made.

$ sudo apt remove teamviewer

umimstall TeamViewer

The system will prompt you with the [Y/n] option, insert 'Y' then press enter to continue. Now Teamviewer will be uninstalled.

Uninstall TeamViewer from GUI

To remove TeamViewer through the Users Interface is very easy. On the desktop activities, click on the Ubuntu software application. When it opens, click on the installed tab that is located at the top of the window, in the middle of two other tabs. Then locate the Teamviewer application.

You will notice that every installed app has the remove button in front of it. In this case, click on the remove button which is in front of the TeamViewer app.

remove TeamViewer

A pop up will appear on your screen asking if you are sure to remove the software or not. Click on the remove button then, an authentication will display asking for a password. Insert your password then click authenticate to allow the installation to take place.

Conclusion

The User Interface is always considered simple and easy while the use of the terminal is quite fast. In this tutorial, we have covered the two ways that you can use to install Teamviewer on Ubuntu 20.04 LTS.

If you encounter a black screen on a remote computer, and some cases reinstall fixed the issues.

If you are looking for Team Viewer Alternatives, , , can be considered which I can cover in some other tutorial.

转载地址:http://bwwt.baihongyu.com/

你可能感兴趣的文章
Mysql 常见错误
查看>>
mysql 常见问题
查看>>
MYSQL 幻读(Phantom Problem)不可重复读
查看>>
mysql 往字段后面加字符串
查看>>
mysql 快照读 幻读_innodb当前读 与 快照读 and rr级别是否真正避免了幻读
查看>>
MySQL 快速创建千万级测试数据
查看>>
mysql 快速自增假数据, 新增假数据,mysql自增假数据
查看>>
MySql 手动执行主从备份
查看>>
Mysql 批量修改四种方式效率对比(一)
查看>>
Mysql 报错 Field 'id' doesn't have a default value
查看>>
MySQL 报错:Duplicate entry 'xxx' for key 'UNIQ_XXXX'
查看>>
Mysql 拼接多个字段作为查询条件查询方法
查看>>
mysql 排序id_mysql如何按特定id排序
查看>>
Mysql 提示:Communication link failure
查看>>
mysql 插入是否成功_PDO mysql:如何知道插入是否成功
查看>>
Mysql 数据库InnoDB存储引擎中主要组件的刷新清理条件:脏页、RedoLog重做日志、Insert Buffer或ChangeBuffer、Undo Log
查看>>
mysql 数据库中 count(*),count(1),count(列名)区别和效率问题
查看>>
mysql 数据库备份及ibdata1的瘦身
查看>>
MySQL 数据库备份种类以及常用备份工具汇总
查看>>
mysql 数据库存储引擎怎么选择?快来看看性能测试吧
查看>>