So, how in heavens do you query packages on IBM AIX, if this questions came to your mind, here it is:
To get long listing of LPPs installed:
# lslpp -L
# lslpp -l
To get information about a specific LPP:
# lslpp -L freeware.sudo.rte
To get listing of files in an LPP:
# lslpp -f freeware.sudo.rte
To see which LPP owns a file:
# lslpp -w /path/to/file
via
0 comentarios:
Post a Comment