数週間前から、コンピューターにSkypeをインストールしようとしています。簡単な作業だと思っていましたが、悪夢になりつつあります。
私がこれまでに試したこと:
最も簡単な方法であり、誰もが試みる可能性が最も高いものです: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
をターミナルから実行した場合とまったく同じエラーが発生します。
同様に失敗し、次のエラーが表示されます。
skype:依存:skype-binですが、これは仮想パッケージです。
また、私はここで説明されている指示に従いました。
community.skype.com/t5/Linux/Uninstall-to-due-to-to-unmet-dependencies-Skype-bin/m-p/1339650/highlight/true#M3329
ほとんど同じですが、機能しません。
skype-ubuntu-precise_4.1.0.20-1_i386.debを http://www.skype.comからダウンロードした後/ en/download-skype/skype-for-linux/downloading /?type = ubuntu64 Software Centerでインストールしようとしましたが、次のエラーが表示されます。
「lbqt4-dbus:i386」をインストールできません
この投稿( PPAの追加後に満たされていない依存関係を解決するにはどうすればよいですか? )に従って、パッケージの問題を解決しようとしましたが、機能しませんでした。
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
OK、問題の解決策を見つけました。ここで説明されている手順に従いました: http://rumytaulu.wordpress.com/2012/10/26/cant-install-ia32-libs-and-ia32-libs-multiarch-how-to-fix- it /
その後、私は単にSudo apt-get install skype
を実行しました...そして出来上がり、動作します!
私はそれが否定的な結果をもたらすと言わなければなりません。 3番目の手順で説明したようにSudo apt-get dist-upgrade
を実行した後、Sudo apt-get autoremove
を実行すると次の結果が得られます。
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up grub-efi-AMD64 (1.99-21ubuntu3.9) ...
/var/lib/dpkg/info/grub-efi-AMD64.postinst: line 684: grub-install: command not found
dpkg: error processing grub-efi-AMD64 (--configure):
subprocess installed post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of grub-efi-AMD64-signed:
grub-efi-AMD64-signed depends on grub-efi-AMD64 (>= 1.99-21ubuntu3.5); however:
Package grub-efi-AMD64 is not configured yet.
dpkg: error processing grub-efi-AMD64-signed (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
grub-efi-AMD64
grub-efi-AMD64-signed
E: Sub-process /usr/bin/dpkg returned an error code (1)
すべてが幸いにうまく動作しますが、Grubパッケージに関する問題を修正したいと思います。これは特に、非常に重要なGrubに関連しているためです。コンピューターの起動時にさらに予期しない問題を見つけることができるかどうか疑問に思います...
この望ましくない結果を修正できた場合は、この回答を更新します。誰かが方法を知っているなら、私に知らせてください。
更新:
私はGRUBパッケージの問題を解決することができました。ここで問題と解決策を説明しました: 破損したパッケージシステムを修正できません
Gx1sptDTDaとAlejandroGarcíaSecoの組み合わせは完璧に機能しました。
これを端末にコピーして貼り付けます:
Sudo apt-get install libqt4-dbus:i386 libqt4-network:i386 libqt4-xml:i386 libqtcore4:i386 libqtgui4:i386 libqtwebkit4:i386 sni-qt:i386
押す Enter。
次に、これを貼り付けてSkypeをインストールします。
Sudo apt-get install skype
Skype 4.2は、新しいUbuntu 12.04 LTE 64ビットで実行されています。
>> 32ビットの場合
端末コマンド:
wget http://download.skype.com/linux/skype-ubuntu-lucid_4.2.0.11-1_i386.deb
Sudo dpkg -i skype-ubuntu-lucid_4.2.0.11-1_i386.deb
Sudo apt-get -f install;rm skype-ubuntu-lucid_4.2.0.11-1_i386.deb
>> 64ビットの場合
端末コマンド:
Sudo dpkg --add-architecture i386
Sudo apt-get install ia32-libs
Sudo apt-get update
wget http://download.skype.com/linux/skype-ubuntu-lucid_4.2.0.11-1_i386.deb
Sudo dpkg -i skype-ubuntu-lucid_4.2.0.11-1_i386.deb
Sudo apt-get -f install;rm skype-ubuntu-lucid_4.2.0.11-1_i386.deb
このすべてがターミナルで実行された後Sudo apt-get install sni-qt:i386
;これにより、スカイプの連絡先ウィンドウが復元されます
それだけで、作業は最大5分で完了します。私は64ビットでUbuntuを使用しており、Skypeをインストールするこの方法は常に完全に機能しました。
Skypeは、Ubuntu 12.04 LTS 32ビットにインストールするのが本当に苦痛でした。ここにリストされているもののほとんどを試してみましたが、 buntu Tweak のAppsセクションを介して正しくインストールしただけです。
私はこれを驚くほど簡単な方法で見つけました。ターミナルでこれらのコマンドを実行するだけです:
Sudo apt-get install libqt4-dbus:i386 libqt4-network:i386 libqt4-xml:i386 libqtcore4:i386 libqtgui4:i386 libqtwebkit4:i386 sni-qt:i386
wget http://download.skype.com/linux/skype-debian_4.2.0.13-1_i386.deb
Sudo dpkg -i skype-debian_4.2.0.13-1_i386.deb
最初のパッケージは依存関係をダウンロードし、2番目のパッケージは.debパッケージをダウンロードし、最後のパッケージはそれをインストールします。シンプル!