PDA

View Full Version : [ubuntu] Skype unable to be installed.



jyphpps
October 22nd, 2012, 02:30 PM
Sorry I'm new to Ubuntu and this forum so do forgive me if I seem like I don't know what I'm doing.

I have tried to install Skype for the past few days and have been receiving this error:


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 but it is not installable
E: Unable to correct problems, you have held broken packages.

I have read that uninstalling purging skype-bin should do the trick but when i try purging it, i get a message saying that it does not exist.

How should i go about installing skype?

Thanks in advance :)

aabed91
October 22nd, 2012, 02:41 PM
First type this command


sudo apt-get -f install

Then type


sudo apt-get install skype

and it will be installed.

i hope these commands help you :)

jyphpps
October 25th, 2012, 03:29 AM
I've tried those commands but they still return with the error:

The following packages have unmet dependencies:

skype: Depends: skype-bin but it is not going to be installed

aabed91
October 25th, 2012, 09:20 AM
When i face this problem i type


sudo apt-get -f install

this command solve your problem

Lemagex
October 25th, 2012, 09:27 AM
http://www.skype.com/intl/en/get-skype/on-your-computer/linux/

Download the .deb for your system. And then go on terminal,

sudo apt-get purge skype skype-bin
Regardless of it that finds it or not, install the Deb, I had to do that the other day and it worked for me, annoying though.

jyphpps
November 1st, 2012, 10:11 AM
junyuan@ubuntu:~/Downloads$ sudo dpkg -i skype-ubuntu_4.0.0.8-1_amd64.deb
Selecting previously unselected package skype.
(Reading database ... 151037 files and directories currently installed.)
Unpacking skype (from skype-ubuntu_4.0.0.8-1_amd64.deb) ...
dpkg: dependency problems prevent configuration of skype:
skype depends on ia32-libs; however:
Package ia32-libs is not installed.

dpkg: error processing skype (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for gnome-menus ...
Errors were encountered while processing:
skype

I still get this error message when i purge. Is there a bug on this?

jyphpps
November 1st, 2012, 10:11 AM
And how do y'all type code in these replies...

Lemagex
December 12th, 2012, 03:33 AM
Do this completely fresh. Firstly, open your terminal,
sudo thunar /etc/apt/
look in the lists folder, and delete all "Skype" entries. Then proceed with the purge I suggested in the last post. then install the skype deb NOT USING terminal, but using a deb installer like gdebi or just the software center.