Announcement

Collapse
No announcement yet.

How do I install skype on Kubuntu?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I install skype on Kubuntu?

    Bs'd

    I'm totally new to linux, and I would like to know how to install skype on Kubuntu.


    Eliyahu

    #2
    Re: How do I install skype on Kubuntu?

    If you have the medibuntu repository added to your sources.list, then skype is available for installation in Adept Manager.
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: How do I install skype on Kubuntu?

      Bs'd

      Where do I look for that medibuntu repository?


      Eliyahu

      Comment


        #4
        Re: How do I install skype on Kubuntu?

        Have you checked to see if skype is available in Adept Manager? If you find it, then the repository is loaded.

        If it is not, then follow my HOWTO: Add the Medibuntu Repository and PGP Key
        Using Kubuntu Linux since March 23, 2007
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: How do I install skype on Kubuntu?

          Code:
          sudo wget [url]http://www.medibuntu.org/sources.list.d/dapper.list[/url] -O /etc/apt/sources.list.d/medibuntu.list
          sudo wget [url]http://www.medibuntu.org/sources.list.d/edgy.list[/url] -O /etc/apt/sources.list.d/medibuntu.list
          sudo wget [url]http://www.medibuntu.org/sources.list.d/feisty.list[/url] -O /etc/apt/sources.list.d/medibuntu.list
          sudo wget [url]http://www.medibuntu.org/sources.list.d/gutsy.list[/url] -O /etc/apt/sources.list.d/medibuntu.list
          Choose the line appropriate to your version of Kubuntu and run it from terminal. Then, to add the PGP key, issue this line too:

          Code:
          wget -q [url]http://packages.medibuntu.org/medibuntu-key.gpg[/url] -O- | sudo apt-key add - && sudo apt-get update
          Edit: Oh, nice Howto Snowhog

          Comment


            #6
            Re: How do I install skype on Kubuntu?

            Originally posted by Beren Camlost
            Edit: Oh, nice Howto Snowhog
            Thank you. As the question of getting the medibuntu repository added comes up a lot, well, an easy to use "how to" seemed appropriate. This information can be found many places on the 'Net if one uses Google!
            Using Kubuntu Linux since March 23, 2007
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment

            Working...
            X