This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
aix:aix_package [2024/08/16 17:47] manu [check package consistency] |
aix:aix_package [2025/01/16 12:37] (current) manu [Standard commands to manage AIX packages] |
||
---|---|---|---|
Line 135: | Line 135: | ||
# installp -u -g <package name> : remove installed package and dependencies | # installp -u -g <package name> : remove installed package and dependencies | ||
</cli> | </cli> | ||
+ | |||
+ | Best practice for updating you OS: | ||
+ | * first update the install tools | ||
+ | * preview the remainder of the TL update | ||
+ | * apply the TL update | ||
+ | |||
+ | <code> | ||
+ | installp -d <path> -i | ||
+ | installp -d <path> -p | ||
+ | installp -d <path> | ||
+ | </code> | ||
**IMPORTANT** | **IMPORTANT** | ||
Line 159: | Line 170: | ||
===== check package consistency ===== | ===== check package consistency ===== | ||
- | Check AIX package consistency: normal, checksum, deep | + | Check AIX package consistency: normal, checksum, deep, file list, links |
<cli prompt='#'> | <cli prompt='#'> | ||
# lppchk -v | # lppchk -v |