Answer the question
In order to leave comments, you need to log in
How to install Skype 4.3 on Ubuntu 14.04 LTS x64?
When I try to install the version from the site, I get the following message:
When I try to install from the console, I get the following:
[email protected]:~$ sudo apt-get install skype
[sudo] password for vitaliy:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
skype : Depends: skype-bin
Conflicts: skype:i386 but 4.2.0.11-1 is to be installed
skype:i386 : Depends: libasound2:i386 (>= 1.0.23)
Depends: libc6:i386 (>= 2.3.6-6~) 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
Recommends: sni-qt:i386 but it is not going to be installed
Recommends: libasound2-plugins:i386 but it is not going to be installed
Conflicts: skype but 4.3.0.37-0ubuntu0.12.04.1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Answer the question
In order to leave comments, you need to log in
Today I struggled with a similar garbage. The following helped:
apt-get -f install # will show you a list of problematic dependencies
sudo dpkg -r dependency_name # to remove,
then do:
sudo apt-get autoremove && apt-get autoclean
Try installing Skype
Banned on google?
askubuntu.com/questions/488053/how-to-install-skype-4-3
sudo software-properties-gtk
On the second tab enable partners
sudo apt-get update
sudo apt-get remove skype skype-bin:i386 skype:i386
sudo apt-get install sni-qt:i386 skype
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question