Announcement

Collapse
No announcement yet.

How to install Skype on Kubuntu 16.10?

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

    How to install Skype on Kubuntu 16.10?

    In Ubuntu 16.10, I was able to install Skype using:
    Code:
    sudo apt install skype
    after enabling the "partner repository".

    How can I install Skype in Kubuntu 16.10?

    #2
    How to install Skype on Kubuntu 16.10

    I figured out how to do it from the terminal.

    First add the repo:

    Code:
    sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
    sudo apt update && sudo apt install skype
    Last edited by Snowhog; Jan 13, 2017, 11:27 AM.

    Comment

    Working...
    X