Page 1 of 3 123 LastLast
Results 1 to 10 of 28

Thread: Skype on Ubuntu 13.04?

  1. #1
    Join Date
    May 2007
    Beans
    48

    Skype on Ubuntu 13.04?

    I have heard that Skype is available for Linux. Yet I don't see it on Ubuntu 13.04 and don't see it in the Software Center. Is there any way to get Skype for Ubuntu Linux 13.04? Thanks!

  2. #2
    Join Date
    Feb 2011
    Location
    Somewhere...
    Beans
    1,554
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: Skype on Ubuntu 13.04?

    If you're running 64bit Ubuntu, then run this command first:
    Code:
    sudo dpkg --add-architecture i386
    You need to go into Software Sources to enable the Partner Repositories. In Software Center, go to Edit > Software Sources > Other Software and enable the two "Canonical Partners" checkboxes. Once done, exit, and update your repository info:
    Code:
    sudo apt-get update
    Skype should show up.

  3. #3
    Join Date
    May 2013
    Beans
    7

    Re: Skype on Ubuntu 13.04?

    Quote Originally Posted by zombifier25 View Post
    If you're running 64bit Ubuntu, then run this command first:
    Code:
    sudo dpkg --add-architecture i386
    Is this some equivalent to "apt-get install ia32-libs"? Which is better?

  4. #4
    Join Date
    Feb 2011
    Location
    Somewhere...
    Beans
    1,554
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: Skype on Ubuntu 13.04?

    Well Skype is multiarch, which means the same package is used for both 32 and 64bit systems.

    More info here: https://help.ubuntu.com/community/Skype

  5. #5
    Join Date
    Oct 2006
    Location
    Dawlish, Devon, UK
    Beans
    672
    Distro
    Kubuntu 22.04 Jammy Jellyfish

    Re: Skype on Ubuntu 13.04?

    Just enabling the partner repository should pull down all the necessary 32bit libs to work on 64bit. It did for me.
    $> cd /pub
    $> more beer

  6. #6
    Join Date
    May 2013
    Beans
    26

    Re: Skype on Ubuntu 13.04?

    Helo Dip, I'm a bit geek with linux and ubuntu, I have read these instructions but it is not working pls see what it wrote back to me:

    The following packages have unmet dependencies:
    skype : Depends: skype-bin
    E: Unable to correct problems, you have held broken packages.

    I don know and how to run skype at the end, I have HP probook i3, with Intel's HD4000? Thank in advance

  7. #7
    Join Date
    Mar 2011
    Location
    Romania
    Beans
    145
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Skype on Ubuntu 13.04?

    just download the .deb from their website and install it.
    dell inspiron 1521, AMD Turion, ATI mobility radeon x1270.

  8. #8
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Skype on Ubuntu 13.04?

    You will notice that the Skype developers only support Ubuntu LTS releases - 10.04 and 12.04 and not interim releases. That is the issue here.

    http://www.skype.com/en/download-skype/skype-for-linux/

    Here will see the difference between free to download with limited freedom to use proprietary software and open source software. If you start skype from the terminal you may see some error messages that indicate missing libraries that can then be installed through Synaptic Package Manager. It is a bit of an experiment.

    Regards.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  9. #9
    Join Date
    Oct 2006
    Location
    Dawlish, Devon, UK
    Beans
    672
    Distro
    Kubuntu 22.04 Jammy Jellyfish

    Re: Skype on Ubuntu 13.04?

    Quote Originally Posted by Jovanontherun View Post
    Helo Dip, I'm a bit geek with linux and ubuntu, I have read these instructions but it is not working pls see what it wrote back to me:

    The following packages have unmet dependencies:
    skype : Depends: skype-bin
    E: Unable to correct problems, you have held broken packages.

    I don know and how to run skype at the end, I have HP probook i3, with Intel's HD4000? Thank in advance
    Try:
    Code:
    sudo apt-get remove skype
    Add partner repository (if not already done).

    Then:
    Code:
    sudo apt-get install skype
    This should pull down all the necessary dependencies. Installing skype from the Skype website will not do that.

    Hope this helps.
    $> cd /pub
    $> more beer

  10. #10
    Join Date
    May 2013
    Beans
    26

    Re: Skype on Ubuntu 13.04?

    Hi Tim,

    It does not work see the msg:

    Reading package lists... Done
    jovan@jovan-HP-ProBook-4540s:~$ sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
    jovan@jovan-HP-ProBook-4540s:~$ sudo apt-get install skype
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package skype:i386 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source


    E: Package 'skype:i386' has no installation candidate
    jovan@jovan-HP-ProBook-4540s:~$

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •