Ubuntu12.04 skype4.2 prompts Skype can't connect and installs skype4.3

Source: Internet
Author: User
Tags linux mint

In the past few days, Skype suddenly failed to log on. I thought my password was wrong. I reset the password and found that "Skype can't connect" was still prompted. My version is ubuntu12.04 skype4.2.

There are still many ways to solve the problem. We can see that updating to skype4.3 on the Forum will solve this problem and find it works. The installation process is as follows:

Before we proceed with the Skype 4.3 installation steps, you have to remove any previous version of Skype and install the SNI-QT package, to make the app indicator work:

$ sudo apt-get remove skype skype-bin:i386 skype:i386
$ sudo apt-get install sni-qt:i386

How to install Skype 4.3 on Ubuntu 14.04, Linux mint 17, pinguy OS 14.04, elementary OS 0.3 and lxle 14.04:

Instructions for 32 bit systems:

For 32 bit systems, the installation follows the traditional instructions, download the Deb package and install it via gdebi:

$ sudo apt-get install gdebi
$ wget download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
$ sudo gdebi skype-ubuntu-precise_4.3.0.37-1_i386.deb

Instructions for 64 bit systems:

In order to install Skype 4.3 we have to add the i386 architecture and update the local repository index, so that we get all the 32 bit libraries required by Skype, download the Deb package and install it with gdebi:

$ sudo dpkg --add-architecture i386
$ sudo apt-get update
$ sudo apt-get install gdebi
$ wget download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
$ sudo gdebi skype-ubuntu-precise_4.3.0.37-1_i386.deb

Optional: due to the fact that Skype is an application created for 32 bit systems, on 64 bit versions of ubuntu it may use the clearlooks theme by default, instead of ambiance, which is the default Ubuntu theme for Skype.

To fix this, you have to install the murrine and pixmap gtk2 engines, like this:

$ sudo apt-get install gtk2-engines-murrine:i386
$ sudo apt-get install gtk2-engines-pixbuf:i386

How to install Skype 4.3 on Ubuntu 13.10, UBUNTU 12.04, Linux mint 16, Linux mint 13, pinguy OS 12.04 and elementary OS 0.2 Luna:

Instructions for 32 bit systems:

For 32 bit systems, the installation follows the traditional instructions, download the Deb package and install it via gdebi:

$ sudo apt-get install gdebi
$ wget download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
$ sudo gdebi skype-ubuntu-precise_4.3.0.37-1_i386.deb

Instructions for 64 bit systems:

In order to install Skype 4.3 we have to install the ia32-libs package, which allows the users to install 32 bit packages on 64 bit ubuntures, download the Deb package and install it with gdebi:

$ sudo apt-get install ia32-libs
$ sudo apt-get install gdebi
$ wget download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
$ sudo gdebi skype-ubuntu-precise_4.3.0.37-1_i386.deb

Next, start Skype and agree to the license terms.

Troubleshoot Skype 4.3, and fix the crashes:

Unfortunately micro $ oft has done a crappy job and the Skype 4.3 client crashes. I have googled around for a solution and this is what worked for me:

$ rm -rf ~/.Skype

Also, if removing the Skype history does not fix anything, try doing this:

$ sudo apt-get sqlite3
$ sqlite3 ~/.Skype/$USER/main.db
> SELECT body_xml from Messages WHERE type=68 AND body_xml LIKE ‘%files%‘ LIMIT 0,10;
> UPDATE Messages SET body_xml=substr(body_xml,instr(body_xml,‘<files‘)) WHERE type=68 AND body_xml LIKE ‘posted%‘;
> UPDATE Messages SET body_xml=substr(body_xml,instr(body_xml,‘<files‘)) WHERE type=68 AND body_xml LIKE ‘sent file%‘; > .quit

Ubuntu12.04 skype4.2 prompts Skype can't connect and installs skype4.3

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.