Skype on Breezy

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

By Michele Neylon

Michele is founder and CEO of Irish hosting provider and domain name registrar Blacknight.

15 comments

  1. 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.

  2. 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.

  3. 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

  4. 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.

  5. 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)

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

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Exit mobile version