> > Apparently I don't have man pages on my system detailing how these
> > work.
> >
> > I am wondering if someone can provide me with a website that will
> > tell me how they work and how to use them, i.e. install them.
> 

Generally:

tar -> tar -xf filename.tar  [extracts]
tar.gz -> tar -zxf filename.tar.gz [extracts]

rpm -> rpm -Uvh filename.i386.rpm [installs]
rpm -> rpm -e filename [will uninstall the rpm]



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to