Can not install skype and skype-bin (Ubuntu 12.10)

Asked by Khan-ali I

I just installed Ubuntu 12.10 (64 bit) via Wibi on win7, everything runs perfectly but I've been having problems installing Skype. I currently need Skype as a vital part to comunicate with freinds and collegues, so please reply ASAP.

After running "apt-get update" and "sudo apt-get install skype" I get the 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 also got all the repositories checked, I also tried many other solutions to this problem and none helped. I finally went to look for the files to install myself, I found the skype package and have downloaded it - but the skype-bin package download link is not avalible. (link to page: https://launchpad.net/ubuntu/precise/amd64/skype-bin).

Am I doing something wrong or is it just because the bin is missing I can't intall skype? Thanks any help appricieated.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu skype Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Try:

sudo apt-get --purge remove skype

Then grab the 64bit deb from the skype website and install that

Revision history for this message
Khan-ali I (kxisystem441) said :
#2

I went to the site before, downloaded the multiarch verson (no 64bit deb), tried to install it VIA ubuntu software center but ended up with a "Wrong architecture 'i386'" message where the install button should be. I did it again just for kicks.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

There is a 64bit deb

wget -O skype_Ubuntu-current_amd64.deb http://www.skype.com/go/getskype-linux-beta-ubuntu-64
sudo dpkg -i ./skype_Ubuntu-current_amd64.deb
sudo apt-get -f install

Revision history for this message
N1ck 7h0m4d4k15 (nicktux) said :
#4

Hi ,
please read CAREFULLY the answer here : http://askubuntu.com/questions/223912/i-can-not-install-skype-on-ubuntu-12-10

and the comments below.

Thanks

Revision history for this message
Khan-ali I (kxisystem441) said :
#5

@actionparsnip I can not run the "sudep dpkg -i /skype..." command, I get "dpkg: error: dpkg status database is locked by another process" when I do.

@NikTh One of the first pages I found, if you read carfully I have listed that I did do all of the following. I tried changing the repo servers, didn't help and I'm only gonna wait to download a file from a server oversea's if its the only solution. The other solution was the other person waited, so did I and I ended up here.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

Then you have updates installing or software centre open. CLose both and this will free the packages. If neither is true then run:

sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a

Revision history for this message
Khan-ali I (kxisystem441) said :
#7

Closed all and tried the depackage again, I got this:

dpkg: error processing ./skype_Ubuntu-current_amd64.deb (--install):
 package architecture (i386) does not match system (amd64)
Errors were encountered while processing:
 ./skype_Ubuntu-current_amd64.deb

I also tried "sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a", nothing showed up. I'm just assuming it did what it did in the background silently so I tried "sudo apt-get -f install", it outputed:

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-3.5.0-17 linux-headers-3.5.0-17-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

So I'm assuming nothing installed. [off topic, should I do "apt-get autoremove" or is that just optional?]

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

Your OS is 32bit, so you need the 32bit skype deb:

wget -O skype.deb http://www.skype.com/go/getskype-linux-beta-ubuntu-32
sudo dpkg -i ./skype.deb
sudo apt-get -f install

Revision history for this message
Khan-ali I (kxisystem441) said :
#9

Again, up to "sudo dpkg" I get this:

dpkg: error processing ./skype.deb (--install):
 package architecture (i386) does not match system (amd64)
Errors were encountered while processing:
 ./skype.deb

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#10

In some cases similar prioblems of other people have turned out to be caused by a mis-configuration of the package management system related to multiarch support.

Please issue the following commands and copy/paste all output:

dpkg --print-foreign-architectures
dpkg --print-architecture

If the first comand does not show any output, and the second one gives "amd64" you shouly tra the following commands

sudo dpkg --add-architecture i386
sudo apt-get update

and then again

sudo apt-get install skype

Revision history for this message
Khan-ali I (kxisystem441) said :
#11

Just an update since last time, actually this was just around the time Manfred posted his question I - for lack of better term - screwed up my Ubuntu. I found out later that it was my fault and I should have never shut down Ubuntu the way I did when it unexpetectly froze on me, lesson learned. So that means after uninstalling and re-installing Wubi I am back again with Ubuntu. I also took the time to do everything actionpasnip posted again, and again with the same errors.

tl;dr I uninstalled and re-installed Wubi and now working with a clean version of Ubuntu, this is just an update to show I still have the same errors after a clean install.

Revision history for this message
Khan-ali I (kxisystem441) said :
#12

Thanks Manfred Hampl, that solved my question.

Revision history for this message
Khan-ali I (kxisystem441) said :
#13

And happy holidays too.

Revision history for this message
Sreenivas Docca (sreenivas-docca) said :
#14

Dear All

Happy New Year to All of You.

Special Thanks to Mr.Manfred Hampal for the solution suggested by him. My problem of installing Skype in Ubuntu 12.10 64 bit solved and is working fine.

A Big Thanks to the Fourm Members.

Sreenivas Docca