Results 1 to 8 of 8

Thread: skype on 64 bit

  1. #1
    Join Date
    Mar 2013
    Beans
    34
    Distro
    Lubuntu

    skype on 64 bit

    Hi everybody
    new on this forum.
    I've installed yesterda Lubuntu on a quite old laptop (2gb of ram) with 64bit amd processor.
    I cannot install skype.
    If I download it from the website if fails saying that the architecture is wrong (even if on the website they wrote multiarch, when I download it it's called 32..)
    If I try with apt-get it gives me error regarding skype-bin that doesn't exists..
    Last edited by Bucky Ball; March 10th, 2013 at 10:20 PM.

  2. #2
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: skype on 64 bit

    Which release of Ubuntu are you using? Have you tried from Synaptic Package Manager or Software Centre?

    Also, run these two commands in a terminal then give it another shot:

    Code:
    sudo apt-get update
    sudo apt-get upgrade

  3. #3
    Join Date
    May 2009
    Location
    Oregon, USA
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: skype on 64 bit

    Yes, try installing from Synaptic or Software center.

  4. #4
    Join Date
    Feb 2008
    Beans
    5,078
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: skype on 64 bit

    "even if on the website they wrote multiarch, when I download it it's called 32." What????

    Run Synaptic, install multiarch, install Skype. Works perfectly.

  5. #5
    Join Date
    Apr 2011
    Location
    3rd Rock from the Sun
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: skype on 64 bit

    You have enable "Cannonical Partners" and "Independent" repositories to be able to install Skype and a lot other applications from Ubuntu Software Center or Synaptic Package Manager. These repositories are not enabled by default. I would recommend that you install and use Synaptic; you can install it from Software Center or the Terminal.

    To install Synaptic from Terminal:

    Code:
    $ sudo apt-get update
    $ sudo apt-get install synaptic
    After installing and opening Synaptic navigate to Settings -> Repositories and select "Canonical Partners" and "Independent". After that you have to "Reload" from Synaptic. Then search for Skype and Install it.

    Skype is not available as 64bit for Linux, so we have to install 32bit with the required libraries and dependencies to run it in a 64bit Linux. Synaptic Package Manager will take care of all that for you.
    "Evolution is Nature's way of issuing upgrades."


  6. #6
    Join Date
    Mar 2013
    Beans
    34
    Distro
    Lubuntu

    Re: skype on 64 bit

    Thanks for all the answers.
    Synaptic was installed and yes it gave me the error for the architecture and skype-bin not installed.
    Anyway I've solved in this way:

    Code:
    sudo dpkg --add-architecture i386
    sudo apt-get update
    sudo apt-get -f upgrade
    sudo apt-get install skype
    I suppose that in this way ubuntu can use also the 32bit version of the applications?
    Anyway it works.. thanks a lot..
    now moving to the next problem... microphone not working I will open a thread if I am not able to fix it

  7. #7
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: skype on 64 bit

    Quote Originally Posted by jsabina1 View Post
    now moving to the next problem... microphone not working I will open a thread if I am not able to fix it
    Good plan. I have marked this thread as solved for you as the regular method of marking as solved is currently not available due to the forum upgrade.

    Good luck.

  8. #8
    Join Date
    Apr 2013
    Beans
    3

    Re: skype on 64 bit

    [QUOTE=jsabina1;12549123]
    Anyway I've solved in this way:

    Code:
    sudo dpkg --add-architecture i386
    sudo apt-get update
    sudo apt-get -f upgrade
    sudo apt-get install skype
    This solved it for me too, Ubuntu 12.10 64-bit. Thanks

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
  •