web-dev-qa-db-ja.com

Ubuntu 12.10にskypeをインストールできません

Ubuntu 12.10にskypeをインストールできません。あなたの助けが必要です。

これはエラーです:

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 but it is not installable E: Unable to correct problems, you have held broken packages.

そう?

2
Axee

に問題がある場合

満たされていない依存関係:skype-bin

ターミナルからこれを試してください

Sudo apt-get update
Sudo apt-get install skype-bin skype

上記のコマンドを実行する前に canonical-partnersリポジトリが有効になっていることを確認してください。

から確認する

更新マネージャー>設定>その他のソフトウェア

enter image description here

4
NickTux

Skype Webページに動的パッケージを使用してインストールしました http://www.skype.com/en/download-skype/skype-for-computer/ そのWebページにアクセスすると、ドロップダウンで、「ダイナミック」なものを選択する必要があります。

それをダウンロードし、アーカイブマネージャーを使用して解凍します。フォルダーを開くと、Skypeアイコンが表示されますので、クリックしてください。

1
mad_programmer