RPM Download Install zope-2.9.7-2.el5.i386.rpm


rpm-download-install.com RPM Download | RPM Submit | RPM Guide

Search string in RPM file name for:   in:   Match:    
RPM Download Install zope-2.9.7-2.el5.i386.rpm
:
RPM Provides:zope-2.9.7-2.el5.i386.rpm provides files
RPM Requires:zope-2.9.7-2.el5.i386.rpm requires files
Downloads:Download zope-2.9.7-2.el5.i386.rpm from www.gtlib.gatech.edu
Download zope-2.9.7-2.el5.i386.rpm from www.gtlib.gatech.edu
Download zope-2.9.7-2.el5.i386.rpm from www.gtlib.gatech.edu
More RPM Files:/pub/
/pub/fedora-epel/
/pub/fedora-epel/5Server/
/pub/fedora-epel/5Server/i386/
Usage:an overview of principal modes using with RPM for installing, uninstalling, upgrading, querying, listing, and checking RPM packages on your Linux system. You must be familiar with these RPM commands.

<1> To install a RPM package, use the command:

rpm -ivh zope-2.9.7-2.el5.i386.rpm

Take a note that RPM packages have a file of names like zope-2.9.7-2.el5.i386.rpm, which include the package name , version , release , and architecture.

<2>To uninstall a RPM package, use the command:

rpm -e zope-2.9.7-2.el5.i386.rpm

Notice that we used the package name , not the name of the original package file zope-2.9.7-2.el5.i386.rpm.

<3>To upgrade a RPM package, use the command:

rpm -Uvh zope-2.9.7-2.el5.i386.rpm

With this command, RPM automatically uninstall the old version of foo package and install the new one. Always use rpm -Uvh to install packages, since it works fine even when there are no previous versions of the package installed.

<4>To query a RPM package, use the command:

rpm -q zope-2.9.7-2.el5.i386.rpm

This command will print the package name, version, and release number of installed package zope-2.9.7-2.el5.i386.rpm. Use this command to verify that a package is or is not installed on your system.

<5>To display package information, use the command:

rpm -qi zope-2.9.7-2.el5.i386.rpm

This command display package information; includes name, version, and description of the installed program. Use this command to get information about the installed package.

<6>To list files in package, use the command:

rpm -ql zope-2.9.7-2.el5.i386.rpm

This command will list all files in a installed RPM package. It works only when the package is already installed on your system.

<7>To check a RPM signature package, use the command:

rpm --checksig zope-2.9.7-2.el5.i386.rpm

This command checks the PGP signature of specified package to ensure its integrity and origin. Always use this command first before installing new RPM package on your system. Also, GnuPG or Pgp software must be already installed on your system before you can use this command.

RPM Download Install zope-2.9.7-2.el5.i386.rpm

About Us | Advertise | Submit | Your Comment | Privacy | Bookmark This Site
(C)2007,rpm-download-install.com, RPM Download and Install, all rights reserved.