How do I add and/or remove a package from the up2date agent skip list?
Environment
- Red Hat Enterprise Linux 3
- Red Hat Enterprise Linux 4
Issue
- How do I add and/or remove a package from the up2date agent skip list?
Resolution
- There are 2 ways to add/remove a package from the up2date skip list:
Via Console (command line):
Run the following command (as root):
- up2date --configure --nox
Enter the number against " pkgSkipList:" from the list of options.
The comments provided by the program are sufficient for syntax.
Comment: A list of package names, optionally including wildcards, to skip
Current value: kernel*;
New Value: kernel*; somepackage*
X Window System (the GUI):
Run the following command:
- up2date --configure
Then click on the "Package Exceptions" tab. The top section is where you add/remove packages to be skipped during an up2date run.
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Comments