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:
parent
c32d23fad6
commit
fd39aa5d7e
12
README
12
README
|
@ -55,10 +55,10 @@ a. Pre-built Binary
|
|||
package for GParted. Instructions on how to install GParted on
|
||||
some distributions is given below:
|
||||
|
||||
CentOS/RHEL
|
||||
-----------
|
||||
RHEL
|
||||
----
|
||||
su -
|
||||
yum install gparted
|
||||
dnf install gparted
|
||||
|
||||
Debian or Ubuntu
|
||||
----------------
|
||||
|
@ -96,9 +96,9 @@ b. Building from Source
|
|||
polkit
|
||||
yelp-tools - required if help documentation is to be built
|
||||
|
||||
On CentOS/RHEL, these dependencies may be obtained by running the
|
||||
following command as root:
|
||||
yum install gnome-common yelp-tools glib2-devel gcc-c++ \
|
||||
On RHEL, these dependencies may be obtained by running the following
|
||||
command as root:
|
||||
dnf install gnome-common yelp-tools glib2-devel gcc-c++ \
|
||||
libuuid-devel parted-devel gtkmm30-devel make \
|
||||
polkit-devel gettext-devel
|
||||
|
||||
|
|
Loading…
Reference in New Issue