From 38a3fb13fb018530a149b19fcbaa12989b991461 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Thu, 24 Mar 2022 18:37:24 +0200 Subject: [PATCH] Updated `libayatana-appindicator` installation instructions for Fedora --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1380d0..c07ac8b 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,19 @@ sudo pacman -Syu unzip tar git curl xdelta3 cabextract libnotify sudo dnf install unzip tar git curl xdelta cabextract libnotify webkit2gtk ``` -[libayatana-appindicator3-1 RPM](https://downloadcontent.opensuse.org/repositories/X11:/Unity/openSUSE_Tumbleweed/x86_64/libayatana-appindicator3-1-0.5.90-13.4.x86_64.rpm) +And `libayatana-appindicator` package with its requirements (since they haven't been pushed to the fedora's repos): + +| Name | Link | +| - | - | +| libayatana-ido | [rpm](https://download.opensuse.org/tumbleweed/repo/oss/x86_64/libayatana-ido3-0_4-0-0.9.0-1.3.x86_64.rpm) / [details](https://mirrorcache.opensuse.org/tumbleweed/repo/oss/x86_64/libayatana-ido3-0_4-0-0.9.0-1.3.x86_64.rpm.mirrorlist) | +| libayatana-indicator | [rpm](https://download.opensuse.org/tumbleweed/repo/oss/x86_64/libayatana-indicator3-7-0.9.0-1.6.x86_64.rpm) / [details](https://mirrorcache.opensuse.org/tumbleweed/repo/oss/x86_64/libayatana-indicator3-7-0.9.0-1.6.x86_64.rpm.mirrorlist) | +| libayatana-appindicator | [rpm](https://download.opensuse.org/tumbleweed/repo/oss/x86_64/libayatana-appindicator3-1-0.5.90-1.3.x86_64.rpm) / [details](https://mirrorcache.opensuse.org/tumbleweed/repo/oss/x86_64/libayatana-appindicator3-1-0.5.90-1.3.x86_64.rpm.mirrorlist) | + +Install them in the same order as in the table above using the command: + +```sh +sudo rpm -i +``` # Additional requirements