Skype on 64-bit Gutsy
October 24, 2007
Forget about all the complicated tutorials and installing a billion libs. This is the quick and easy way:
- Make sure you have the latest 32-bit libs
apt-get install ia32-libs
- Download the latest static version of Skype. Right now it is:
wget http://skype.com/go/getskype-linux-static
- Extract it with
tar -xf skype_static-1.4.0.118.tar.bz2
- Move it to /usr/local
mv skype_static-1.4.0.118 /usr/local/
- Create a symbolic link to it
ln -s /usr/local/skype_static-1.4.0.118 /usr/local/skype
- Create another one in /usr/bin/
ln -s /usr/local/skype/skype /usr/bin/
- Run it
skype
- Create a file called Skype.desktop
gedit ~/Desktop/Skype.desktop
- Copy-paste this into the file
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Exec=skype
Name=Skype
Icon=/usr/local/skype/icons/SkypeBlue_48x48.png
That's it. Have fun!
Posted byvfxdude at 4:29 PM
10 comments:
Subscribe to:
Post Comments (Atom)
thank you very much! at last some easy way to get it working!
any ideas on how to make opera work same way?
Hi,
glad it worked for you!
Getting Opera running is following the same principle of using the static compiled packages.
1. Go to the Opera download page
http://www.opera.com/download/
2. Under "Select distribution and vendor", choose "Other/Static DEB" to download the static package.
3. Install it with
dpkg -i --force-all opera_whatever.deb
4. Run with
opera
Have fun!
these instructions are useful and compact. thanks a lot!
Nice and easy, I like it.
Will it work with a newer version of skype? This one does not seem to use my webcam (however that could be because my drivers are not installed yet).
Sure. It works the same way with the latest 2.0 beta. Check it out!
I'm having some problems in step 7. When I try to run skype error message shows:
error while loading shared libraries: libsigc-2.0.so.0: cannot open shared object file: No such file or directory.
Is it possible to get libsigc--2.0.so.0 for CentOS, and if is, where could I get it?
Kudos for a very simple and straightforward description. Works like a dream for me! :)
thanks, great!
Thanks for the very easy guide! My problem is that when I try to run Skype, I get a message "No protocol specified". Is the problem with my newest Kubuntu (8.something, if I remember correctly)? My Skype package is therefore 2.0.0.72 instead of what you had on the example. Anyway, if someone could help me solve this, I would appreciate it!