ここに私が試したものがあります:
$ Sudo apt-get install skype
[Sudo] password for umpirsky:
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 install skype-bin
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-bin:i386 : Depends: libasound2:i386 (>= 1.0.23) but it is not going to be installed
Depends: libc6:i386 (>= 2.7) but it is not going to be installed
Depends: libgcc1:i386 (>= 1:4.1.1) but it is not going to be installed
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
Depends: libstdc++6:i386 (>= 4.6) but it is not going to be installed
Depends: libx11-6:i386 but it is not going to be installed
Depends: libxext6:i386 but it is not going to be installed
Depends: libxss1:i386 but it is not going to be installed
Depends: libxv1:i386 but it is not going to be installed
Depends: libssl1.0.0:i386 but it is not going to be installed
Depends: libgl1-mesa-glx:i386 but it is not going to be installed
Recommends: sni-qt:i386 but it is not going to be installed
Recommends: libasound2-plugins:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Skypeを64ビットUbuntuにインストールできません からの提案もすべて試しましたが、どれもうまくいきませんでした。
私の情報源リスト:
$ cat /etc/apt/souces.list /etc/apt/sources.list.d/*.list
cat: /etc/apt/souces.list: No such file or directory
deb http://downloads.hipchat.com/linux/apt stable main
deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/screencloud/ubuntu raring main #Added by software-center; credentials stored in /etc/apt/auth.conf
deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/splashtop-streamer/ubuntu raring main #Added by software-center; credentials stored in /etc/apt/auth.conf
deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/vkaudiosaver/ubuntu raring main #Added by software-center; credentials stored in /etc/apt/auth.conf
deb http://ppa.launchpad.net/upubuntu-com/chat/ubuntu quantal main
# deb-src http://ppa.launchpad.net/upubuntu-com/chat/ubuntu raring main
助けてください。
UPDATE:
私はteamviewerをインストールしようとしましたが、同様のエラーが発生しました:
UPDATE:
新しいUbuntu 13.04をインストールしたところ、同じエラーが発生しました。
UPDATE:
Skypeをインストールしました:
Sudo dpkg --force-depends -i skype-ubuntu-precise_4.2.0.11-1_i386.deb
しかし、それを実行することはできません:
$ ll /usr/bin | grep skype
-rwxr-xr-x 1 root root 30701056 мај 7 01:42 skype*
$ /usr/bin/skype
bash: /usr/bin/skype: No such file or directory
UPDATE:
ライブCDからUbuntuをインストールせずにこれを再現できます。
まず、満たされていない依存関係を取り除くために、次の投稿にリストされているすべての指示に従います。
次に、ここで指定されているとおりにSkypeをインストールします。
言い換えると、これはUbuntu 64ビットにSkypeをインストールする正しい方法です。
Sudo dpkg --add-architecture i386
Sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
Sudo apt-get update
Sudo apt-get install skype
ステップ4が機能しない場合に備えて、ターミナルから試してください:
Sudo dpkg --force-depends -i skype-ubuntu-precise_4.2.0.11-1_i386.deb
このステップ5は理想的ではないことに注意してください。しかし、これはうまくいくと確信しています。
Source: Skype for Linuxの使用を開始する 。
正直なところ、他のすべての答えよりも簡単な解決策があると思います。
正しく思い出せば、skype.comの ダウンロードページ に移動し、Ubuntu 12.04を選択して、13.04 64ビットにskypeをインストールしました。次に、ソフトウェアセンターで開き、面倒を見てくれます。
これは試してみる価値があると思います。うまくいかない場合は、コメントを残してください。答えを削除します。
投稿、回答、コメント(リンク/要点も)から理解できるように、入力ミスがあり、重複したエントリを持つ複数のソースがあります。
Sudo dpkg --remove-architecture i38
を使用して修正します。Sudo apt-get update
を実行します最後に、 answerRad で指定されたものを使用します。
まず、満たされていない依存関係を取り除くために、次の投稿にリストされているすべての指示に従います。
- PPAを追加した後、満たされていない依存関係を解決するにはどうすればよいですか? 64ビットバージョンを持たない満たされていない依存関係については、 ' Ubuntuソフトウェアセンター」。
次に、ここで指定されているとおりにSkypeをインストールします。
言い換えると、これはUbuntu 64ビットにSkypeをインストールする正しい方法です。
Sudo dpkg --add-architecture i386 Sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" Sudo apt-get update Sudo apt-get install skype
ヒント:コマンドをコピーして貼り付けます。
Skypeをインストールするには、これ以上簡単なものはありません。
Sudo rename -n 's/\.list$/.list.disable/g' /etc/apt/sources.list.d/*.list
Sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
Sudo apt-get update
Sudo apt-get install aptitude
Sudo aptitude full-upgrade
Sudo aptitude install skype
これらのコマンドを使用する必要があります
Sudo dpkg --add-architecture i386 # only needed for 64-bit systems
Sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
Sudo apt-get update
Sudo apt-get install ia32-libs
Sudo apt-get install skype skype-bin sni-qt:i386
それが機能する場合は、Skypeを使用できます。それ以外の場合は、以下のコマンドを試してください
Sudo apt-get -f install
いずれも機能しない場合は、公式の.deb
からSkypeを取得してインストールしてください。
wget http://download.skype.com/linux/skype-ubuntu-precise_4.2.0.11-1_i386.deb
Sudo dpkg -i skype-ubuntu-precise_4.2.0.11-1_i386.deb
これらのコマンドを試してください:
Sudo apt-get clean
Sudo apt-get autoclean
Sudo apt-get -f install
次に、Sudo apt-get install ia32-libs
から始まる上記のコマンドを再試行します
ここでは暗闇で写真を撮っているところですが、下のスクリーンショットから:
http://screencloud.net/img/screenshots/8366ca7d55ab0f215f4a614433eadfc1.png
「Ubuntu Software Center」に移動して、「libasound2:i386」という検索を入力してください。
私はこの結果を得ました:
Shared library for ALSA applications
libasound2:i386
スクリーンショットへのリンク- http://i.imgur.com/2F0q2sW.png
それらが既にインストールされているかどうかを確認します。そうでない場合は、まずこれをインストールしてから、Skypeをインストールしてください...
うまくいけば幸運を祈ります!
@umpirskyスクリーンショットにあるように、libasound2:i386はlibc6ファイルに依存しているため、Ubuntu Software Centerに移動してlibc6を入力し、最初にインストールしてみてください。動作しない場合は、libc6がいくつかのファイルに依存しているかどうかを確認し、そのファイルをインストールしてから、そこから戻る方法を試してください...
エラーに"Further more there could be a conflict between software packages which are not allowed to be installed at the same time"
と記載されています。これはあなたが抱えている問題かもしれないので、それらを別々にインストールする必要があるかもしれません。
"EDIT"↓
「Saurav Kumar」が冒頭で述べたように、「 Synaptic 」をインストールし、リストを一度に1つずつ追加およびインストールしていきます...
これがお役に立てば幸いです、幸運を祈ります...
この方法では、OSアーキテクチャが自動的に検出され、最新のskypeがインストールされます。
Sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
Sudo apt-get update
Sudo apt-get install skype && Sudo apt-get -f install
注:libqt4-webkitをインストールする必要がある場合、そのためにSynapticを使用しました
これを試して:
Sudo dpkg --add-architecture i386
Sudo apt-get install ia32-libs
Sudo apt-get update
wget -O skype.deb http://download.skype.com/linux/skype-ubuntu-precise_4.2.0.11-1_i386.deb
Sudo dpkg -i skype.deb
Sudo apt-get -f install
編集2:
これを試して。押すだけ Ctrl+Alt+T キーボードでターミナルを開きます。開いたら、以下のコマンドを実行します:
Sudo apt-get install lib32stdc++6 lib32asound2 ia32-libs libc6-i386 lib32gcc1
次に、 ダウンロード Skype for Ubuntu 32ビットPrecise i386。 Ubuntu Software Centerで開くことを選択し、開いたら、[インストール]をクリックします。
Nooslabからの情報の一部
Skype.comにアクセスして、ubuntu 12.04バージョンをダウンロードし、ソフトウェアストアを開いて、アドオンをインストールしてコンピューターで動作するように要求しましたが、正常に動作しています。私はそれを試してみます。
私は同じ問題にぶつかり、apt-get、aptitude、dkpg、gediを介してlibqtwebkitをインストールするのに苦労していました
依存関係の問題を解決する方法は次のとおりです。
wget http://th.archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-base0.10/libgstreamer-plugins-base0.10-0_0.10.36-1_i386.deb
dpkg -i libgstreamer0.10-0_0.10.36-1ubuntu1_i386.deb
wget http://th.archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-base0.10/libgstreamer-plugins-base0.10-0_0.10.36-1_i386.deb
dpkg -i libgstreamer-plugins-base0.10-0_0.10.36-1_i386.deb.1
wget http://th.archive.ubuntu.com/ubuntu/pool/main/q/qtwebkit-source/libqtwebkit4_2.2.1-1ubuntu4_i386.deb
dkpg -i libqtwebkit4_2.2.1-1ubuntu4_i386.deb
wget download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
dpkg -i skype-ubuntu-precise_4.3.0.37-1_i386.deb
最近のUbuntuのアップデートでこの問題が修正されたようです。
今日インストールしようとしましたが、うまくいきました https://Gist.github.com/umpirsky/2f465f067d7c7d050fa6 。
助けようとしたすべての人に感謝します!
独自のNvidia/AMDドライバーを使用してUbuntu 13.04 Raring RingtailでSkypeを動作させるには、まずSkype実行可能ファイルの名前を「skype」から「skype-bin」に変更します。
Sudo mv /usr/bin/skype /usr/bin/skype-bin
/ usr/bin /の下に「skype」というファイルを作成しましょう-このために、rootとしてテキストエディターを起動します(以下の手順でGeditを使用します)。
gksu gksu gedit /usr/bin/skype
(上記のコマンドで「gksu」を2回使用したため、Geditは/ usr/bin/skypeとともに空白のタブを開きません)
そして、このファイルに次を貼り付けます。
#!/bin/sh
export LD_PRELOAD=/usr/lib/i386-linux-gnu/mesa/libGL.so.1
exec skype-bin "$@"
次に、ファイルを保存します。
最後に、ターミナルで次のコマンドを実行します。
Sudo chmod 0755 /usr/bin/skype
それでおしまい。これで、SkypeはUbuntu 13.04 Raring Ringtailで動作するはずです。
上記の手順を使用して行った変更を元に戻すには、次のコマンドを使用します。
Sudo rm /usr/bin/skype
Sudo mv /usr/bin/skype-bin /usr/bin/skype
ソース:
http://repogen.simplylinux.ch/ にアクセスして、ソースリストを生成してください。ソースリストを編集します。
nano /etc/apt/sources.list
その後、システムを更新およびアップグレードします。
Sudo apt-get clean && Sudo apt-get update && Sudo apt-get upgrade
スカイプをインストールしてみてください。
Distサーバーとして「メインサーバー」を使用していますか?
「システム設定」>「ソフトウェアと更新」でdistサーバーをローカルサーバーから「メインサーバー」に変更することでfixに管理したこの同じ問題がありました。
残念ながら、distサーバーを簡単に変更するコマンドラインは見つかりませんでしたが、/etc/apt/sources.list
を常に編集してサーバーを変更することはできました。
お役に立てば幸いです。