If you’re installing or compiling Parted yourself, you’ll need to have some other programs installed. If you are compiling Parted, you will need both the normal and devel packages of these programs installed:
https://git.savannah.gnu.org/gitweb/?p=parted.git
or using git (See the README-hacking instructions):
http://web.mit.edu/tytso/www/linux/e2fsprogs.html
If you want to compile Parted and e2fsprogs, note that you will need to make install and make install-libs e2fsprogs.
https://ftp.gnu.org/gnu/readline
If you are compiling Parted, and you don’t have readline, you can
disable Parted’s readline support with the --disable-readline
option for configure
.