Skype Logo
Buy Skype Credit · Help ·
  • Download
  • Use Skype
  • Business
  • Shop
  • Account
  • Home
  • Get Connected
  • Features
  • Mobile
  • Prices
  • Share
  • All

Skype Community

  • Skype Community
  • English
  • Linux


yum/apt repositories

Fedora, Ubuntu, Debian, etc


Jaanus
Advanced Member
Posts: 2,311

Group Icon


We now have yum and apt repositories available for testing. Please check them out and post here if they work OK for you.

Using Skype's apt repository

Simply add the following line to your sources.list file (usually /etc/apt/sources.list):

CODE
deb http://download.skype.com/linux/repos/debian/ stable non-free


Now you can use apt-get update to sync to latest repository and then apt-get install skype to install Skype on your machines.

Using Skype's yum repository

1. If you haven't already, download Skype's public key from http://www.skype.com/products/skype/linux/...-public-key.asc and then as root issue the following:

CODE
rpm --import rpm-public-key.asc


2. Then add the following line to /etc/yum.conf

CODE
[skype]

name=Skype Repository

baseurl=http://download.skype.com/linux/repos/fedora/3/updates/i586/


3. Now run the following to sync and install the latest version in the repository.

CODE
yum install skype


--------------------

I used to work at Skype, but I'm not at Skype any more. I thus cannot help you with any Skype questions. Please don't PM me as most likely I'll just delete your message.
Tue Jun 21 2005, 10:15 · Reply · Quote and reply · Permalink · Top ·
DirzOok_
Regular member
Posts: 8

**


Yum worked fine for me.

The standard for yum now is not to stuff repos into yum.conf but to put each repository in a seperate file in the /etc/yum.repos.d/ directory called x.repo like:
CODE
/etc/yum.repos.d/skype.repo
I also added the line
CODE
gpgcheck=1
to that file.

One other thing is that it seems it would be better if variables were used in the url like this example from the livna.repo
CODE
http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.lvn
instead of hard coding as in:
CODE
http://download.skype.com/linux/repos/fedora/3/updates/i586/

That way, when you release for Fedora Core 4, we won't have to change the skype.repo file to find it.

thanks for adding this.
Tue Jun 21 2005, 11:33 · Reply · Quote and reply · Permalink · Top ·
pkolmann
Advanced Member
Posts: 246

***


Debian repo looks good so far.

Can tell you more, when you release a new version! ;-)

Thanks
Philipp
Tue Jun 21 2005, 15:43 · Reply · Quote and reply · Permalink · Top ·
rathann_
New member
Posts: 1

*


QUOTE(terminus)
We now have yum and apt repositories available for testing. Please check them out and post here if they work OK for you.
[...]
Using Skype's yum repository

1. If you haven't already, download Skype's public key from http://www.skype.com/products/skype/linux/...-public-key.asc and then as root issue the following:

CODE
rpm --import rpm-public-key.asc


2. Then add the following line to /etc/yum.conf

CODE
[skype]

name=Skype Repository

baseurl=http://download.skype.com/linux/repos/fedora/3/updates/i586/

[...]


Even better: add the following line to the above:
gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.asc
and put it all in /etc/yum.repos.d/skype.repo and then yum will automagically import the key upon first install.


--------------------
APT/YUM RPM repository for RedHat and Fedora http://rpm.greysector.net/
mpg321, xmp, faad2, lame, mad, mplayer, rdesktop, tin, xvid, mks, mutt
Tue Jun 21 2005, 19:18 · Reply · Quote and reply · Permalink · Top ·
BASEman_
Regular member
Posts: 29

**


What about an apt repository for SuSE? Did I miss it or isn't it actually there?
Thu Jun 23 2005, 10:26 · Reply · Quote and reply · Permalink · Top ·
axion2003_
Regular member
Posts: 6

**


What about a repository for slackware....
Or even better a generic .tgz repository.
Fri Jun 24 2005, 15:32 · Reply · Quote and reply · Permalink · Top ·
nebula_
New member
Posts: 4

*


Ubuntu is installing perfectly too.
Though I still have a problem with skype, nut I'll ask that elsewhere wink.png
Sat Jun 25 2005, 21:24 · Reply · Quote and reply · Permalink · Top ·

atis_
Advanced Member
Posts: 30

***


:!: No, Ubuntu DO NOT installig perfectly from apt. I guess same is with Debian too. That is becouse Ubuntu uses Gnome and there is missing libqt. When I install from apt-get it does not automaticaly install libqt-mt libraries, so I can not tell, that it works perfect. Please add needed repositories, so apt-get can found it. I installelled libqt-mt seperately and skype works.


--------------------
Big one desktop machine :) - Ubuntu linux
IBM Thinkpad 600E - Ubuntu linux
Sun Jul 3 2005, 20:12 · Reply · Quote and reply · Permalink · Top ·
furfurdemon666_
Regular member
Posts: 9

**


It's working great here on Ubuntu Hoary, thanks! smile.png

And if you look at the thread linked below, you'll see it's working for other Ubuntu users, too! smile.png

"HowTo: Add Official Skype Apt Repository" (ubuntuforums.org)
Sat Jul 16 2005, 05:55 · Reply · Quote and reply · Permalink · Top ·

