Click to See Complete Forum and Search --> : apt-get for RedHat


unclebyron
04-05-2005, 04:29 PM
I am using apt-get for the first time on RedHat 9.0 and 7.3 boxes. Two questions:
1.) After I do a "apt-get update" to update the packages available, where can I see a list of the packages that I can install?
2.) If I see in the list a newer version of Apache ( as an example ) that would overwrite an older version that I want to keep, how would I prevent it from updating the older version if I do a " apt-get upgrade" ?

Thanks

BaVinic
04-05-2005, 05:51 PM
you can see the packages available at www.freshrpms.net as to your second question, I am not sure there is a way to have 2 versions of apache running / installed at the same time. I could be wrong, so don't stop checking.


BaVinic



actually, re-read your question, if you add --exclude=apache* that should prevent overwriting your current version.

BaVinic

unclebyron
04-06-2005, 11:40 AM
Thank you, I will try it. I loved the freshrpm site too.