Results 1 to 5 of 5

Thread: unable to install skype on 12.10

  1. #1
    Join Date
    Jun 2012
    Beans
    9

    unable to install skype on 12.10

    Hi, I am using 12.10.

    When I am doing:

    $ sudo apt-get install skype
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package skype

  2. #2
    Join Date
    Mar 2012
    Beans
    142

    Re: unable to install skype on 12.10

    Hi proggrammer, please try to add a archive cannonical repository or try to download Skype from official site: http://www.skype.com/intl/en/get-sky...omputer/linux/
    Code:
    $ sudo add-apt-repository "deb http://archive.canonical.com/$(lsb_release -sc) partner"
    $ sudo apt-get update 
    $ sudo apt-get install skype

  3. #3
    Join Date
    Jun 2012
    Beans
    9

    Re: unable to install skype on 12.10

    user@computer:~$ sudo add-apt-repository "deb http://archive.canonical.com/$(lsb_release -sc) partner"
    [sudo] password for user:
    user@computer:~$ sudo apt-get update
    E: Malformed line 61 in source list /etc/apt/sources.list (dist parse)
    E: The list of sources could not be read.
    caps@tesseract:~$

  4. #4
    Join Date
    Mar 2012
    Beans
    142

    Re: unable to install skype on 12.10

    Hi, please show your /etc/apt/sources.list file. Something on line 61 is wrong. One more thing; also show lsb_release -sc command result. Did you tried to download Skype from official website?

    Wait! Try once again to run add-apt-repository command, but with space after archive.canonical.com/, so

    Code:
    $ sudo add-apt-repository "deb http://archive.canonical.com/spacebar_here $(lsb_release -sc) partner" 
    $ sudo apt-get update  
    $ sudo apt-get install skype
    An example for Ubuntu 12.04
    Code:
    deb http://en.archive.ubuntu.com/ubuntu/ precise main restricted
    Last edited by kleenex; December 5th, 2012 at 11:29 PM.

  5. #5
    Join Date
    Mar 2006
    Beans
    8,348

    Re: unable to install skype on 12.10

    Code:
    cat /etc/apt/sources.list
    and post output here to see what is wrong in it.
    There is no greater religion than a truth.

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
  •