V
V
Vitaly Petrov2015-02-27 22:06:04
linux
Vitaly Petrov, 2015-02-27 22:06:04

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:
12fd1d9544264879ac457caf7793e3c2.png
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).

Tried to install as stated in this topic .
I will be very grateful for your help.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Igor Nikolaev, 2015-02-28
@nightvich

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

M
Mikhail Osher, 2015-02-28
@miraage

Banned on google?
askubuntu.com/questions/488053/how-to-install-skype-4-3

N
Nazar Mokrinsky, 2015-02-28
@nazarpc

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

If it doesn't work, write where the plug is.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question