PDA

View Full Version : How do I install Skype?


dsokus
January 28th, 2006, 09:18 AM
Thanks to the suggestion the other day I used Synaptic PM to install KDE and it worked all right... But now would like to install Skype and that's not in the Package Manager. I downloaded the .deb file from the website but I can't open it with Archive Manager - it says it's a not supported file type. I tried with KPackage and it gives me dependancy errors - very similar to what happened with all .deb packages I have tried to install this way.

dpkg -i '///home/zsuzsi/Desktop/skype_1.2.0.18-1_i386.deb' ;echo RESULT=$?
Selecting previously deselected package skype.
(Reading database ... 98074 files and directories currently installed.)
Unpacking skype (from .../skype_1.2.0.18-1_i386.deb) ...
dpkg: dependency problems prevent configuration of skype:
skype depends on libqt3c102-mt (>= 3:3.3.3.2); however:
Package libqt3c102-mt is not installed.
dpkg: error processing skype (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
skype
RESULT=1


But I can't find that package in Synaptic. What do I do? :confused:

Zs

mirons
January 28th, 2006, 09:44 AM
You can install the missing dependencies through synaptic (try find-->libqt3c102-mt) and then skype. I personally installed skype from this archive:
http://packages.freecontrib.org/ubuntu/plf. (distro "breezy" sections "free non free", everything without quotes). If you add it to your repositories you can play all through synaptic. That's the best solution IMHO.

kcr
January 28th, 2006, 10:13 AM
Use Automatix (http://www.ubuntuforums.org/showthread.php?t=66563&highlight=automatix) it installs skype along with just about every other thing you'll ever need.

Ramon
January 28th, 2006, 10:20 AM
sudo apt-get install skype

dsokus
January 28th, 2006, 11:24 AM
You can install the missing dependencies through synaptic (try find-->libqt3c102-mt) and then skype. I personally installed skype from this archive:
http://packages.freecontrib.org/ubuntu/plf. (distro "breezy" sections "free non free", everything without quotes). If you add it to your repositories you can play all through synaptic. That's the best solution IMHO.
But I can't find libqt3c102-mt in Synaptic. :(

dsokus
January 28th, 2006, 11:47 AM
Meanwhile I have found Skype in the Applications->Internet tab and it works - I don't know how it got in there but, oh well. :D

I still get the package dependancy thingie in Synaptic, the broken package stuff, but that package cannot be installed, it says. :confused: On the other hand, I just installed Automatix and that seems to work ok now too.

Thank you!!

aysiu
January 28th, 2006, 06:29 PM
Even the Wiki advises this (and it worked for me), but for some strange reason the best way to install Skype in Ubuntu is to use the RPM for Fedora Core 3 (http://www.skype.com/go/getskype-linux-fc2) and then save it to your desktop and sudo alien -i skype*.rpm

Sparkalo
January 28th, 2006, 08:45 PM
Just a reminder, if it still says that the packages are broken, why not remove them and reinstall? sudo apt-get remove packagenamehere will do the trick : P

Have a wonderful time!

kecci
February 1st, 2006, 04:39 PM
you can download the package of the library you miss from here
http://debian.fastweb.it/debian/pool/main/q/qt-x11-free/libqt3c102-mt_3.3.4-3_i386.deb
and install it with
sudo dpkg -i ~path_you_downloaded_the_DEB/libqt3c102-mt_3.3.4-3_i386.deb
if it still complains about dependencies, you can try to fix them with
sudo apt-get install -f

Kaustav
February 3rd, 2006, 02:00 PM
I installed Skype on Ubuntu using the an RPM and alien. It installed with no error and appears in my Internet Apps folder but when I select it nothing loads. Anyone know why? How do I uninstall it? If I try and run it from the command line I get more info:

kbhattac@ubuntu-kaustav:~/Desktop$ sudo skype &
[1] 2201
kbhattac@ubuntu-kaustav:~/Desktop$ skype: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory

[1]+ Exit 127 sudo skype
kbhattac@ubuntu-kaustav:~/Desktop$ sudo apt-get install libqt-mt.so.3
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package libqt-mt.so.3
kbhattac@ubuntu-kaustav:~/Desktop$


1. Where do I download a package list from?
2. Where do I copy the package list to?

durand
February 3rd, 2006, 03:34 PM
I found a different way to install it using apt. Just add there repositories to /etc/apt/sources.list:
sudo gedit /etc/apt/surces.list
In gedit, go to the last line in the file and add:
deb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf/ breezy free non-free
deb-src ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf/ breezy free non-free
Then update apt:
sudo apt-get update
install skype :
sudo apt-get install skype
That did it for me.\\:D/

davidmaxwaterman
February 6th, 2006, 01:29 AM
Use Automatix (http://www.ubuntuforums.org/showthread.php?t=66563&highlight=automatix) it installs skype along with just about every other thing you'll ever need.

Correct me if I'm wrong, but that's fine and dandy if you have an x86 CPU; anything else, and you're out of luck.

davidmaxwaterman
February 6th, 2006, 01:30 AM
You can install the missing dependencies through synaptic (try find-->libqt3c102-mt) and then skype. I personally installed skype from this archive:
http://packages.freecontrib.org/ubuntu/plf. (distro "breezy" sections "free non free", everything without quotes). If you add it to your repositories you can play all through synaptic. That's the best solution IMHO.

Any places that have it for amd64?

sophtpaw
February 8th, 2006, 05:02 AM
you can download the package of the library you miss from here
http://debian.fastweb.it/debian/pool/main/q/qt-x11-free/libqt3c102-mt_3.3.4-3_i386.deb
and install it with
sudo dpkg -i ~path_you_downloaded_the_DEB/libqt3c102-mt_3.3.4-3_i386.deb
if it still complains about dependencies, you can try to fix them with
sudo apt-get install -f


the problem with this is that it requires first removing libqt3-mt. This is probably required for other things in Ubuntu. I don't know that it is safe to replace it with libqt3c102-mt.
which means having to install skype and get around the libqt3c102-mt dependency requirement of skype by other means.

some say using alien to install skyp.rpm works.

I tried that. Don't know if i had to remove my pre-existing version of skype first, or if the .rpm version would have just replaced it. In all case i still don't have a working skype on desktop.

Keep getting 'dial failed' and sometimes error with sound device ???

I love Linux and i know it's not their fault, but sometimes i am envious of mac and windows users where things like this just work and where they have the latest developments like video cam easily available

*sigh*

--
sophtpaw

davidmaxwaterman
February 8th, 2006, 05:51 AM
I love Linux and i know it's not their fault, but sometimes i am envious of mac and windows users where things like this just work and where they have the latest developments like video cam easily available


Works just fine on Fedora....which I've switched back to for the moment :(

Max.

rohitsb
April 30th, 2008, 07:56 PM
Any places that have it for amd64?

Try this:

1. Install the ia32-libs package from Synaptic
2. Download Skype package for Ubuntu ([WWW] http://skype.com/download/skype/linux/)
3. Install it: sudo dpkg --install --force-architecture --force-depends <downloaded_package>

Basically, the libs will allow you to use the 32-bit applications on 64-bit systems. Detailed information can be found at https://help.ubuntu.com/community/Skype

RSB