mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
Updated libayatana-appindicator
installation instructions for Fedora
This commit is contained in:
parent
fea5b3d37e
commit
38a3fb13fb
1 changed files with 13 additions and 1 deletions
14
README.md
14
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 <path to rpm file>
|
||||
```
|
||||
|
||||
# Additional requirements
|
||||
|
||||
|
|
Loading…
Reference in a new issue