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:You will need to install the following libraries.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$ 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.
Comments
Thanks buddy.
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
When ever some dependency issue comes up when trying to install something, just do this:
sudo apt-get -f install
worked great....
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.
Nevermind... my mistake, all sorted now.
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...)
Working fine........
Thanks Dear.... :-)...........
I installed from terminal