hello your question is not clear
but some how ,,the rpm stands for REDHAT PACKAGE MANAGER ..this is the package(software) for the linux platforms
if you want to install the software in you fedora 9 ,you should download the package with the name example.fc9.i386.rpm.
then type the command rpm -i example.fc9.i386.rpm ,this will install the software in your system
inorder to remove the software type the command
rpm -e example ,,,then the example software will be uninstalled form your system
to check wheather the software is already present in your system ,then type the following command
rpm -q example ,,, then this will show if the package is already present or not
|