At times it might be necessary to prevent specific packages from updating due to manual installations of software on Linux systems.
Fortunately yum has a plugin that can ensure that a specific package remains at its current version:
yum install yum-plugin-versionlock
yum versionlock curl
0 comments:
Post a Comment