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

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

目的

次の記事では、Debian9Stretchにビデオチャットおよび音声通話アプリケーションSkypeをインストールするための簡単な手順を説明します。

要件

Debian 9StretchLinuxシステムへの特権アクセスが必要です。

難易度

簡単

規約

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

手順

i386アーキテクチャを有効にする

Skypeでは、システムでi386アーキテクチャが有効になっている必要があります。

# dpkg --add-architecture i386
# apt-get update

前提条件のインストール

まだインストールしていない場合は、gdebiをインストールしてください lパッケージとその依存関係をインストールするための優れたツールであるコマンド:

# apt-get install gdebi

次に、libssl v1.0.0をダウンロードしてインストールします Skype依存関係の一部としてのライブラリ:

$ wget -q http://ftp.at.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u5_i386.deb

以前にダウンロードしたlibsslをインストールします パッケージ:

# gdebi libssl1.0.0_1.0.1t-1+deb8u5_i386.deb 
Reading package lists... Done
Building dependency tree        
Reading state information... Done
Reading state information... Done
Requires the installation of the following packages: gcc-6-base:i386 libc6:i386 libgcc1:i386 

Secure Sockets Layer toolkit - shared libraries
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It provides the libssl and libcrypto shared libraries.
Do you want to install the software package? [y/N]:y

Skypeをダウンロードしてインストールする

Skype Debianパッケージをダウンロードします:

$ wget -O skype-install.deb http://www.skype.com/go/getskype-linux-deb

最後に、gdebiを使用します Skypeとそのすべての依存関係をインストールするには:

# gdebi skype-install.deb 
...
Wherever you are, wherever they are
 Skype keeps you together. Call, see, message and share with others.
  * It's free to download and join.
  * Call, instant message and send photos and documents to anyone else on Skype.
  * And with a webcam you can catch up face-to-face with a video call.
  * Call mobiles and landlines worldwide at low rates.
  * Easily text message anywhere in the world.
  * Get your friends together on a conference call.
 .
 And that's just the start...
Do you want to install the software package? [y/N]:y

上記のSkypeのインストールが正常に完了した場合は、コマンドラインから次のコマンドでSkypeを起動できます。

$ skype

またはGUIスタートメニューから。



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

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

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

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

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

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

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

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

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