몇 주 전부터 컴퓨터에 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이지만 가상 패키지입니다.
시냅틱으로 설치
나는 또한 여기에 설명 된 지침을 따랐습니다.
community.skype.com/t5 / Linux / 설치 불가능으로 인해 충족되지 않은 종속성 -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 를 다운로드 한 후 설치하려고했습니다. 소프트웨어 센터이지만 다음 오류가 표시됩니다.
'lbqt4-dbus : i386'을 설치할 수 없습니다
apt를 수정하려고
이 게시물 ( PPA를 추가 한 후 충족되지 않은 종속성을 어떻게 해결합니까? )을 따라 패키지의 가능한 문제를 해결하려고 시도했지만 작동하지 않았습니다.
우분투 도움말 지침에 따라
https://help.ubuntu.com/community/Skype에 설명 된 지침을 따르 sudo dpkg --add-architecture i386
려고하면 다음과 같은 문제가 발생 합니다.
dpkg : 오류 : 알 수없는 옵션-아키텍처 추가
나는 또한 내가 찾은 다른 게시물과 솔루션을 따라 다른 접근법을 시도했지만 이것 중 아무것도 나를 위해 효과가 없었습니다. 이 시점에서 나는 완전히 길을 잃었고, 내가 무엇을 할 수 있는지 모른다. 누군가가 어떤 해결책을 제시 할 수 있기를 바랍니다.
이것은 다음과 같은 경우를 위해 내 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