Уже несколько недель я пытаюсь установить Skype на свой компьютер. Я предполагал, что это будет простая задача, но она превращается в кошмар.
То, что я пробовал до сих пор:
Установка из командной строки с помощью apt
Самый простой и, скорее всего, кто-нибудь попробует:sudo apt-get install skype
Но, к сожалению, я понимаю это:
Reading package lists... DoneBuilding dependency treeReading state information... DoneSome packages could not be installed.This may mean that you have requested an impossible situation or if you areusing the unstable distribution that some required packages have notyet been created or been moved out of Incoming. The followinginformation 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 installedE: 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?) но это тоже не работает.
Установка из Центра программного обеспечения
Если я попытаюсь установить из Центра программного обеспечения, я получу точно такую же ошибку, как при запуске sudo apt-get install skype из терминала.
Установка с помощью Ubuntu Tweak
Также происходит сбой, я получаю следующую ошибку:
skype: Зависит от: skype-bin, но это виртуальный пакет.
Установка с помощью Synaptic
Я также следовал инструкциям, описанным здесь:
community.skype.com/t5 / Linux / Невозможно установить из-за неудовлетворенных зависимостей-Skype-bin/m-p/1339650/highlight/true#M3329
Многое из того же самого тоже не работает.
Установка официального Skype .deb
После загрузки skype-ubuntu-precise_4.1.0.20-1_i386.deb от http://www.skype.com/en/download-skype/skype-for-linux/downloading/?type=ubuntu64 Я попытался установить его через Центр программного обеспечения, но он выдает следующую ошибку:
Не удается установить '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 universedeb 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 multiversedeb 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 restricteddeb http://archive.ubuntu.com/ubuntu precise-security universedeb 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 partnerdeb-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 maindeb http://archive.canonical.com/ precise partnerdeb-src http://archive.canonical.com/ precise partner