Skip to content

Commit

Permalink
Update README with updated coprs
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Oct 16, 2023
1 parent 18eeb39 commit 25d3814
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,30 @@ Note, however, that DNF5 cannot yet interface with the following programming lan
Installing DNF5
---------------

To install the DNF5 package manager, use either of the following commands, depending on your Fedora release:
DNF5 is available since Fedora 38. To install the DNF5 package manager, use either of the following commands, depending on your Fedora release:

| Fedora release | Command |
| --------------------------- | ------- |
| 36 | `sudo dnf copr enable rpmsoftwaremanagement/dnf5-unstable && sudo dnf install dnf5`[^copr] |
| 37 | `sudo dnf copr enable rpmsoftwaremanagement/dnf5-unstable && sudo dnf install dnf5`[^copr] |
| 36 | `sudo dnf copr enable rpmsoftwaremanagement/dnf-nightly && sudo dnf install dnf5`[^copr] |
| 37 | `sudo dnf copr enable rpmsoftwaremanagement/dnf5-nightly && sudo dnf install dnf5`[^copr] |
| 38 | `sudo dnf install dnf5` |
| 39 | `sudo dnf install dnf5` |
[^copr]: https://copr.fedorainfracloud.org/coprs/rpmsoftwaremanagement/dnf5-unstable/

### Testing DNF5 obsoletes DNF

Optionally you can install DNF5 from these COPR repositories[^dnf5-testing][^dnf5-testing-nightly]. The packages are build using the copr option `--rpmbuilds-with dnf5_obsoletes_dnf`. By installing these packages DNF5 will be the default package manager in your system. You will still be able to use DNF running `dnf4`.

Packages from `dnf5-testing` are versioned following Fedora release pace and are updated every two weeks. Packages from `dnf5-testing-nightly` are built nightly.

| Command | DNF5 Version |
| --- | --- |
| sudo dnf copr enable rpmsoftwaremanagement/dnf5-testing[^dnf5-testing] | Fedora rawhide version |
| sudo dnf copr enable rpmsoftwaremanagement/dnf5-testing-nightly[^dnf5-testing-nightly] | Nightly Builds |
[^dnf5-testing]: https://copr.fedorainfracloud.org/coprs/rpmsoftwaremanagement/dnf5-testing/
[^dnf5-testing-nightly]: https://copr.fedorainfracloud.org/coprs/rpmsoftwaremanagement/dnf5-testing-nightly/


Documentation
=============

Expand Down

0 comments on commit 25d3814

Please sign in to comment.