- Установка TeamViewer в Ubuntu
- Особенности TeamViewer
- Установка TeamViewer Ubuntu 20.04
- Установка TeamViewer через терминал
- Устройство Android и TeamViewer
- Запуск Teamviewer без установки
- Удалить TeamViewer
- Выводы
- How to Install TeamViewer on Ubuntu 20.04 LTS
- Installation of TeamViewer Through Ubuntu Command Line
- Step 1: Download and add TeamViewer repository key
- Step 2: Add the TeamViewer repository
- Step 3: Install TeamViewer through the apt command
- Step 4: Launch TeamViewer
- Uninstall TeamViewer
- TeamViewer Installation on Ubuntu Through Graphical Installer
- Launch TeamViewer
- Uninstall
- Karim Buzdar
- How to Install and Use TeamViewer on Linux [Complete Guide]
- TeamViewer features
- Installing TeamViewer 13 in Linux
- How to use TeamViewer on Linux to connect to other systems
- Step 1
- Step 2
- Step 3
- Tips for using TeamViewer more effectively
- 1. Using TeamViewer account for easy access
- 2. Recording a session
- 3. Multiple Sessions support
- 4. Easy file transfer
- 5. Manage Visual Settings
- 6. Connect with a smartphone
Установка TeamViewer в Ubuntu
Довольно часто нам может понадобиться доступ к другому компьютеру удалённо, через Сеть. Если оба компьютера находятся в одной локальной сети или, по крайней мере, провайдер не использует NAT, можно применить такие протоколы, как ssh, vnc, nomachine, x2go и так далее.
Но в иных случаях нужно что-то другое. И такая программа есть. Это TeamViewer — программное обеспечение с закрытым исходным кодом, которое позволяет управлять удалённым компьютером через интернет. Для некоммерческого использования она полностью бесплатна. Для работы программы достаточно, чтобы она была установлена на обоих компьютерах, которыми вы собираетесь управлять. В этой небольшой статье будет рассмотрена установка Teamviewer Ubuntu 20.04. Мы инсталлируем самую последнюю версию программы, и эти инструкции должны работать для всех дистрибутивов, основанных на Ubuntu.
Особенности TeamViewer
Рассмотрим особенности программы:
- Поддержка не только настольных компьютеров, но и возможность управлять компьютером с помощью Android-устройств, которых становится всё больше;
- Простой доступ к системе по паролю с минимумом настроек: достаточно только знать ID компьютера и пароль доступа, чтобы подключится к любой машине, как Windows, так и Linux;
- Совместимость со старыми версиями. Если ваши друзья используют старые версии программы, вы всё равно можете к ним подключиться, обратная совместимость не нарушена;
- Позволяет соединяться с любым компьютером в Сети, независимо от того, какая технология используется для подключения, способен нормально работать через NAT и т д;
- В новой версии вы можете даже управлять своим Android-смартфоном с помощью компьютера через TeamViewer Quick Support;
- Теперь вы можете работать с Linux в TeamViewer без графического интерфейса, программа поддерживает также подключение прямо к терминалу, а это может быть полезной вещью для серверов.
Установка TeamViewer Ubuntu 20.04
Жаль, но установить программу из официальных репозиториев или хотя бы из PPA не получится. Вам придётся скачать пакет с официального сайта. Здесь у нас есть три варианта: deb-пакет для Ubuntu, rpm для Red Hat и бинарники в архиве для неподдерживающих эти форматы дистрибутивов.
Нам нужен пакет для Ubuntu/Debian. После того, как скачивание файла завершится, просто перейдите в папку загрузок и выполните двойной щелчок по файлу. Откроется центр приложений Ubuntu, и вам останется нажать кнопку Установить.
Если установка в графическом интерфейсе не удалась, вы можете попробовать инсталлировать TeamViewer Ubuntu 20.04 с помощью терминала. Тут больше шансов на успех, или, по крайней мере, можно понять, почему оно не работает.
Установка TeamViewer через терминал
Загрузите программу, хотя этот пункт можно пропустить и воспользоваться уже загруженным в первом способе файлом.
А теперь установка TeamViewer 11 в Ubuntu 16.04:
sudo dpkg -i teamviewer*.deb
Для установки зависимостей выполните:
sudo apt install -f
После завершения установки вы можете запустить программу:
При первом запуске программы надо принять условия лицензионного соглашения:
Далее вы увидите главное окно программы:
Устройство Android и TeamViewer
Если вы хотите управлять своим компьютером с Ubuntu с помощью смартфона Android, установите приложение TeamViewer for Remote Control из магазина Google Play. Затем просто введите ID компьютера и пароль в программе.
Возможно и обратное — управление телефоном с помощью Ubuntu. Только для этого вам уже понадобится установить на смартфон TeamViewer Quick Support.
Запуск Teamviewer без установки
Вы можете не только установить Teamviewer Ubuntu, но и запустить программу без установки, если она нужна вам всего на один раз. Этот способ работает не только в Ubuntu.
Скачайте обычный архив с бинарными файлами в формате tar.xz. Это можно сделать командой:
Дальше распакуйте всё содержимое:
tar xvzf teamviewer_amd64.tar.xz
Переходим в папку:
Или открываем её в файловом менеджере:
Запустить программу можно прямо из папки, выполнив двойной клик по файлу teamviewer. Заметьте, что TeamViewer будет работать, только если установлены все зависимости, проверить, какие пакеты ещё нужно установить, можно, выполнив в той же папке команду:
Удалить TeamViewer
Если вам больше не нужна эта программа, вы можете её очень просто удалить. Для этого используйте такую команду:
sudo apt remove teamviewer*
Затем вы можете стереть ненужные пакеты:
sudo apt autoremove
Выводы
Вот и всё, теперь вы знаете как выполняется установка Teamviewer Ubuntu 20.04. Это отличный инструмент для удалённого управления компьютером по Сети. Если у вас остались какие-либо вопросы, спрашивайте в комментариях!
Видео с процессом установки:
Источник
How to Install TeamViewer on Ubuntu 20.04 LTS
TeamViewer is a popular software for remote access over the Internet to and from your system for Linux, MacOS and Windows. This application can connect to any personal computer or server so that you can use it as if you were sitting right in front of it. TeamViewer works as a remote control for your partner’s computer system and allows you to establish a remote session. Both you and your partner must have this small application installed and running, even if you are not an administrator. All you need to know is your partner’s ID and password to control his computer.
In this article, we will explain how to install the TeamViewer application on your Ubuntu system, both from the user interface and from the command line.
The commands and procedures mentioned in this article were executed on a Ubuntu 20.04 LTS system, the same instructions can be used for the older Ubuntu 18.04 version as well.
Installation of TeamViewer Through Ubuntu Command Line
If you prefer the command line over the graphical interface, follow these steps in order to install TeamViewer through the Ubuntu Terminal application:
Step 1: Download and add TeamViewer repository key
Open the Terminal either through the system Dash or the Ctrl+Alt+T shortcut.
First, you need to download the TeamViewer repository key as we will installing TeamViewer through its official website. Run the following command in order to download the key:
The .asc key file will be downloaded to your Downloads folder by default.
Please add this key to your system through the following apt-key command as sudo:
Step 2: Add the TeamViewer repository
Run the following command to add the official TeamViewer repository from where we will be installing TeamViewer.
For TeamViewer Stable version:
For TeamViewer Preview version: Advertisement
We are adding the repository for TeamViewer Preview version in this tutorial.
Now, enter the following command as root in order to update your system’s repository index with that on the internet:
Step 3: Install TeamViewer through the apt command
Finally, run the following command as sudo in order to install TeamViewer to your system:
The system will prompt you with a Y/n option in order to continue the installation procedure. Please enter Y and hit Enter to continue. TeamViewer will then be installed on your system.
Step 4: Launch TeamViewer
If you wish to launch TeamViewer through the command line, enter the following command in your Terminal:
Uninstall TeamViewer
In order to uninstall TeamViewer from your system without removing any configurations you might have made, enter the following command as sudo:
The system will prompt you with a Y/n option in order to begin the uninstall procedure. Please enter Y and hit Enter to begin. TeamViewer will then be removed from your system.
If you have made any configurations, you can remove TeamViewer and all those by using the following command:
$ sudo apt purge teamviewer
TeamViewer Installation on Ubuntu Through Graphical Installer
For a person who does not want to open the Command Line much, installing a software present in the Ubuntu repository through the UI is very simple. For Teamviewer, we will be downloading the .deb package and then install it through the Ubuntu Software Install.
You can download the official .deb installation package from the following website:
Scroll down on the page and click on the download link for Ubuntu, Debian (stable version) or TeamViewer Preview version.
Save the file on your system, which will be saved to the Downloads folder by default.
Open the Downloads folder where you will be able to see the TeamViewer .deb package.
Right click on the package and select the Open with Software Install option from the menu. This will open the following installer:
Click the Install button on the above window. The following authentication dialog will display for you to provide the authentication details for a sudo user as only an authorized user can install a software on Ubuntu.
Enter your password and click the Authenticate button. After that, the installation process will begin, displaying a progress bar as follows.
TeamViewer will then be installed to your system and you will get the following message after a successful installation:
Launch TeamViewer
You can launch TeamViewer any time you want by entering ‘TeamViewer’ in the Ubuntu Dash or access it from the Applications list.
TeamViewer will open in the following view; through which you can connect or be connected to a remote computer.
Uninstall
Uninstalling Teamviewer through the UI is fairly simple. On your Ubuntu desktop Activities toolbar, click the Ubuntu Software icon.
The Ubuntu Software manager will open in the following view:
Click on the Installed tab and locate the TeamViewer entry from the list of installed software.
Click the Remove icon against the TeamViewer entry.
A dialog will ask you if you are sure about removing the software from your system. Please enter the Remove button to uninstall TeamViewer. An authentication dialog will display for you to provide the authentication details for a sudo user as only an authorized user can install a software on Ubuntu. Enter your password and click the Authenticate button. After that, the uninstall process will begin, removing TeamViewer from your system.
By following the steps described in this article, you can learn to download and install the latest version of TeamViewer on your Ubuntu system, both through the graphical user interface and the command line.
Karim Buzdar
About the Author: Karim Buzdar holds a degree in telecommunication engineering and holds several sysadmin certifications. As an IT engineer and technical author, he writes for various web sites. You can reach Karim on LinkedIn
Источник
How to Install and Use TeamViewer on Linux [Complete Guide]
Last updated March 19, 2019 By Ambarish Kumar 28 Comments
Brief: Step-by-step beginner’s guide to installing TeamViewer on Linux. It also explains how to use TeamViewer on Linux.
TeamViewer is a remote desktop application primarily used to connect to a different system quickly and securely. It lets you remotely connect to someone’s desktop, transfer files, share screen and video conferencing.
It is extremely popular for its simplicity and ease of use. It is mainly used to provide technical support to remote computers.
It’s a cross-platform software available for Windows, Mac OS X, Linux, iOS and Android and there is a web browser support too. Though TeamViewer is a proprietary software, it is available free of charge for non-commercial use and offers almost everything the paid version has to offer.
Starting with TeamViewer 13, it has a native Linux client for 64 bit systems. Earlier versions used Wine underneath it.
TeamViewer features
- Allows you to take a remote control of a system.
- Supports video conferencing, group calls, desktop sharing.
- There is a 256 bit AES session encoding and 2048 bit RSA key exchange for a secure connection.
- Wake-on-LAN feature allows switching on your computer remotely.
- Supports rebooting your system or servers while on the go.
- Switching between multiple screens is easy.
Installing TeamViewer 13 in Linux
TeamViewer provides .deb binaries for Debian and Ubuntu-based Linux distributions. It also has .rpm packages for Fedora and SUSE. There is also a tarball for other Linux distributions.
You can grab a copy of TeamViewer from the official download page:
I will be installing TeamViewer on Ubuntu so I downloaded the .deb file. You can use the graphical installer by double-clicking the downloaded package and following the subsequent instructions.
Installing deb packages is easy but if you face dependency issues, I suggest you try installing it with GDebi package installer.
Alternative command line way
Alternatively, if you prefer the terminal way, navigate to the download folder and run the below command:
In case you are notified of installation failure due to missing dependencies, type the below command to complete the installation.
Once installed, you can open TeamViewer from the application menu or run it from the console using the command:
How to use TeamViewer on Linux to connect to other systems
Here are a few things you should know about using TeamViewer for remotely connecting to other systems:
- Both host and target systems should have TeamViewer installed. Preferably, they should have same TeamViewer version on both the system.
- Host and target can be any supported operating systems. For example, you can use it to connect to a Windows system from your Linux system.
- By default, each system is given an ID and a 4 digit password that is generated randomly at each start of the application.
- If you are trying to connect to a remote system, you’ll need to know the ID and the password of the target system.
- Similarly, if you are giving someone access to your system, you need to provide them the password and ID of your system to the remote system.
- Both systems must be connected to the internet.
- You are not required to create an account on TeamViewer to use it.
Now that you know a few things, let’s see how to do it:
Step 1
Start TeamViewer on both host and target systems. You’ll see the ID and password of your TeamViewer application on your screen. Similar info will be displayed on the remote system.
This is important information as it will be required to make the remote desktop connection.
Step 2
For connecting to a system, both the host and target machines should have TeamViewer installed. You will need the unique ID and password of the system to which you want to connect to. Open TeamViewer and under the “Remote Control” type in the ID in Partner ID option, and click on “Connect to partner”:
Quite obviously, it will ask you to enter the password of the target system.
Once you enter the correct password and hit Log On, you should be immediately connected to the target system.
Step 3
Once connected, you have the full control of the target system. I have a system running Ubuntu from which I established a remote desktop connection to another system running Elementary OS and then I ran a command there!
The top bar provides different options for TeamViewer. Under the Actions tab, you can find options to end the session, reboot your device or even invite additional participants.
View tab contains the most useful options. You can select the screen fit, optimize speed and quality and select the screen resolution for the target system.
Files & Extras gives you the option to take a screenshot or record a session. You can share a file between the two system via drag and drop or using the file manager.
Tips for using TeamViewer more effectively
There are ways to optimize your TeamViewer experience. Let’s see some of them.
1. Using TeamViewer account for easy access
TeamViewer provides an ID and password which can be used to take control of your system. However, signing up for a free user lets you store these credentials, and quickly connect to a system without the hassle of typing it every time.
2. Recording a session
You can always record a TeamViewer session for a later access or for the records. Once you are connected to TeamViewer, navigate to Extras in the Toolbar and you will find the option to start, pause and stop recording. Once a recording is done, you are prompted to save it.
3. Multiple Sessions support
TeamViewer supports multiple sessions simultaneously, you can take control of a second system without being disconnected from the first one. Click on the + sign in the top left corner to add another machine. For IT support people, this can be very useful.
4. Easy file transfer
You can share a file by selecting File Transfer from the TeamViewer toolbar. You can either select the file which you want to share, or drag and drop a file using option File box. This is important since you can push an application to the target machine and install it without having a physical access.
5. Manage Visual Settings
Visual Settings options lets you optimize your connection to the target machine by giving you options to choose the Quality, Scaling, Screen resolution. It can be accessed via View option. In case there is a lag, you could select Optimize speed under Quality options, or disable GUI animations.
6. Connect with a smartphone
TeamViewer app is available for iOS, Android and Windows 10 Mobile which can help you take a look at your system anywhere, anytime. This lets me access my system and check if some downloads are completed, or even change the music track without reaching out to my system.
I tried taking a control of my system with my Phone and it worked like a charm.
Final Words on TeamViewer
TeamViewer is a great tool when it comes to getting control of someone’s system for troubleshooting or monitoring your own system with your mobile handset. And since it is available for almost every platform, there’s always a way around to help someone by connecting to their system.
Are you a TeamViewer user? What other tools do you use for remote desktop connection in Linux? Let us know in the comments how it helps you!
Like what you read? Please share it with others.
Источник