Sep 25

Skype on Breezy

by in Linux, Open Source, Techie :: Techno ::, Ubuntu

Getting skype to work on Ubuntu shouldn’t be an issue, however the most recent .deb available on the Skype site will not work with breezy.



Paul came to my rescue with an older version of the .deb.
As I’m probably not the only person with this issue I’ve made the .deb available for download from here

Related Posts:

  • No Related Posts

15 Responses to “Skype on Breezy”

  1. From niall:

    breezy is a development release.
    skype package against debian sid
    debian sid is in the middle of a C++ transition to gcc-4.0.
    skype uses qt. qt is C++.
    the skype package is packaged with a dependancy on a ‘c102′ package – this is a transitional package that only exists while the package is rebuilt using the new compiler. this package does not exist in ubuntu because it’s already using gcc-4 – everything has already been transitioned.
    debian sid also has newer QT packages than ubuntu as ubuntu is in upstream version freeze.
    unless skype release a version designed to work with breezy, forget it.

    Posted on September 25, 2005 at 11:22 pm #
  2. From blacknight:

    Niall
    Thanks for the explanation
    Michele

    Posted on September 25, 2005 at 11:31 pm #
  3. From Markus Vuori:

    Download skype rpm file for fedora core 3 and
    create a deb file by issuing:
    sudo alien -d skype-blabla.rpm
    Then install the newly created skype deb
    with dpkg -i. Works for me on ubuntu breezy.

    Posted on September 28, 2005 at 1:56 pm #
  4. From blacknight:

    Markus
    Using the older version of the .deb works as well :)
    I don’t really like using alien unless I absolutely have to
    Michele

    Posted on September 28, 2005 at 3:36 pm #
  5. From Tormod:

    See here to fix the .deb yourself:
    http://forum.skype.com/viewtopic.php?p=169829&highlight=#169829
    Tormod

    Posted on September 29, 2005 at 9:30 pm #
  6. From Dan Schmidt:

    Correct commands:
    mkdir skype.tmp
    mv skype_1.2.0.17-1_i386.deb skype_1.2.0.17-1_i386.deb.orig
    dpkg-deb –extract skype_1.2.0.17-1_i386.deb.orig skype.tmp
    dpkg-deb –control skype_1.2.0.17-1_i386.deb.orig skype.tmp/DEBIAN
    vi skype.tmp/DEBIAN/control
    Change to:
    Depends: libc6 (>= 2.3.2.ds1-4), libgcc1 (>= 1:3.4.1-3), libqt3c102-mt (>= 3:3.3.3.2) | libqt3c102-mt, libstdc++5 (>= 1:3.3.4-1), libx11-6 | xlibs (>> 4.1.0), libxext6 | xlibs (>> 4.1.0)
    dpkg –build skype.tmp
    mv skype.tmp.deb skype_1.2.0.17-1_i386.deb
    dpkg -i skype_1.2.0.17-1_i386.deb

    Posted on October 2, 2005 at 10:20 pm #
  7. From Sander:

    Thanks. For everyone trying to copy/paste the latter commands into a console.
    In the dpkg-deb commands you need to change the long dash (–)into two separate dashes.

    Posted on October 9, 2005 at 2:06 pm #
  8. From Nuvola:

    Thanks for the info and the package. It works flawlessly!

    Posted on October 9, 2005 at 2:28 pm #
  9. From Auke:

    The information of Dan Schmidt is very useful. However, he made a small typo:
    The change that has to be performd with vi is:
    Change to:
    Depends: libc6 (>= 2.3.2.ds1-4), libgcc1 (>= 1:3.4.1-3), libqt3c102-mt (>= 3:3.3.3.2) | libqt3-mt, libstdc++5 (>= 1:3.3.4-1), libx11-6 | xlibs (>> 4.1.0), libxext6 | xlibs (>> 4.1.0)

    Posted on October 16, 2005 at 12:55 pm #
  10. From Roy Norris:

    Download the sype file from http://seveas.ubuntulinux.nl/.
    This installs perfectly on Breezy Badger.

    Posted on October 18, 2005 at 5:11 pm #
  11. From Jordi Ferrando:

    It worked for me with Kubuntu breezy,
    sudo dpkg –ignore-depends libqt3c102-mt -i skype_1.2.0.18-1_i386.deb

    Posted on November 6, 2005 at 9:48 am #
  12. From infamous:

    thanks a lot. solve my problem with skype on breezy

    Posted on December 7, 2005 at 2:50 am #
  13. From michele:

    Does anyone know if there is a compatible version for dapper?

    Posted on March 18, 2006 at 3:16 pm #
  14. From Tormod:

    It’s all here: https://wiki.ubuntu.com/SkypeHowto
    The repackaged 1.2.0.18-1 works fine on Dapper too.
    What’s incredible is that the Skype people don’t take the 2 minutes needed to repackage it, so that it could work for all debian/ubuntu versions.
    Try http://www.openwengo.com for a open-source, linux-friendly alternative (with ALSA!).

    Posted on March 18, 2006 at 7:42 pm #
  15. From pplove:

    Does anyone know if there is a compatible version for dapper?

    Posted on May 16, 2007 at 11:28 am #

Leave a Reply

Notify me of followup comments via e-mail. You can also subscribe without commenting.