This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
aix:aix_package [2024/08/16 17:48] 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** |