Tuesday, October 19, 2010

How to install Various Program

  • rpm -ivh filename.rpm    **USE**--( [=RedhatPackageManager, install verbose, hashes displayed to show progress as root] Install a content of Red Hat rpm package[s] & print info on what happened. Keep reading if you prefer a GUI installation.), 
  • rpm -qpi filename.rpm   **USE**--( [=RedhatPackageManager, query, package, list] Read the info on the content of a yet uninstalled package filename.rpm. ),
  • rpm -qpl filename.rpm   **USE**--( [=RedhatPackageManager, query, package, information.] List the files contained in a yet uninstalled package filename.rpm.),
  • rpm -qf filename   **USE**--( [=RedhatPackageManager, query, file], Find out the name of the <*.rpm> package to which the file filename [on your hardrive] belongs. ),
  • rpm -e packagename   **USE**--( [=RedhatPackageManager, erase=Uninstall], Uninstall a package- Package name, Package name is the same as the beginning of the< *.rpm> package file but without the dash and version number), E.g--   <kpackage>  <gnorpm >
  • glint   **USE**--( [in X - terminal, as root if you want to be able to install packages], GUI fronts to the Red Hat Package Manager [rpm], "glint" comes with RH5.2, "gnorpm" with RH6.0, "kpackage" comes with RH6.1 OR must be installed separately but is the best of the three, Use any of them to view which software packages are installed on your system & the what not-yet-installed packages are available on your RedHat CD, display the info about the packages, & install them if you want [installation must be done as root])..


No comments:

Post a Comment