Skip to content

Commit 610f64a

Browse files
authored
Shorten Fedora dnf install command (#1790)
From the dnf docs: --repo=<repoid>, --repoid=<repoid> Enable just specific repositories by an id or a glob. Can be used multiple times with accumulative effect. It is basically a shortcut for --disablerepo="*" --enablerepo=<repoid> and is mutually exclusive with the --disablerepo option.
1 parent 1b5bcfc commit 610f64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Below we list steps for installing Elixir in different distributions. If your di
4242
* Run: `pacman -S elixir`
4343

4444
- **Fedora**
45-
* Fedora's Rawhide repository keeps more recent versions: `sudo dnf --disablerepo='*' --enablerepo=rawhide install elixir elixir-doc erlang erlang-doc`
45+
* Fedora's Rawhide repository keeps more recent versions: `sudo dnf --repo=rawhide install elixir elixir-doc erlang erlang-doc`
4646
* You may use the default distribution, but those often lag behind: `sudo dnf install elixir erlang`
4747
* Documentation is available in separate packages: `sudo dnf install elixir-doc erlang-doc`
4848

0 commit comments

Comments
 (0)