数週間前から、コンピューターにSkypeをインストールしようとしています。簡単な作業だと思っていましたが、悪夢になりつつあります。
私がこれまでに試したこと:
aptを使用してコマンドラインからインストールする
最も簡単なもので、おそらく誰もが試してみるでしょう:
sudo apt-get install skype
しかし、残念ながらこれを取得します。
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed.
This may mean that you have requested an impossible situation or if you are
using the unstable distribution that some required packages have not
yet been created or been moved out of Incoming. The following
information may help to resolve the situation:
The following packages have unmet dependencies:
skype :
Depends:
skype-bin
E: Unable to correct problems, you have held broken packages.
私が試してみると、sudo apt-get intall skype-bin
私は得る:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created or
been moved out of Incoming. The following information may help to
resolve the situation:
The following packages have unmet dependencies: skype-bin:i386 :
Depends: libqt4-dbus:i386 (>= 4:4.5.3) but it is not going to be installed
Depends: libqt4-network:i386 (>= 4:4.8.0) but it is not going to be installed
Depends: libqt4-xml:i386 (>= 4:4.5.3) but it is not going to be installed
Depends: libqtcore4:i386 (>= 4:4.7.0~beta1) but it is not going to be installed
Depends: libqtgui4:i386 (>= 4:4.8.0) but it is not going to be installed
Depends: libqtwebkit4:i386 (>= 2.2~2011week36) but it is not going to be installed
Recommends: sni-qt:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
私のようなコマンドで試してみましたその後sudo apt-get clean
、sudo apt-get update
、sudo apt-get autoclean
およびsudo apt-get -f install
パッケージの依存関係を持つすべての問題を解決するためには、とりわけ、それは完全に失敗しました。
ここで説明されている手順(Skypeをインストールする方法は?)に従いましたが、どちらも機能しません。
ソフトウェアセンターからのインストール
Software Centerからインストールしようとするとsudo apt-get install skype
、ターミナルから実行する場合とまったく同じエラーが発生します。
Ubuntu Tweakを使用したインストール
同様に失敗し、次のエラーが表示されます。
skype:依存:skype-binですが、これは仮想パッケージです。
Synapticを使用したインストール
また、私はここで説明されている指示に従いました。
community.skype.com/t5 / Linux / Uninstall-to-due-to-to-unmet-dependencies-Skype-bin / mp / 1339650 / highlight / true#M3329
ほとんど同じですが、機能しません。
公式のSkype .debのインストール
http://www.skype.com/en/download-skype/skype-for-linux/downloading/?type=ubuntu64からskype-ubuntu-precise_4.1.0.20-1_i386.debをダウンロードした後、インストールしようとしましたがSoftware Centerが、次のエラーを表示します。
「lbqt4-dbus:i386」をインストールできません
aptを修正しようとしています
この投稿(PPAを追加した後、満たされていない依存関係を解決するにはどうすればよいですか?)に従ってパッケージの問題を解決しようとしましたが、機能しませんでした。
Ubuntuヘルプの指示に従う
https://help.ubuntu.com/community/Skypeで説明されている手順を実行しようとすると、実行sudo dpkg --add-architecture i386
中に問題が発生します。次のメッセージが表示されます。
dpkg:エラー:不明なオプション--add-architecture
また、私が見つけた他の投稿や解決策をたどって他のアプローチを試みましたが、これは何の役にも立ちませんでした。この時点で私は完全に失われ、他に何ができるかわかりません。誰かがあらゆる解決策を思いつくことができることを願っています。
これは、念のため、sources.listのコンテンツです。
# deb cdrom:[Ubuntu 12.04.2 LTS _Precise Pangolin_ - Release amd64 (20130213)]/ dists/precise/main/binary-i386/
# deb cdrom:[Ubuntu 12.04.2 LTS _Precise Pangolin_ - Release amd64 (20130213)]/ dists/precise/restricted/binary-i386/
# deb cdrom:[Ubuntu 12.04.2 LTS _Precise Pangolin_ - Release amd64 (20130213)]/ precise main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu precise main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu precise-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu precise universe
deb http://archive.ubuntu.com/ubuntu precise-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu precise multiverse
deb http://archive.ubuntu.com/ubuntu precise-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu precise-security main restricted
deb http://archive.ubuntu.com/ubuntu precise-security universe
deb http://archive.ubuntu.com/ubuntu precise-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu precise partner
deb-src http://archive.canonical.com/ubuntu precise partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
# deb http://extras.ubuntu.com/ubuntu precise main
# deb-src http://extras.ubuntu.com/ubuntu precise main
deb http://archive.canonical.com/ precise partner
deb-src http://archive.canonical.com/ precise partner