Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions docs/manual/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,7 @@ sudo apt install amule amule-daemon amule-utils amuleweb

#### Fedora

aMule is not in Fedora's official repositories; it is provided by the third-party [RPM Fusion](https://rpmfusion.org) Free repository. Enable it first (skip this step if it is already enabled):

```sh
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
```

Then install aMule:
aMule is available in Fedora's official repositories:

```sh
sudo dnf install amule
Expand Down