The popt package contains the popt libraries which are used by some programs to parse command-line options.
Download (HTTP): https://ftp.osuosl.org/pub/rpm/popt/releases/popt-1.x/popt-1.19.tar.gz
Download SHA256 Sum: c25a4838fc8e4c1c8aacb8bd620edb3084a3d63bf8987fdad3ca2758c63240f9
Download MD5 sum: eaa2135fddb6eb03f2c87ee1823e5a78
Download size: 584 KB
Estimated disk space required: 6.9 MB (includes installing documentation and tests)
Estimated build time: less than 0.1 SBU (with tests)
"doxygen" (for generating documentation)
Configure popt by running the following commands:
./configure --prefix=/usr --disable-static
To Build popt issue:
make
To test the results, issue:
make check
Now, Install popt by running the following commands:
make install