-------------------------------------------------------------------------- MaKe Uninstall v3.4 Kent Robotti May 2, 2009 The script 'mku' records the installation of a compiled package and creates a record in /var/lib/mku/packages/package_name. Any ./configure options found in 'config.log' are included in package_name. Usage: mku command arguments Example: mku make install If you want a backup made of anything overwritten, do this. mku -b make install If you want to remove an installed package, do this. mku -r package_name If you want a listing of installed packages, do this. mku -li If you want a listing of removed packages, do this. mku -lr If you want a listing of a installed package's contents, do this. mku -lic package_name If you want a listing of a removed package's contents, do this. mku -lrc package_name If you want to run ./configure, using the configure options (if any) for an installed package, do this. mku -c package_name" --------------------------------------------------------------------------