Can't install Gparted on AlmaLinux 10

I’ve just set up a new machine with AlmaLinux 10 and I’ve mostly got what I need but I can’t find ‘Gparted’. Epel repo is enabled but there doesn’t seem to be a match.

cat /etc/almalinux-release
AlmaLinux release 10.1 (Heliotrope Lion)

===

dnf update
AlmaLinux 10 - AppStream 5.3 MB/s | 2.3 MB 00:00
AlmaLinux 10 - BaseOS 18 MB/s | 19 MB 00:01
AlmaLinux 10 - CRB 1.5 MB/s | 528 kB 00:00
AlmaLinux 10 - Extras 37 kB/s | 12 kB 00:00
Extra Packages for Enterprise Linux 10 - x86_64 9.7 MB/s | 5.6 MB 00:00
Webmin Stable 9.2 kB/s | 11 kB 00:01
Dependencies resolved.
Nothing to do.
Complete!

===

dnf install gparted
Last metadata expiration check: 0:00:29 ago on Mon 13 Apr 2026 09:44:51 BST.
No match for argument: gparted
Error: Unable to find a match: gparted

What am I missing?

EPEL 8 and EPEL 9 do have gparted. EPEL 10 does not. EPEL does not automatically (re)build everything that they have had for previous versions. (There are various reasons for that.)

You should send a build request to EPEL to get gparted into EPEL 10.


What do you use the gparted for?

Ah, I see. Thanks.

Having built the machine I would like to tweak my partition setup slightly.

I’ve done this in the past from the Command Line but I feel a bit safer with GParted.

Which leads to two further questions:

  1. Is there a graphical equivalent to GParted that is preferred for AlamLinux 10?

  2. How do you make a request to EPEL, not something I’ve ever contemplated before (or realised was an option come to that).

Thanks.

I have never bothered to look for GUI. When I did use GParted (ages ago) for something – and it was a “boot to GParted”, not “from OS” – it did not support all the things I had.

I think the instructions are in: https://docs.fedoraproject.org/en-US/epel/epel-package-request/


If you accepted the defaults during install, then you have three partitions: (1) ESP, (2) /boot, and (3) LVM PV. The PV has three LVM LV: (1) /, (2) /home, and (3) swap. The three “normal” filesystems have XFS and XFS does not have “shrink” option. That is, there will not be much room for tweaking, particularly when the system runs.

I do always choose the customize option during install, and I do leave some room for tweaks. Not that it really helps – would be nice to be able to foresee the future.


However, the AlmaLinux 10 does support btrfs out of the box. (RHEL 10 does not.) The btrfs-based setup should give way more flexibility (if chosen during install).