Da settimane sto cercando di installare Skype sul mio computer. Ho immaginato che sarebbe stato un compito semplice ma sta diventando un incubo.
Quello che ho provato finora:
Installazione dalla riga di comando con apt
Il più semplice e il più probabile che qualcuno provi:
sudo apt-get install skype
Ma ho purtroppo questo:
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.
Se provo sudo apt-get intall skype-bin
ottengo:
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.
Dopo che ho provato con comandi come sudo apt-get clean
, sudo apt-get update
, sudo apt-get autoclean
e sudo apt-get -f install
, tra gli altri, al fine di risolvere qualsiasi problema con i pacchetti di dipendenza, ma era completamente riuscito.
Ho seguito le istruzioni spiegate qui ( Come si installa Skype? ) Ma non funziona neanche.
Installazione da Software Center
Se provo ad installare da Software Center ottengo esattamente lo stesso errore che eseguire sudo apt-get install skype
dal terminale.
Installazione con Ubuntu Tweak
Anche non riesce, ottengo il seguente errore:
skype: dipende: skype-bin, ma è un pacchetto virtuale.
Installazione con Synaptic
Ho anche seguito le istruzioni qui descritte:
community.skype.com/t5 / Linux / Impossibile-installare-a-causa-di-unmet-dipendenze-Skype-bin / mp / 1339650 / highlight / true # M3329
Più o meno lo stesso, non funziona neanche.
Installazione di .deb ufficiale di Skype
Dopo aver scaricato skype-ubuntu-precise_4.1.0.20-1_i386.deb da http://www.skype.com/en/download-skype/skype-for-linux/downloading/?type=ubuntu64 ho provato a installarlo Software Center ma visualizza il seguente errore:
Impossibile installare 'lbqt4-dbus: i386'
Cercando di correggere apt
Ho provato a risolvere qualsiasi possibile problema con i pacchetti seguendo questo post ( Come posso risolvere le dipendenze non soddisfatte dopo aver aggiunto un PPA? ) Ma non ha funzionato.
Seguendo le istruzioni della guida di Ubuntu
Se provo a seguire le istruzioni spiegate in https://help.ubuntu.com/community/Skype ho problemi durante l'esecuzione sudo dpkg --add-architecture i386
, ottengo quanto segue:
dpkg: errore: opzione sconosciuta --add-architecture
Ho anche provato altri approcci seguendo altri post e soluzioni che ho trovato, ma nulla di tutto ciò ha funzionato per me. A questo punto sono completamente perso e non so cos'altro posso fare. Spero che qualcuno possa trovare qualsiasi soluzione.
Questo è il contenuto del mio sources.list, nel caso in cui:
# 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