Installing Skype on Fedora

alciregi, Man2Dev, The Fedora Docs Team Version F38 Last review: 2023-07-06

本页讨论非 Fedora 项目官方附属或认可的第三方软件源。请自行决定是否使用它们。Fedora 推荐您使用免费和开源软件,同时建议您避免使用受专利保护的软件。

Skype is a cross-platform proprietary chat (text and video) application.

It also provides voice calls and desktop sharing. It uses a proprietary Internet telephony (VoIP) network called the Skype protocol.

安装

Please note: the latest versions of Skype work only on 64 bit architectures.

It is possible to install Skype on Fedora using these package methods.

  • Using the RPM by Skype

  • Using a Flatpak hosted by Flathub.

Installing Skype using the Skype RPM repository

To install Skype using the Skype RPM repository:

  1. Add a Skype repository file on your machine

    $ sudo nano /etc/yum.repos.d/microsoft-skype.repo
  2. Add Skype stable and unstable repositories by adding following text in the text editor

    [microsoft-skype]
    name=Microsoft Skype
    baseurl=https://repo.skype.com/rpm/stable/
    gpgkey=file:///usr/share/distribution-gpg-keys/skype/SKYPE-GPG-KEY
    enabled=1
    
    [microsoft-skype-unstable]
    name=Microsoft Skype Unstable
    baseurl=https://repo.skype.com/rpm/unstable/
    gpgkey=file:///usr/share/distribution-gpg-keys/skype/SKYPE-GPG-KEY
    enabled=0

You can copy the text and paste it in the text editor using CTRL+SHIFT+v. Hit CTRL + x to exit the text editor. Hit Y to save the file.

  1. Import Microsoft’s GPG keys for Skype

    $ sudo dnf install distribution-gpg-keys
    $ sudo rpm --import /usr/share/distribution-gpg-keys/skype/SKYPE-GPG-KEY
  2. Install Skype

    $ sudo dnf install skypeforlinux

Installing Skype using Flatpak

To install Skype using Flatpak:

  1. Install Flatpak using dnf:

    $ sudo dnf install -y flatpak
  2. Install Skype using Flatpak:

    $ flatpak install -y --from https://flathub.org/repo/appstream/com.skype.Client.flatpakref
  3. To run Skype:

    You should find a menu shortcut in your DE.

    To run it from the command line:

    $ flatpak run com.skype.Client

See a typo, something missing or out of date, or anything else which can be improved? Edit this document at https://pagure.io/fedora-docs/quick-docs.