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-64You will need to install the following libraries.
$ sudo apt-get install libqt4-dbus libqt4-network libqt4-xml libasound2Now 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 setup32 -bitYou will these packages: libqt4-dbus libqt4-network libqt4-xml.
64 -bit
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
Next time you start your system Skype will auto-launch.
thx a lot!
Did u download the 64 bit version..
Mmm…anybody got this working on an AMD64? Using the terminal I get the error, "package architecture (i386) does not match system (amd64)"
instalei o 64 bits e funcionou perfeitamente!!!worked great….
Thanks a lot
Muchas gracias, funcionó perfecto
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!
ksc, just change your theme in skype to "desktop settings".
great .thx for this nice how-to
I'm stupid with Linux. My friend set up the OS for me, but the command line method executed it perfectly. Thanks!!!
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.
thx bro 😀
Terminal install worked great on 32-bit. Thanks so much!
Both methods worked on my 32-bit system.
Pretty much perfect. Can't fault it 🙂
@XanderWhen ever some dependency issue comes up when trying to install something, just do this:sudo apt-get -f install
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
Thanks! works great.
Hey you are great!
Thanks! the command line solved all my problems 🙂
command line was a success.Thanks buddy.
Thanks, it installed successfully. I did it the command-line way hehe..