How to install Skype on Mint Debian

Archived topics about LMDE 1 and LMDE 2
supergoo

How to install Skype on Mint Debian

Post by supergoo »

How to install Skype in Mint Debian

Open Your Terminal

Type su -

Your will be prompted for your root password

enter you password this now puts you in root mode

paste this into the terminal

apt-get install libasound2 libc6 libgcc1 libqt4-core libqt4-gui libsigc++-2.0-0c2a libstdc++6 libx11-6

These are the dependencies for skype

next download the skype package for lenny and save to your desktop

once you have that done type the following into the terminal

dpkg -i (then drag the skype package to the terminal you will then see the following)

dpkg -i '/home/wb4bbc/Desktop/skype-debian_2.1.0.81-1_i386.deb'

you need to have it look like this

dpkg -i /home/wb4bbc/Desktop/skype-debian_2.1.0.81-1_i386.deb<---so it looks like this (only your user name will be different( the ' are removed from the end and the very start)

Then hit enter and skype will install


Hope this helps

supergoo
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
NCFC

Re: How to install Skype on Mint Debian

Post by NCFC »

Brilliant Supergoo.

Your instructions worked like a charm. :D

Everything is now a go in LMDE.

Cheers
marvinudy
Level 1
Level 1
Posts: 22
Joined: Mon Aug 27, 2007 9:24 pm

Re: How to install Skype on Mint Debian

Post by marvinudy »

supergoo,


Good post. This is a lot 'cleaner' than setting up Skype
'static'. Thanks again for the input.


best regards,

marvinudy
supergoo

Re: How to install Skype on Mint Debian

Post by supergoo »

Glad that it worked for you.. Hope you are enjoying Debian Mint.



Supergoo
craigevil

Re: How to install Skype on Mint Debian

Post by craigevil »

Add the Skype repo to your sources.list.

# Official site for latest version of Skype. http://wiki.debian.org/skype
deb http://download.skype.com/linux/repos/debian/ stable non-free

apt-get update;apt-get install skype

Or Reload in Synaptic; search for skype, rich-click choose install.

This method also keeps it updated.
sunwatt

Re: How to install Skype on Mint Debian

Post by sunwatt »

supergoo wrote:How to install Skype in Mint Debian

Open Your Terminal

Type su -

Your will be prompted for your root password

enter you password this now puts you in root mode

paste this into the terminal

apt-get install libasound2 libc6 libgcc1 libqt4-core libqt4-gui libsigc++-2.0-0c2a libstdc++6 libx11-6

These are the dependencies for skype

next download the skype package for lenny and save to your desktop

once you have that done type the following into the terminal

dpkg -i (then drag the skype package to the terminal you will then see the following)

dpkg -i '/home/wb4bbc/Desktop/skype-debian_2.1.0.81-1_i386.deb'

you need to have it look like this

dpkg -i /home/wb4bbc/Desktop/skype-debian_2.1.0.81-1_i386.deb<---so it looks like this (only your user name will be different( the ' are removed from the end and the very start)

Then hit enter and skype will install


Hope this helps

supergoo
100% perfect, thanks !!

Jim
ukbrian

Re: How to install Skype on Mint Debian

Post by ukbrian »

supergoo thanks for this one it worked first time :D
vincent

Re: How to install Skype on Mint Debian

Post by vincent »

One minor note: this applies to 32-bit systems only. I know that's redundant, since LMDE is only available in 32-bit at the moment, but if anyone plans on trying out pure Debian 64-bit, Skype will cause you a headache. As Skype is a 32-bit only application, you'll need ia32-libs and associated dependencies to install Skype, but the problem is that Skype crashes when you login. :P Ubuntu has patched ia32-libs (or was it some other package?) to get Skype working on Ubuntu 64-bit, but Debian hasn't yet backported that patch.
dnmint

Re: How to install Skype on Mint Debian

Post by dnmint »

supergoo wrote:How to install Skype in Mint Debian

Open Your Terminal

Type su -

Your will be prompted for your root password

enter you password this now puts you in root mode

paste this into the terminal

apt-get install libasound2 libc6 libgcc1 libqt4-core libqt4-gui libsigc++-2.0-0c2a libstdc++6 libx11-6

These are the dependencies for skype

next download the skype package for lenny and save to your desktop

once you have that done type the following into the terminal

dpkg -i (then drag the skype package to the terminal you will then see the following)

dpkg -i '/home/wb4bbc/Desktop/skype-debian_2.1.0.81-1_i386.deb'

you need to have it look like this

dpkg -i /home/wb4bbc/Desktop/skype-debian_2.1.0.81-1_i386.deb<---so it looks like this (only your user name will be different( the ' are removed from the end and the very start)

Then hit enter and skype will install


Hope this helps

supergoo
Thank you sir
Worked like a charm
alfavictory
Level 1
Level 1
Posts: 27
Joined: Sun Dec 21, 2008 5:18 pm

Re: How to install Skype on Mint Debian

Post by alfavictory »

Finnaly!!!

I had installed skype!!!

Thanks a lot Supergoo!!! LMDE Rules!!!
User avatar
joutlan
Level 3
Level 3
Posts: 167
Joined: Sat Dec 29, 2007 4:16 am
Location: Orlando, FL

Re: How to install Skype on Mint Debian

Post by joutlan »

there is no 64 version of Skype for Lenny.....any suggestions? tks

EDIT: for 64 bit LMDE (since skype is 32 bit):

Code: Select all

sudo aptitude install ia32-libs ia32-libs-gtk skype
per Clem on IRC....works fine.
DΞLL Precision M6600: "Big Dog" i7-820QM, 8.0GB DDR3-1333, RGBLED, nVidia Quadro 4000M 2.0GB DDR3, Intel 6250//ScientificLinux x64/Win7Pro x64
DΞLL Vostro 3350 "Nirvana" Linux Mint 13 MATE//Win764Pro
ukbrian

Re: How to install Skype on Mint Debian

Post by ukbrian »

Edit
This post was rubbish, I was getting my distros mixed up sorry :oops:
I failed to get the 32 bit live cd to run so I gave the 64 bit a try but I'm having problems with Skype so could you tell me which repo I need to add to my sources.list with full instructions etc please as running the command fails.
ukbrian
theZoid wrote:

Code: Select all

sudo aptitude install ia32-libs ia32-libs-gtk skype
Last edited by ukbrian on Sat Jan 08, 2011 8:36 pm, edited 1 time in total.
User avatar
joutlan
Level 3
Level 3
Posts: 167
Joined: Sat Dec 29, 2007 4:16 am
Location: Orlando, FL

Re: How to install Skype on Mint Debian

Post by joutlan »

ukbrian wrote:I failed to get the 32 bit live cd to run so I gave the 64 bit a try but I'm having problems with Skype so could you tell me which repo I need to add to my sources.list with full instructions etc please as running the command fails.
ukbrian
theZoid wrote:

Code: Select all

sudo aptitude install ia32-libs ia32-libs-gtk skype
install all three of those libraries from Synaptic, standard repos....that's all.
DΞLL Precision M6600: "Big Dog" i7-820QM, 8.0GB DDR3-1333, RGBLED, nVidia Quadro 4000M 2.0GB DDR3, Intel 6250//ScientificLinux x64/Win7Pro x64
DΞLL Vostro 3350 "Nirvana" Linux Mint 13 MATE//Win764Pro
ukbrian

Re: How to install Skype on Mint Debian

Post by ukbrian »

Thanks for the reply but Synaptic fails to find those files

Code: Select all

ia32-libs ia32-libs-gtk skype
I'm just tinkering on a HDD in a esata hub so I removed Skype and I thought I'd try Ubuntu Tweak :roll:
and that did the trick for me tho, Skype is working. :lol:
I used the method describe on this link to get the video going http://forums.linuxmint.com/viewtopic.php?f=42&t=55100

I realize it can be dodgy using Ubuntu PPA's but nothing ventured nothing gained and it's not my main OS.
I also installed Exaile the same way without any problems so far.
mockturtl

Re: How to install Skype on Mint Debian

Post by mockturtl »

theZoid wrote:

Code: Select all

sudo apt-get install ia32-libs ia32-libs-gtk skype
Works like a charm for me on LMDEx64.

edit: maybe not a charm... something sent me into system-wide segfault hell, but I don't think it was skype

Anyhow, installing ia32-libs-gtk solves:

Code: Select all

$ skype: error while loading shared libraries: libQtDBus.so.4: cannot open shared object file: No such file or directory
^C
[1]+  Exit 127                skype
(Curious newbie: how'd a gtk library fix a qt problem?)
Last edited by mockturtl on Mon Jan 10, 2011 4:04 am, edited 1 time in total.
User avatar
joutlan
Level 3
Level 3
Posts: 167
Joined: Sat Dec 29, 2007 4:16 am
Location: Orlando, FL

Re: How to install Skype on Mint Debian

Post by joutlan »

mockturtl wrote:
theZoid wrote:

Code: Select all

sudo apt-get install ia32-libs ia32-libs-gtk skype
Works like a charm for me on LMDEx64.
Yep, that's all it takes :)
DΞLL Precision M6600: "Big Dog" i7-820QM, 8.0GB DDR3-1333, RGBLED, nVidia Quadro 4000M 2.0GB DDR3, Intel 6250//ScientificLinux x64/Win7Pro x64
DΞLL Vostro 3350 "Nirvana" Linux Mint 13 MATE//Win764Pro
cwgtex

Re: How to install Skype on Mint Debian

Post by cwgtex »

Using 64bit LMDE, I installed Skype from the Software Manager, and found out it wouldn't launch (as other here have mentioned). I went Synaptic and installed [ia32-libs-gtk]. I already had [ia32-libs] installed from something else, not sure what. It works perfect now.
User avatar
joutlan
Level 3
Level 3
Posts: 167
Joined: Sat Dec 29, 2007 4:16 am
Location: Orlando, FL

Re: How to install Skype on Mint Debian

Post by joutlan »

cwgtex wrote:Using 64bit LMDE, I installed Skype from the Software Manager, and found out it wouldn't launch (as other here have mentioned). I went Synaptic and installed [ia32-libs-gtk]. I already had [ia32-libs] installed from something else, not sure what. It works perfect now.
That's exactly what I did....have you tried to use your microphone in Skype? Does it work?
DΞLL Precision M6600: "Big Dog" i7-820QM, 8.0GB DDR3-1333, RGBLED, nVidia Quadro 4000M 2.0GB DDR3, Intel 6250//ScientificLinux x64/Win7Pro x64
DΞLL Vostro 3350 "Nirvana" Linux Mint 13 MATE//Win764Pro
cwgtex

Re: How to install Skype on Mint Debian

Post by cwgtex »

theZoid wrote:
cwgtex wrote:Using 64bit LMDE, I installed Skype from the Software Manager, and found out it wouldn't launch (as other here have mentioned). I went Synaptic and installed [ia32-libs-gtk]. I already had [ia32-libs] installed from something else, not sure what. It works perfect now.
That's exactly what I did....have you tried to use your microphone in Skype? Does it work?
Works perfectly. I just found out today they added video to the linux skype client. I thought it still wasn't available. I'm very happy, now I don't have to reboot to Vista when I need to use Skype. Now if only they would change video conference from a pay feature to a free feature.
User avatar
joutlan
Level 3
Level 3
Posts: 167
Joined: Sat Dec 29, 2007 4:16 am
Location: Orlando, FL

Re: How to install Skype on Mint Debian

Post by joutlan »

cwgtex wrote:
theZoid wrote:
cwgtex wrote:Using 64bit LMDE, I installed Skype from the Software Manager, and found out it wouldn't launch (as other here have mentioned). I went Synaptic and installed [ia32-libs-gtk]. I already had [ia32-libs] installed from something else, not sure what. It works perfect now.
That's exactly what I did....have you tried to use your microphone in Skype? Does it work?
Works perfectly. I just found out today they added video to the linux skype client. I thought it still wasn't available. I'm very happy, now I don't have to reboot to Vista when I need to use Skype. Now if only they would change video conference from a pay feature to a free feature.
You on a Desktop? Several of us laptop users can't use our mic's in Skype....video is fine though....
DΞLL Precision M6600: "Big Dog" i7-820QM, 8.0GB DDR3-1333, RGBLED, nVidia Quadro 4000M 2.0GB DDR3, Intel 6250//ScientificLinux x64/Win7Pro x64
DΞLL Vostro 3350 "Nirvana" Linux Mint 13 MATE//Win764Pro
Locked

Return to “LMDE Archive”