Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > x86 64-bit Users
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

x86 64-bit Users
For the discussion of Ubuntu on the AMD 64 platform.

 
 
Thread Tools Display Modes
Old May 3rd, 2007   #1
Cappy
Fresh Brewed Ubuntu
 
Cappy's Avatar
 
Join Date: Feb 2007
Location: In my chair
Beans: 1,485
HOWTO: Install Skype on 64-bit Ubuntu

https://developer.skype.com/LinuxSkype
The skype EULA: http://www.skype.com/company/legal/eula/index.html

Copy and paste the block of code into your terminal to use. The terminal can be found at Applications-->Accessories-->Terminal

Medibuntu's Repositories:

Medibuntu offers skype, which can be added to your repositories here: Medibuntu
You can then install skype by using your Synaptic Package Manager to search for "skype" or
Code:
sudo apt-get install skype

Install:


Install directly from the website:
Quote:
sudo apt-get install ia32-libs lib32asound2 libasound2-plugins; wget -O skype-install.deb http://www.skype.com/go/getskype-linux-ubuntu-amd64; sudo dpkg -i skype-install.deb

Older Ubuntu Install:


Quote:
sudo apt-get install ia32-libs lib32asound2 libasound2-plugins; wget -N frozenfox.freehostia.com/cappy/getlibs-all.deb; wget -O skype-install.deb http://www.skype.com/go/getskype-linux-ubuntu-amd64; sudo dpkg -i skype-install.deb; sudo dpkg -i getlibs-all.deb; sudo getlibs -p libqtcore4 libqtgui4 bluez-alsa
If it fails to run please run "skype" in the terminal and post the output with your question.
__________________
Currently favorite songs:
Miss Hyde, This Song Is About Monsters, Masagin, I Will Try to Blow it Out, La Resistance
Visit www.cherrypeel.com for more free indie music =)

Last edited by Cappy; August 7th, 2009 at 01:19 AM..
Cappy is offline  
Old May 4th, 2007   #2
wildlifer
First Cup of Ubuntu
 
Join Date: Feb 2007
Beans: 9
Re: How to skype 1.4 alpha

Works perfectly! Thanks a lot!
wildlifer is offline  
Old May 6th, 2007   #3
Garyu
Dipped in Ubuntu
 
Garyu's Avatar
 
Join Date: Jun 2005
Location: Umeå, Sweden
Beans: 530
Ubuntu 9.10 Karmic Koala
Send a message via ICQ to Garyu Send a message via MSN to Garyu
Re: How to skype 1.4 alpha

Works great, but no desktop/panel/menu icon/starter... You should add that to make the guide complete.
__________________
Just trying to help...
Garyu is offline  
Old May 6th, 2007   #4
jespdj
Chocolate-Covered Ubuntu Beans
 
jespdj's Avatar
 
Join Date: Jun 2006
Location: The Netherlands
Beans: 2,105
Ubuntu 9.04 Jaunty Jackalope
Re: How to skype 1.4 alpha

Note, if you have a webcam, it's not going to work in Skype on Linux; the Linux version of Skype does not support video.
jespdj is offline  
Old May 7th, 2007   #5
Cappy
Fresh Brewed Ubuntu
 
Cappy's Avatar
 
Join Date: Feb 2007
Location: In my chair
Beans: 1,485
Re: How to skype 1.4 alpha

I'm not sure how to add a menu icon from the command line. I was using skype 1.3 so my old link launches the new one.
__________________
Currently favorite songs:
Miss Hyde, This Song Is About Monsters, Masagin, I Will Try to Blow it Out, La Resistance
Visit www.cherrypeel.com for more free indie music =)
Cappy is offline  
Old May 8th, 2007   #6
SebbeJohan
5 Cups of Ubuntu
 
Join Date: Nov 2006
Location: Linköping
Beans: 29
Ubuntu 7.04 Feisty Fawn
thanks!

Thanks a lot Cappy! works like a charm!
SebbeJohan is offline  
Old May 8th, 2007   #7
Garyu
Dipped in Ubuntu
 
Garyu's Avatar
 
Join Date: Jun 2005
Location: Umeå, Sweden
Beans: 530
Ubuntu 9.10 Karmic Koala
Send a message via ICQ to Garyu Send a message via MSN to Garyu
Re: How to skype 1.4 alpha

Quote:
Originally Posted by Cappy View Post
I'm not sure how to add a menu icon from the command line. I was using skype 1.3 so my old link launches the new one.
gedit ~/Desktop/Skype.desktop

Code:
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Exec=skype
Name=Skype
Icon=/usr/share/pixmaps/skype.png
Save the file, and voila you have a desktop icon. You can drag-and-drop it to add it to the panel. I'm not sure how to add it to the menu though, other than right-clicking and choose to edit the menu, but that wouldn't be command-line copy-and-paste...
__________________
Just trying to help...
Garyu is offline  
Old May 10th, 2007   #8
fede
Just Give Me the Beans!
 
Join Date: Apr 2005
Location: Buenos Aires, A
Beans: 54
Re: How to skype 1.4 alpha

Hello,

First, thanks for the guide.

Second: ia32-libs doesn't seem to be in the repos (universe, multiverse & medibuntu enabled here).

Code:
fede@fs-desktop:~$ sudo apt-get install ia32-libs libsigc++-2.0-0c2a
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package ia32-libs
fede@fs-desktop:~$
Is it in backports? Or elsewhere?

Thanks!
fede is offline  
Old May 10th, 2007   #9
Cappy
Fresh Brewed Ubuntu
 
Cappy's Avatar
 
Join Date: Feb 2007
Location: In my chair
Beans: 1,485
Re: How to skype 1.4 alpha

ia32-libs is in universe

or you can just download it from packages
Code:
wget http://mirrors.kernel.org/ubuntu/pool/main/i/ia32-libs/ia32-libs_1.5ubuntu9_amd64.deb
sudo dpkg -i ia32-libs_1.5ubuntu9_amd64.deb
__________________
Currently favorite songs:
Miss Hyde, This Song Is About Monsters, Masagin, I Will Try to Blow it Out, La Resistance
Visit www.cherrypeel.com for more free indie music =)
Cappy is offline  
Old May 11th, 2007   #10
fede
Just Give Me the Beans!
 
Join Date: Apr 2005
Location: Buenos Aires, A
Beans: 54
Re: How to skype 1.4 alpha

Sorry, I didn't realize you were posting in the amd64 section.

I have a 32 bit processor (using generic kernel). I was trying to follow your instructions for i386; and the error I posted was using feisty 32 bit version. I have double (and triple) checked: I've got universe enabled and there is no ia32-libs package; the link you give is for amd64 as the package name implies, I suppose... Do you know if I need it or something else to make skype 1.4 work on a 32 bit i386 feisty?

Thanks!
fede is offline  
 

Bookmarks

Tags
proprietary

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:56 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry