Error: Unable to find a match: gparted

rocky@localhost:~$ su -c “yum install gparted”
Password:
Last metadata expiration check: 0:02:02 ago on Sat 21 Feb 2026 06:36:34 PM IST.
No match for argument: gparted
Error: Unable to find a match: gparted
rocky@localhost:~$

rocky@localhost:~$ sudo dnf install gparted
[sudo] password for rocky:
Last metadata expiration check: 0:08:32 ago on Sat 21 Feb 2026 06:36:34 PM IST.
No match for argument: gparted
Error: Unable to find a match: gparted
rocky@localhost:~$

dnf install epel-release
dnf install gparted

Assuming Rocky 8 or 9. If Rocky 10, gparted is usually in EPEL repository, so you would have to ask them to package it or you have to build it yourself.

It does actually help if you give the full amount of information as to which system you are trying to install it on. Makes it easier to help.