Terry R. Grier wrote:
Also... How would I go about .. uninstalling ... ?
I am failry new to linux. This was my first install
T
rpm -e <package name> Or system-config-packages see if the package is
listed there and then just de-select it, press update and the package
will be uninstalled... Be warned that you may hit some dependencies, so
do this wisely... You can use yum to unistall packages too with yum
remove <package>, in case of dependencies, you'll get a warning message
and a question about that.