mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 13:32:42 +00:00
Update modules/ROOT/pages/installing-skype.adoc
Microsoft has removed their .repo file. I added instructions to create and fill a local .repo file using nano. The repo file contains baseurls for stable and unstable repos with unstable being disabled.
This commit is contained in:
parent
2a2ff47351
commit
5ad7283cfd
1 changed files with 25 additions and 2 deletions
|
@ -23,10 +23,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 /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