Skip to main content

How to install Skype on Ubuntu 10.04 Lucid Lynx


UPDATE: Skype has now been uploaded to the "partner" official Ubuntu 10.04 Lucid Lynx repository. See Install Skype in Ubuntu 10.04 Lucid Lynx from official partner repository


Command Line way
Get the package:

For 32-bit
$ wget http://www.skype.com/go/getskype-linux-beta-ubuntu-32
For 64-bit
$ wget http://www.skype.com/go/getskype-linux-beta-ubuntu-64

You will need to install the following libraries.
$ sudo apt-get install libqt4-dbus libqt4-network libqt4-xml libasound2
Now install skype(the file u just downloaded, may be named intrepid-ibex)
$ sudo dpkg -i skype-XXXXXXXXXXXX.deb
If you still get some dependency error then just type the command below
$ sudo apt-get -f install
this will install the dependencies and the skype.


Non - Terminal
Download the setup
32 -bit
64 -bit
You will these packages: libqt4-dbus libqt4-network libqt4-xml.
Goto Synaptic manager and install them.
Now Launch the Skype install .deb file (just double click it) and
follow the on screen prompts.


(To start Skype at system startup)
Go to "System -> Preferences -> Startup Application", Click "Add"
and enter the following details:
  • Name: Skype
  • Command: skype
Click "Save"
Next time you start your system Skype will auto-launch.

Comments

Linny said…
Thanks, it installed successfully. I did it the command-line way hehe..
mirel said…
command line was a success.
Thanks buddy.
Railslide said…
Thanks! the command line solved all my problems :)
Anonymous said…
Hey you are great!
Anonymous said…
Thanks! works great.
Xander said…
Didn't work on 64 bits version.
skype depends on lib32stdc++6 (>= 4.1.1-21); however:
Package lib32stdc++6 is not installed.
skype depends on lib32asound2 (>> 1.0.14); however:
Package lib32asound2 is not installed.
skype depends on ia32-libs (>= 1.6); however:
Package ia32-libs is not installed.
dpkg: error processing skype (--install):
dependency problems - leaving unconfigured
Dipin Krishna said…
@Xander

When ever some dependency issue comes up when trying to install something, just do this:

