TeamViewerは、特にリモートコントロール、デスクトップ共有、またはオンライン会議に使用されるコラボレーションプラットフォームです。このガイドの目的は、Ubuntu 20.04 FocalFossaLinuxデスクトップにTeamViewerをインストールすることです。
このチュートリアルでは、次のことを学びます。
- TeamViewerのインストール方法
- TeamViewerを起動する方法
Ubuntu 20.04 FocalFossaLinuxデスクトップ上のTeamViewer
使用されるソフトウェア要件と規則
カテゴリ | 使用する要件、規則、またはソフトウェアバージョン |
---|---|
Ubuntu20.04をインストールまたはUbuntu20.04FocalFossaをアップグレード | |
TeamViewer | |
rootまたはsudo を介したLinuxシステムへの特権アクセス コマンド。 | |
# –指定されたLinuxコマンドは、rootユーザーとして直接、またはsudo を使用して、root権限で実行する必要があります。 コマンド$ –特定のLinuxコマンドを通常の非特権ユーザーとして実行する必要があります |
Ubuntu20.04にTeamViewerをインストールする手順
- TeamViewerのインストールを実行するために必要なすべての前提条件をインストールします:
$ sudo apt update $ sudo apt install gdebi-core wget
- 公式のTeamViewerDebianパッケージをダウンロードします:
$ wget -O ~/teamviewer.deb "https://download.teamviewer.com/download/linux/teamviewer_amd64.deb"
-
gdebi
を使用して、以前にダウンロードしたTeamViewerパッケージをインストールします コマンド:$ sudo gdebi ~/teamviewer.deb Reading package lists... Done Building dependency tree Reading state information... Done Reading state information... Done Requires the installation of the following packages: libdouble-conversion3 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 libqt5positioning5 libqt5printsupport5 libqt5qml5 libqt5quick5 libqt5sensors5 libqt5svg5 libqt5webchannel5 libqt5webkit5 libqt5widgets5 libqt5x11extras5 libxcb-xinerama0 libxcb-xinput0 qml-module-qtgraphicaleffects qml-module-qtquick-controls qml-module-qtquick-dialogs qml-module-qtquick-layouts qml-module-qtquick-privatewidgets qml-module-qtquick-window2 qml-module-qtquick2 qt5-gtk-platformtheme qttranslations5-l10n Remote control and meeting solution. TeamViewer provides easy, fast and secure remote access and meeting solutions to Linux, Windows PCs, Apple PCs and various other platforms, including Android and iPhone. . TeamViewer is free for personal use. You can use TeamViewer completely free of charge to access your private computers or to help your friends with their computer problems. . To buy a license for commercial use, please visit http://www.teamviewer.com . This package contains Free Software components. For details, see /opt/teamviewer/doc/license_foss.txt Do you want to install the software package? [y/N]:y
- [アクティビティ]メニューでアプリケーション名を検索するか、次のコマンドを実行してTeamViewerを起動します。
$ teamviewer
teamviewer
を検索します アプリケーションを起動し、関連するアイコンをクリックしてアプリケーションを起動します。