Update README for CentOS EOL and dnf transition

As CentOS has been discontinued remove references to it from the README.
Also update package manager command from yum to dnf now RHEL 8 is the
earliest supported release.
This commit is contained in:
Mike Fleetwood 2024-08-05 16:35:03 +01:00
parent c32d23fad6
commit fd39aa5d7e
1 changed files with 6 additions and 6 deletions

12
README
View File

@ -55,10 +55,10 @@ a. Pre-built Binary
package for GParted. Instructions on how to install GParted on package for GParted. Instructions on how to install GParted on
some distributions is given below: some distributions is given below:
CentOS/RHEL RHEL
----------- ----
su - su -
yum install gparted dnf install gparted
Debian or Ubuntu Debian or Ubuntu
---------------- ----------------
@ -96,9 +96,9 @@ b. Building from Source
polkit polkit
yelp-tools - required if help documentation is to be built yelp-tools - required if help documentation is to be built
On CentOS/RHEL, these dependencies may be obtained by running the On RHEL, these dependencies may be obtained by running the following
following command as root: command as root:
yum install gnome-common yelp-tools glib2-devel gcc-c++ \ dnf install gnome-common yelp-tools glib2-devel gcc-c++ \
libuuid-devel parted-devel gtkmm30-devel make \ libuuid-devel parted-devel gtkmm30-devel make \
polkit-devel gettext-devel polkit-devel gettext-devel