From fe29c8c93b506809e443977b6cf147ed31829870 Mon Sep 17 00:00:00 2001 From: progressive-galib <125106402+progressive-galib@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:19:22 +0600 Subject: [PATCH] Update README.rst started 1 Update README.rst 2 msg: Updated `readme.rst` to clarify that the repository is for DNF4 and included a link to the latest DNF5 repository. type: enhancement resolves: https://github.com/rpm-software-management/dnf/issues/2154 related: https://github.com/rpm-software-management/dnf/issues/2153 msg: Updated `readme.rst` to clarify that the repository is for DNF4 and included a link to the latest DNF5 repository. type: enhancement resolves: https://github.com/rpm-software-management/dnf/issues/2154 related: https://github.com/rpm-software-management/dnf/issues/2153 msg: Updated `readme.rst` to clarify that the repository is for DNF4 and included a link to the latest DNF5 repository. type: enhancement resolves: https://github.com/rpm-software-management/dnf/issues/2154 related: https://github.com/rpm-software-management/dnf/issues/2153 msg: Updated `readme.rst` to clarify that the repository is for DNF4 and included a link to the latest DNF5 repository. type: enhancement resolves: https://github.com/rpm-software-management/dnf/issues/2154 related: https://github.com/rpm-software-management/dnf/issues/2153 Update README.rst done suggestion https://github.com/rpm-software-management/dnf/pull/2170#discussion_r1877967426 fixed rst syntax mistake Update README.rst to remove grammar mistake https://github.com/rpm-software-management/dnf/pull/2170/files/5e2eea9471d811ef75ffd6e8a245046e155010cb#r1886386912 --- README.rst | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index d0c7e2da1a..5699c064fa 100644 --- a/README.rst +++ b/README.rst @@ -1,19 +1,25 @@ .. image:: https://translate.fedoraproject.org/widgets/dnf/-/dnf-master/svg-badge.svg :alt: Translation status :target: https://translate.fedoraproject.org/engage/dnf/?utm_source=widget -############### - Dandified YUM -############### + +================================================================================================================================================================================================== +⚠️ **Notice:** This repository is for **DNF4** only. The current DNF version (DNF5) has its `own repo `_. +================================================================================================================================================================================================== + + +################# + Dandified YUM 4 +################# .. image:: https://raw.githubusercontent.com/rpm-software-management/dnf/gh-pages/logos/DNF_logo.png -Dandified YUM (DNF) is the next upcoming major version of `YUM `_. It does package management using `RPM `_, `libsolv `_ and `hawkey `_ libraries. For metadata handling and package downloads it utilizes `librepo `_. To process and effectively handle the comps data it uses `libcomps `_. +Dandified YUM 4 (DNF) is the 4th iteration of next upcoming major version of `YUM `_. It does package management using `RPM `_, `libsolv `_ and `hawkey `_ libraries. For metadata handling and package downloads it utilizes `librepo `_. To process and effectively handle the comps data it uses `libcomps `_. ============ Installing ============ -DNF and all its dependencies are available in Fedora 18 and later, including the +DNF4 and all its dependencies are available in Fedora 18 and later, including the rawhide Fedora. Optionally you can use repositories with DNF nightly builds for last 2 stable Fedora versions available at copr://rpmsoftwaremanagement/dnf-nightly. You can enable the repository e.g. using:: @@ -22,7 +28,7 @@ Optionally you can use repositories with DNF nightly builds for last 2 stable Fe Then install DNF typing:: - sudo yum install dnf + sudo yum install dnf4 In other RPM-based distributions you need to build all the components from their sources.