mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 13:32:42 +00:00
Merge #632 Manually creating repo file for Skype after Microsoft not proving .repo file for dnf anymore.
This commit is contained in:
commit
0abff45615
1 changed files with 25 additions and 2 deletions
|
@ -27,10 +27,33 @@ It is possible to install Skype on Fedora using these package methods.
|
|||
|
||||
To install Skype using the Skype RPM repository:
|
||||
|
||||
. Add the Skype repository
|
||||
. Add a Skype repository file on your machine
|
||||
+
|
||||
----
|
||||
$ sudo curl -o /etc/yum.repos.d/skype-stable.repo https://repo.skype.com/rpm/stable/skype-stable.repo
|
||||
$ sudo nano /etc/yum.repos.d/microsoft-skype.repo
|
||||
----
|
||||
|
||||
. 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
|
||||
[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
|
||||
----
|
||||
|
||||
Hit CTRL + x to exit the text editor. Hit Y to save the file.
|
||||
|
||||
. 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
|
||||
----
|
||||
|
||||
. Install Skype
|
||||
|
|
Loading…
Reference in a new issue