sudo apt-get -f install
ActionParsnip said…
Pretty much perfect. Can't fault it :)
Anonymous said…
Both methods worked on my 32-bit system.
humanform said…
Terminal install worked great on 32-bit. Thanks so much!
Unknown said…
i installed first from skype.com and later with the command line described here. I got the problem that the menu items are opaque (have the same color as background) when clicking on the icon in the system panel. They appear only when mouse is over the items.
brad said…
I'm stupid with Linux. My friend set up the OS for me, but the command line method executed it perfectly. Thanks!!!
Psqad said…
great .thx for this nice how-to
Anonymous said…
ksc, just change your theme in skype to "desktop settings".
Sari said…
Thanks, that works great! I use the command line in my ubuntu 10.04. Also I choose "GTK+" as the theme to display the navigation/menu text & tooltips properly. And I use alsamixer to test my microphone (press M to unmute). Thank you very much that was really helpful!
Anonymous said…
Muchas gracias, funcionó perfecto
Anonymous said…
Thanks a lot
Anonymous said…
instalei o 64 bits e funcionou perfeitamente!!!
worked great....
CEW said…
Mmm...anybody got this working on an AMD64? Using the terminal I get the error, "package architecture (i386) does not match system (amd64)"
Dipin Krishna said…
Did u download the 64 bit version..
Unknown said…
thanks a lot!! it works!!
Anonymous said…
$ sudo dpkg -i skype-XXXXXXXXXXXX.deb <--- Didnt work for me on 64 got message: dpkg: fejl under behandling af skype-XXXXXXXXXXXX.deb (--install):
kan ikke tilgå arkivet: No such file or directory. ---> then I tried "sudo dpkg -i skype-ubuntu-intrepid_2.1.0.81-1_amd64.deb ---> and it worked xD Im very new to linux, so it was a shot in the dark, but it worked.
Anonymous said…
It's much simpler do simply sudo gdebi than the way you describe, because gdebi takes care of all the dependencies automatically.
Mahesh said…
Thanks a lot. It works smoothly. :)
svetlio_chopper said…
thank you, I have small problems with 32bit and try to install 64-bit and it work fine - nice how-to thanks :-)
Anonymous said…
Like every time ...command line solved all problems ... installation passed perfectly ...Slobodan S.
Gaurav Khambhala said…
It worked. :) Thanks for sharing.
Anonymous said…
Installed just fine but the sign-in button (and the sign-up button) is blanked out. Cannot log-in :( How do I rectify this?
Anonymous said…
thanks! works fine here.
Anonymous said…
RE:Installed just fine but the sign-in button (and the sign-up button) is blanked out. Cannot log-in :( How do I rectify this?

Nevermind... my mistake, all sorted now.
dr said…
what is mean by P2P failed?
Dipin Krishna said…
Try "rm -rf ~/.Skype" then restart skype.
Aras said…
I installed through terminal, everything is ok with skype. But got problem that system meniu items changed to different ones. Who can tell me how did it happen AND HOW to recover this issue, i.e. undo previous screen color ant meniu design? Thanx a lot!
Anonymous said…
Skype is already in Canonical's partner repository, so you can get a more up-to-date version by enabling partner sources / adding the following:

deb http://archive.canonical.com/ubuntu lucid partner

to /etc/apt/sources.list

and installing skypt through normal software management apps (apt-get, software centre...)
Thilibhan said…
Hai Friend thankyou......... i have installed the skype.........

Working fine........

Thanks Dear.... :-)...........
pensjonat said…
Thanks a lot.
I installed from terminal
Jerome said…
Thanks man...It works great

Popular posts from this blog

Howto Install BSNL wll clarity phone in Ubuntu

Hello linixians, Failed to access internet through your bsnl clarity phone.... Here is an easy way 1. Just download this executable..... bsnlclarity and save it to your home folder. 2. Connect your phone to the system with the usb cable. 3. Now at terminal type $ sudo ./bsnlclarity You will be asked for your username and password for accessing the internet enter it ..... now start surffing Ctrl+C to stop

Blank (or black) screen after boot process in Ubuntu

You may encounter a blank screen after boot in ubuntu. This will be due to some update of certain packages. Follow these steps to correct the problem. 1. Select recovery mode from the boot menu. 2. Select login as root from the menu in recovery mode. 3. Type this at the prompt # sudo apt-get remove xorg-driver-fglrx # sudo dpkg-reconfigure -phigh xserver-xorg 4. Exit # exit 5. Now select Resume normal boot from the menu. Every thing should be OK by now. Please comment about your experience.

gtalx: Howto Gtalk in ubuntu ( google talk )

Did you fail to use " gtalk in ubuntu " ... Now you can chat and talk to your gmail buddies in ubuntu... 1. check for gtk2.0 and qt4 $ sudo apt-get install libgtk2.0-dev $ sudo apt-get install libqt4-dev libogg-dev libtheora-dev $ sudo apt-get install libsdl-dev libavcodec-dev libswscale-dev $ sudo apt-get install libexpat-dev libraw1394-dev libvorbis-dev $ sudo apt-get install libgsm1-dev  libspeexdsp-dev libmediastreamer0-dev libortp-dev 2. Remove 'pulse audio sound server' Open synaptic package manager and remove pulse audio 3. "Download gtalx" from here Dowload it here 4. Extract the file.... $ tar -zxvf 0.0.4.tar.gz 5. Get into the directory.... $ cd 0.0.4 and then... $ sudo chmod u+x make $ ./make $ sudo ./make install 6. Enjoy..... Please comment about your installation(whether it was a success or not....) Take gtalx from Applications > Internet > gtalx Enter your gmail login information..and click connect...