GNU/Linux >> Linux の 問題 >  >> Debian

Debian 9StretchLinuxにTeamViewerをインストールする方法

目的

目的は、Debian9LinuxでアプリケーションTeamViewerをデスクトップ共有することです。

オペレーティングシステムとソフトウェアのバージョン

  • オペレーティングシステム: –Debian9ストレッチ
  • ソフトウェア: – TeamViewer v12.0.76279

要件

TeamViewerとその前提条件をインストールするには、Debianシステムへの特権アクセスが必要です。

難易度

簡単

規約

  • –指定されたLinuxコマンドは、rootユーザーとして直接、またはsudoを使用して、root権限で実行する必要があります。 コマンド
  • $ –特定のLinuxコマンドを通常の非特権ユーザーとして実行する必要があります

手順

前提条件

TeamViewerはi386アプリケーションであり、このため、i386ライブラリの数に依存します。まず、Debianシステムでマルチアーチを有効にします:

# dpkg --add-architecture i386
# apt update

次に、実際のインストールに役立つ前提条件とツールをインストールします。

# apt install libjpeg62-turbo:i386 wget gdebi-core

TeamViewerをダウンロードしてインストールします

この段階で、TeamViewerをダウンロードする準備が整いました:

$ wget https://download.teamviewer.com/download/teamviewer_i386.deb
$ ls
teamviewer_i386.deb

これで、TeamViewerパッケージが作業ディレクトリとともに配置され、インストールの準備が整いました。 gdebiを使用する TeamViewerパッケージをインストールするには:

# gdebi teamviewer_i386.deb
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の最初の起動には時間がかかる場合があることに注意してください。これは、TeamViewerがワインに依存するアプリケーションであり、最初の起動時に環境をセットアップするためです。だから我慢してください:

$ teamviewer
Init...
CheckCPU: SSE2 support: yes
XRandRWait: No value set. Using default.
XRandRWait: Started by user.
Checking setup...
wine: configuration in '/home/linuxconfig/.local/share/teamviewer12' has been updated.
Launching TeamViewer ...
Launching TeamViewer GUI ...


Debian
  1. Debian 9StretchLinuxにTomcat9をインストールする方法

  2. Debian 9StretchLinuxにSpotifyをインストールする方法

  3. DropboxクライアントをDebian9StretchLinuxにインストールする方法

  1. Debian 9StretchLinuxにDockerエンジンをインストールする方法

  2. Debian 9StretchLinuxにJenkinsをインストールする方法

  3. LinuxにTeamViewer15をインストールする方法

  1. Debian 9StretchLinuxにビットコインノードをインストールする方法

  2. Debian 9StretchLinuxにNodeJSをインストールする方法

  3. SkypeをDebian9StretchLinux64ビットにインストールする方法