atis_
Advanced Member
Posts: 30

***


QUOTE(furfurdemon666)
And if you look at the thread linked below, you'll see it's working for other Ubuntu users, too! smile.png

I am talking about dependencies :evil:. If U have installed right ones before, of course, there will not be any problems.


--------------------
Big one desktop machine :) - Ubuntu linux
IBM Thinkpad 600E - Ubuntu linux
Sun Jul 17 2005, 20:42 · Reply · Quote and reply · Permalink · Top ·
ayk_
New member
Posts: 4

*


It worked on my Ubuntu Hoary.
Mon Jul 18 2005, 18:47 · Reply · Quote and reply · Permalink · Top ·
bdonlan_
New member
Posts: 1

*


The APT repository seems out of date - the latest deb available from the main download page is skype_1.2.0.11-1_i386.deb, but the APT repo only has skype-1.1.0.20-1_i386.deb.

Also, both versions of the skype .deb have the incorrect dependencies control field:
Depends: libc6 (>= 2.2.4-4) | qt (>= 3.2)
This can be satisfied by installing only libc6, and not qt. The following is probably what was intended:
Depends: libc6 (>= 2.2.4-4), qt (>= 3.2)

edit
Correction, qt isn't a debian package. dpkg-shlibdeps suggests the following:
Depends: libc6 (>= 2.3.2.ds1-21), libgcc1 (>= 1:4.0.0-9), libqt3c102-mt (>= 3:3.3.4), libstdc++5 (>= 1:3.3.4-1), libx11-6 | xlibs (>> 4.1.0), libxext6 | xlibs (>> 4.1.0)

If some strange debian-based distros use 'qt' instead, this should still work:
Depends: libc6 (>= 2.3.2.ds1-21), libgcc1 (>= 1:4.0.0-9), qt (>= 3.2) | libqt3c102-mt (>= 3:3.3.4), libstdc++5 (>= 1:3.3.4-1), libx11-6 | xlibs (>> 4.1.0), libxext6 | xlibs (>> 4.1.0)

Note that this may be more strict than necessary; you may want to test to see if earlier versions of packages will work anyway.
Thu Jul 28 2005, 23:28 · Reply · Quote and reply · Permalink · Top ·
Rattlesnake_
Advanced Member
Posts: 120

***


This is great! But how long will it take before the latest version will be available from apt-get, after the official release?

EDIT: Nevermind, latest version downloaded from apt now.
Sat Jul 30 2005, 11:59 · Reply · Quote and reply · Permalink · Top ·
kostasmitropoulo...
Regular member
Posts: 7

**


Downloads and installs fine - complains about authentication "NOT AUTHENTICATED" message.

Cheers
Sun Jul 31 2005, 07:27 · Reply · Quote and reply · Permalink · Top ·
macewan_
Regular member
Posts: 13

**


seems to be working fine here also :wink:


--------------------
macewan
Sun Jul 31 2005, 12:10 · Reply · Quote and reply · Permalink · Top ·
Rattlesnake_
Advanced Member
Posts: 120

***


No it doesn't work at all, it doesn't install neceassery dependencies. That's pretty much the idea with apt-get. It downloaded and installed fine, but couldn't run because of missing libqt-m (or something like that).

I realized this when I installed Ubuntu all over again today.
Fri Aug 12 2005, 21:16 · Reply · Quote and reply · Permalink · Top ·
macewan_
Regular member
Posts: 13

**


http://www.ubuntuguide.org/#skype


--------------------
macewan
Sat Aug 13 2005, 13:30 · Reply · Quote and reply · Permalink · Top ·
Rattlesnake_
Advanced Member
Posts: 120

***


Thanks, but I managed to make skype work. My point, however, was that this isn't working like apt-get is intended to work.
Sat Aug 13 2005, 14:24 · Reply · Quote and reply · Permalink · Top ·
macewan_
Regular member
Posts: 13

**


You are correct. It was my mistake to earlier claim that it worked fine when in fact I was using a completely different *.deb.


--------------------
macewan
Sat Aug 13 2005, 14:37 · Reply · Quote and reply · Permalink · Top ·
nekky_
New member
Posts: 1

*


Yep,

yum worked fine for me on FC4 after modifying the instructions a little and creating a skype.repo file in /etc/yum.repos.d. Contents of my skype.repo file:

[skype]
name=Skype Repository
baseurl=http://download.skype.com/linux/repos/fedora/3/updates/i586


Regards,
nekky
Tue Aug 16 2005, 17:36 · Reply · Quote and reply · Permalink · Top ·
4 Pages 1 2 3 > » 
 
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

Display Mode: Standard · Switch to: Linear+ · Switch to: Outline

Track this topic · Email this topic · Print this topic · Subscribe to this forum

Welcome guest Read a quick guide to using these community forums.

  • My area
  • Sign in
  • Related
  • Search
  • Community guidelines
  • User guides
  • Knowledgebase

Heartbeat Heartbeat See how our products are performing on the Heartbeat blog.

About us · News · Jobs · Prices · Security · Site map
Privacy policy · Legal · © 2009 Skype Limited