Results 1 to 8 of 8

Thread: ubuntu - how install skype via GUI?

  1. #1
    Join Date
    Dec 2012
    Beans
    6

    ubuntu - how install skype via GUI?

    Hello --

    I attempted to install Skype using Terminal, but it failed on 32-bit; it also failed on 64-bit.

    Chrome installed fine using the Ubuntu Software Center. I think that is the limit of my skills now.

    Can I install Skype using GUI like the Ubuntu Software Center?

    Thanks in advance for any help.

    Larry Mehl

  2. #2
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: ubuntu - how install skype via GUI?

    Hi slmehl. Welcome to the forums

    Sure you can. Take a look at this instructions: Install Skype.

    Let us know how it goes.

    Merry Christmas.

  3. #3
    Join Date
    Dec 2012
    Beans
    6

    Re: ubuntu - how install skype via GUI?

    Quote Originally Posted by papibe View Post
    Hi slmehl. Welcome to the forums

    Sure you can. Take a look at this instructions: Install Skype.

    Let us know how it goes.

    Merry Christmas.
    papibe --

    That was a fast Christmas present. Thank you,

    I will give it a go soon.

    Larry

  4. #4
    Join Date
    Dec 2012
    Beans
    6

    Re: ubuntu - how install skype via GUI?

    pabibe --

    I have Ubuntu version 12.107. I found the Other Software tab (although the interface did not look as it did in the screen shots) and I think I designated Canonical Partners as a source.

    But, I did not see the family of 4 checkboxes below it.

    I guess that is the problem ... searching for Skype resulted in 5 German links, none of which include the word Skype.

    So, I tried the 4 terminal steps in
    http://www.tecmint.com/install-skype...tu-linux-mint/

    $ sudo apt-get install libxss1
    $ cd /tmp
    $ wget http://www.skype.com/go/getskype-lin....20-1_i386.deb
    $ sudo dpkg -i skype-ubuntu*.deb

    This process failed on the last one, saying
    dpkg: error processing skype-ubuntu-precise_4.1.0.20-1_amd64.deb (--install):
    package architecture (i386) does not match system (amd64)
    Errors were encountered while processing:
    skype-ubuntu-precise_4.1.0.20-1_amd64.deb

    Can you or someone else help me through this,
    OR
    point me to a GUI method that describes what I will see in 12.107?

    Thanks for any further help.

    Larry Mehl

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

    Re: ubuntu - how install skype via GUI?

    If you don't have already install 'Synaptic Package Manager' (Its a more detailed than Software Center).

    Check your software sources at /etc/apt/sources.list. You MUST have the 'Universe' and 'Multiverse' sources enabled... you can use Synaptic to do this. AFAIK 'Skype' is not available for linux in 64bit, so it runs on 64bit using 32bit libraries/dependencies. Having Universe, Multiverse and Backport repos/sources this is make easier.

    remember, after you make any changes to sources and BEFORE you install anything you have to run:
    Code:
    $ sudo apt-get update
    in the Terminal.

    And carefully look at the output of the above command and see if you get any errors. If not, you are good to proceed to install any package.
    Last edited by fantab; December 27th, 2012 at 05:30 AM.
    "Evolution is Nature's way of issuing upgrades."


  6. #6
    Join Date
    Dec 2012
    Beans
    6

    Re: ubuntu - how install skype via GUI?

    fantab --

    Thanks. I installed Synaptic.
    I like the look of it mubh better.
    I am ready to
    "Check your software sources at /etc/apt/sources.list"
    but I don't know how to do that.
    I have very little experience at the command line, but much experience in DOS.
    I found it is not a "cd" or "dir" in Ubuntu.
    Can you tell me how to "Check ..."?

    I am taking a dual-boot laptop on a long trip and will need Skype. Windows audio drivers are broken. Ubuntu's work fine. So, I want to install Skype on Ubuntu.

    I appreciate the help.

    Larry

  7. #7
    Join Date
    Dec 2012
    Beans
    46

    Re: ubuntu - how install skype via GUI?

    Quote Originally Posted by slmehl View Post
    I am ready to
    "Check your software sources at /etc/apt/sources.list"
    but I don't know how to do that.
    Click the "Origin" button in Synaptic and scroll through the list of sources.

    If you want to install Skype from Software Center rather than Synaptic (it should now appear in Software Center's Search), close Synaptic first.

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

    Re: ubuntu - how install skype via GUI?

    Quote Originally Posted by slmehl View Post
    I am ready to
    "Check your software sources at /etc/apt/sources.list"
    but I don't know how to do that.
    I have very little experience at the command line, but much experience in DOS.
    I found it is not a "cd" or "dir" in Ubuntu.
    With Synaptic it is as easy as:

    Open Synaptic- Settings - Repositories (aka Software Sources)- Other Software

    You have to 'check' Canonical Partners and also Independent (no need to activate the 'Source Code' repos). 'Closed Source' software is not directly provided by Ubuntu. Applications like Skype and Adode Reader are not provided by Ubuntu- main. We can only install such software through these repos.

    After you have enabled the said repos, from Synaptic RELOAD the repos. After this Search for Skype in the Synaptic and it will show. Right click on it and 'Mark for installation' then hit 'Apply' to install the selected/Marked software.

    You can also achieve the above goal through the Terminal:

    Code:
    $ sudo gedit /etc/apt/sources.list
    Gedit will open the file sources.list (which lists all your software sources). Check the file for these lines:

    Code:
    deb http://archive.ubuntu.com/ubuntu quantal universe
    deb http://archive.ubuntu.com/ubuntu quantal-updates universe
    deb http://archive.ubuntu.com/ubuntu quantal multiverse
    deb http://archive.ubuntu.com/ubuntu quantal-updates multiverse
    deb http://archive.ubuntu.com/ubuntu quantal-backports main restricted universe multiverse
    If any of the above lines is preceded by # then remove # to activate that repo. And SAVE the file.

    Then :

    Code:
    $ sudo apt-get update
    $ sudo apt-get install skype
    Always pay attention to the output of apt-get update if there are any errors in sources.list it will show.

    If you come across any 'Broken Packages' then use Synaptic to fix them:

    Synaptic- Edit- Fix Broken Packages.

    Good Luck..
    Last edited by fantab; December 27th, 2012 at 12:01 PM.
    "Evolution is Nature's way of issuing upgrades."


Tags for this Thread

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
  •