Closed joshuacurtiss closed 1 year ago
In prep, when doing a yum update, include --skip-broken so that packages will still get updated when there are some broken packages due to dependency problems. Otherwise, the whole update batch aborts.
yum update
--skip-broken
In prep, when doing a
yum update
, include--skip-broken
so that packages will still get updated when there are some broken packages due to dependency problems. Otherwise, the whole update batch aborts.