%general-entities; ]> $LastChangedBy$ $Date$ <application>popt</application>-&popt-version;-5 Popt Introduction to <application>popt</application> The popt package contains the popt libraries which are used by some programs to parse command-line options. Package information Download (HTTP): Download (FTP): Download size: &popt-size; Estimated disk space required: &popt-buildsize; Estimated build time: &popt-time; Additional downloads Patch level upgrade: Installation of <application>popt</application> Install popt by running the following commands: patch -Np1 -i ../popt_&popt-version;-5.diff && ./configure --prefix=/usr && cp configure.in configure.ac && touch configure.in configure.ac && make && make install Command explanations cp configure.in configure.ac: Because we updated configure.in with the patch, we need to create this file for make to work properly. touch configure.in configure.ac: Ensure file timestamps are the same. Contents Installed Library libpopt Short Descriptions libpopt.so is used to parse command-line options. libpopt