From 36dd45487c244fc19a9deedf8262a3d585298889 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Sun, 7 May 2023 17:07:15 -0400 Subject: [PATCH] Suggest official openSUSE package Change install instructions for openSUSE to use official package instead of jflory7's copr repo. --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c66efd..ad9472f 100644 --- a/README.md +++ b/README.md @@ -193,9 +193,17 @@ First, check and see if Playerctl is available from your package manager (if it sudo dnf install playerctl ``` -### Mageia, openSUSE +### openSUSE -`playerctl` is available for Mageia and openSUSE via [this COPR repository](https://copr.fedorainfracloud.org/coprs/jflory7/playerctl/). First, install the repository file for your distribution from COPR. Then, install `playerctl` with your package manager of choice. +`playerctl` is available for openSUSE Tumbleweed and Leap 15: + +``` +sudo zypper install playerctl +``` + +### Mageia + +`playerctl` is available for Mageia via [this COPR repository](https://copr.fedorainfracloud.org/coprs/jflory7/playerctl/). First, install the repository file for your distribution from COPR. Then, install `playerctl` with your package manager of choice. ### Guix