Is it possible to run yum in test mode? Something similar to rpm --test ... Also, is it possible to downgrade a package? Say we install a package and we find this new version creates problem for an application running on the server and we need to go back to a previous version. Thanks, -- Bernard -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110517/7553319b/attachment-0005.html>
m.roth at 5-cent.us
2011-May-17 17:09 UTC
[CentOS] yum in test mode and downgrade of a package
Bernard Fay wrote:> Is it possible to run yum in test mode? Something similar to rpm --test > ...yum -? <snip> usage: yum [options] COMMAND List of Commands: check-update Check for available package updates clean Remove cached data deplist List a package's dependencies downgrade downgrade a package <snip> mark