mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-25 23:11:02 +08:00
翻译完成
This commit is contained in:
parent
ad028bcb3f
commit
c44885f277
@ -1,100 +0,0 @@
|
|||||||
(翻译中 by runningwater)
|
|
||||||
TeamViewer 9 Released – Install on RHEL/CentOS/Fedora and Debian/Ubuntu
|
|
||||||
================================================================================
|
|
||||||
This guide shows how to install **Teamviewer 9** on **RedHat, CentOS, Fedora** and **Debian**, **Ubuntu**, **Linux Mint**, **Xubuntu** systems. **Teamviewer** is a one of the most popular application for remote assistant, Desktop sharing or transferring files between computers, web conferencing and online meetings etc. Teamviewer is a proprietary application.
|
|
||||||
|
|
||||||
However, it’s a freeware for personal use. Teamviewer is available for **Windows, Linux, Mac OS, Android** and **iPhone**. Teamviewer uses **WINE** application which is integrated within it. We don’t have to [install WINE application][1]separately. **Teamviewer** is not a native **Linux** application.
|
|
||||||
|
|
||||||
Recently, the latest stable version of **TeamViewer 9** released with new features and many improvements. Following are some of the new features are added in **TeamViewer 9** which are highlighted below:
|
|
||||||
|
|
||||||
### Features for Windows, Linux and Mac ###
|
|
||||||
|
|
||||||
- Open multiple connections in different tabs
|
|
||||||
- Support for Wake-on-LAN
|
|
||||||
- Added two factor authentication for TeamViewer accounts
|
|
||||||
- Support for Windows 8.1 and Mac OS X Mavericks
|
|
||||||
- Save custom modules such as QuickSupport, QuickJoin, etc.
|
|
||||||
- API Integration
|
|
||||||
- Stronger security of the Teamviewer account
|
|
||||||
- Quick connection via desktop shortcut
|
|
||||||
- Visual notification
|
|
||||||
- Copy and paste files and text between computers
|
|
||||||
- Initiating file transfers to computers
|
|
||||||
- Quick connection via desktop shortcut
|
|
||||||
- Faster video transfers
|
|
||||||
|
|
||||||
### How do I Install Teamviewer 9 on RedHat, CentOS, Fedora ###
|
|
||||||
|
|
||||||
You may download package for rpm based Linux distributions at [teamviewer_linux.rpm][2].
|
|
||||||
|
|
||||||
Let us start installation. Go to the directory from where you have downloaded package and execute following yum command to install it. It will install missing dependencies.
|
|
||||||
|
|
||||||
# wget http://www.teamviewer.com/download/teamviewer_linux.rpm
|
|
||||||
# yum install teamviewer_linux.rpm
|
|
||||||
|
|
||||||
If you get missing public key error, you can download public key and import it using the following command.
|
|
||||||
|
|
||||||
# wget http://www.teamviewer.com/link/?url=354858
|
|
||||||
# rpm --import TeamViewer_Linux_PubKey.asc
|
|
||||||
|
|
||||||
After importing the public key, please run the “**yum install**” command again to install the Teamviewer rpm.
|
|
||||||
|
|
||||||
To start Teamviewer application, run the following command from the terminal.
|
|
||||||
|
|
||||||
# teamviewer
|
|
||||||
|
|
||||||
Teamviewer application running on my **Fedora 18** system.
|
|
||||||
|
|
||||||
![Running TeamViewer in Fedora 18](http://www.tecmint.com/wp-content/uploads/2013/02/f-t3.jpg)
|
|
||||||
*Running TeamViewer in Fedora 18*
|
|
||||||
|
|
||||||
### How do I Install Teamviewer 9 on Ubuntu, Linux Mint, Xubuntu ###
|
|
||||||
|
|
||||||
You may download teamviewer package for **32-bit** or **64-bit** systems at [teamviewer linux .deb][3] packages. or you can download the package using **wget** command as shown below.
|
|
||||||
|
|
||||||
## 32 Bit System ##
|
|
||||||
$ sudo wget http://www.teamviewer.com/download/teamviewer_linux.deb
|
|
||||||
|
|
||||||
## 64 Bit System ##
|
|
||||||
$ sudo wget http://www.teamviewer.com/download/teamviewer_linux_x64.deb
|
|
||||||
|
|
||||||
Once you’ve downloaded the package, go to the directory where you’ve downloaded Teamviewer package and run the following command to install it.
|
|
||||||
|
|
||||||
## 32 Bit System ##
|
|
||||||
$ sudo dpkg -i teamviewer_linux.deb
|
|
||||||
|
|
||||||
## 64 Bit System ##
|
|
||||||
$ sudo dpkg -i teamviewer_linux_x64.deb
|
|
||||||
|
|
||||||
If you get missing dependencies error, please use the following command to install those dependencies.
|
|
||||||
|
|
||||||
sudo apt-get install -f
|
|
||||||
|
|
||||||
Once installation is done. To start Teamviewer package on **Ubuntu** Linux, go to **Dash Home** and type **teamviewer** and click on **teamviewer** icon to run application.
|
|
||||||
|
|
||||||
![Running TeamViewer in Ubuntu 13.10](http://www.tecmint.com/wp-content/uploads/2013/02/u-t1.png)
|
|
||||||
*Running TeamViewer in Ubuntu 13.10*
|
|
||||||
|
|
||||||
Teamviewer application running on my **Ubuntu 13.10** system.
|
|
||||||
|
|
||||||
![TeamViewer 9 Under Ubuntu 13.10](http://www.tecmint.com/wp-content/uploads/2013/02/u-t2.jpg)
|
|
||||||
*TeamViewer 9 Under Ubuntu 13.10*
|
|
||||||
|
|
||||||
To start on **Linux Mint**, Go to **Menu >> Internet >> Teamviewer** and click on **Accept License Agreement** to run application.
|
|
||||||
|
|
||||||
Teamviewer application running on my **Linux Mint 15**.
|
|
||||||
|
|
||||||
![Running TeamViewer in Linux Mint 15](http://www.tecmint.com/wp-content/uploads/2013/02/m-t5.png)
|
|
||||||
*Running TeamViewer in Linux Mint 15*
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
via: http://www.tecmint.com/how-to-install-teamviewer-on-linux-distributions/
|
|
||||||
|
|
||||||
译者:[runningwater](https://github.com/runningwater) 校对:[校对者ID](https://github.com/校对者ID)
|
|
||||||
|
|
||||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
|
||||||
|
|
||||||
[1]:http://www.tecmint.com/install-wine-in-rhel-centos-and-fedora/
|
|
||||||
[2]:http://www.teamviewer.com/download/teamviewer_linux.rpm
|
|
||||||
[3]:http://www.teamviewer.com/hi/download/linux.aspx
|
|
@ -0,0 +1,100 @@
|
|||||||
|
TeamViewer 9发布-基于RHEL/CentOS/Fedora和Debian/Ubuntu的安装
|
||||||
|
================================================================================
|
||||||
|
这篇指南介绍了怎么样在 **RedHat、 CentOS、 Fedora** 和 **Debian**、 **Ubuntu**、 **Linux Mint**、 **Xubuntu** 等这些系统中安装 **Teamviewer 9**。**Teamviewer** 是一款用于远程助理、桌面共享、计算机之间互传文件、网络会议及在线会议等方面的流行应用软件,并且他是一款专业应用程序。
|
||||||
|
|
||||||
|
然而,个人用户可以免费使用。Teamviewer可以运行在 **Windows、Linux、Mac OS、Android** 系统以及 **iPhone** 设备上,它使用 **WINE** 应用程序来运行,并且他们已经集成在一起,所以我们用的时候不需单独[安装 WINE 程序][1]了。 **Teamviewer** 并不是原生的 **Linux** 应用程序。
|
||||||
|
|
||||||
|
最近,最新的稳定版本 **TeamViewer 9** 已经发布了,有了些新的功能和很多性能的改进。在 **TeamViewer 9** 中增加的一些新功能特性,其要点如下:
|
||||||
|
|
||||||
|
### Windows、Linux 和 Mac 系统下的功能特性 ###
|
||||||
|
|
||||||
|
- 在不同的选项卡中打开多个连接
|
||||||
|
- 支持局域网唤醒
|
||||||
|
- 支持为 TeamViewer 帐户添加双重身份验证
|
||||||
|
- 支持 Windows 8.1 和 Mac OS X Mavericks 系统
|
||||||
|
- 能保存自定义模块,如uickSupport、QuickJoin等等
|
||||||
|
- 集成了应用程序编程接口(API)
|
||||||
|
- 更强的 Teamviewer 账户安全
|
||||||
|
- 通过桌面快捷方式快速连接
|
||||||
|
- 可视化通知信息
|
||||||
|
- 不同计算机间复制和粘贴文件和文本
|
||||||
|
- 不同计算机间的初始化文件传输
|
||||||
|
- 视频传输更快
|
||||||
|
|
||||||
|
### 在 RedHat、 CentOS、 Fedora 上安装 Teamviewer 9 ###
|
||||||
|
|
||||||
|
你可以在 [teamviewer_linux.rpm][2] 上下载到基于 Linux 发行版本的 rpm 包。
|
||||||
|
|
||||||
|
# wget http://www.teamviewer.com/download/teamviewer_linux.rpm
|
||||||
|
|
||||||
|
让我们开始安装吧。进入你的下载包所在的目录,执行如下的 yum 命令来安装,它将会自动安装需要的依赖包。
|
||||||
|
|
||||||
|
|
||||||
|
# yum install teamviewer_linux.rpm
|
||||||
|
|
||||||
|
如果出现公钥缺失错误,你可以用如下命令来下载,并导入之。
|
||||||
|
|
||||||
|
# wget http://www.teamviewer.com/link/?url=354858
|
||||||
|
# rpm --import TeamViewer_Linux_PubKey.asc
|
||||||
|
|
||||||
|
在导入公钥后,请再一次运行 “**yum install*” 命令来安装 Teamviewer rpm 包。
|
||||||
|
|
||||||
|
要启动运行 Teamviewer 应用,从终端中运行如下命令。
|
||||||
|
|
||||||
|
# teamviewer
|
||||||
|
|
||||||
|
Teamviewer 应用程序正运行在我的 **Fedora 18** 系统上。
|
||||||
|
|
||||||
|
![Running TeamViewer in Fedora 18](http://www.tecmint.com/wp-content/uploads/2013/02/f-t3.jpg)
|
||||||
|
*Fedora 18 系统上运行的 TeamViewer*
|
||||||
|
|
||||||
|
### 在 Ubuntu, Linux Mint, Xubuntu 上安装 Teamviewer 9 ###
|
||||||
|
|
||||||
|
你可以在 [teamviewer linux .deb][3] 上下载到基于 **32-位** 系统或 **64-位** 系统的 teamviewer 安装包,或者你可以用如下所示的 **wget** 命令来下载安装包。
|
||||||
|
|
||||||
|
## 32 位系统 ##
|
||||||
|
$ sudo wget http://www.teamviewer.com/download/teamviewer_linux.deb
|
||||||
|
|
||||||
|
## 64 位系统 ##
|
||||||
|
$ sudo wget http://www.teamviewer.com/download/teamviewer_linux_x64.deb
|
||||||
|
|
||||||
|
一旦下载好,就可以进入你下载的 Teamviewer 包所在的目录,然后运行如下命令来安装。
|
||||||
|
|
||||||
|
## 32 位系统 ##
|
||||||
|
$ sudo dpkg -i teamviewer_linux.deb
|
||||||
|
|
||||||
|
## 64 位系统 ##
|
||||||
|
$ sudo dpkg -i teamviewer_linux_x64.deb
|
||||||
|
|
||||||
|
如果出现有缺失依赖包错误这种情况,请使用如下命令来安装这些依赖包。
|
||||||
|
|
||||||
|
sudo apt-get install -f
|
||||||
|
|
||||||
|
一旦全部都安装成功,在 **Ubuntu** 系统中要启动 Teamviewer,打开 **Dash 主窗口**,输入 **teamviewer** ,然后点击出现的 **teamviewer** 图标,程序就启动运行了。
|
||||||
|
|
||||||
|
![Running TeamViewer in Ubuntu 13.10](http://www.tecmint.com/wp-content/uploads/2013/02/u-t1.png)
|
||||||
|
*Ubuntu 13.10 系统上运行的 TeamViewer*
|
||||||
|
|
||||||
|
Teamviewer 应用程序正运行在我的 **Ubuntu 13.10** 系统上。
|
||||||
|
|
||||||
|
![TeamViewer 9 Under Ubuntu 13.10](http://www.tecmint.com/wp-content/uploads/2013/02/u-t2.jpg)
|
||||||
|
*在 Ubuntu 13.10 下的 TeamViewer 9*
|
||||||
|
|
||||||
|
要在 **Linux Mint** 上启动,进入 **菜单 >> 网络 >> Teamviewer**, 并点击 **接受许可协议** 来启动运行 TeamViewer。
|
||||||
|
|
||||||
|
Teamviewer 应用程序正运行在我的 **Linux Mint 15** 系统上。
|
||||||
|
|
||||||
|
![Running TeamViewer in Linux Mint 15](http://www.tecmint.com/wp-content/uploads/2013/02/m-t5.png)
|
||||||
|
*Linux Mint 15 系统上运行的 TeamViewer*
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
via: http://www.tecmint.com/how-to-install-teamviewer-on-linux-distributions/
|
||||||
|
|
||||||
|
译者:[runningwater](https://github.com/runningwater) 校对:[校对者ID](https://github.com/校对者ID)
|
||||||
|
|
||||||
|
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||||
|
|
||||||
|
[1]:http://www.tecmint.com/install-wine-in-rhel-centos-and-fedora/
|
||||||
|
[2]:http://www.teamviewer.com/download/teamviewer_linux.rpm
|
||||||
|
[3]:http://www.teamviewer.com/hi/download/linux.aspx
|
Loading…
Reference in New Issue
Block a user