AIX Package Management

+ Installation of AIX packages:

#/usr/sbin/installp -a -d pkg.bff all   


#/usr/sbin/geninstall -d $PWD`for pkg in *.bff;do echo -n "I:$pkg ";done` all

NOTE: Replace 'I:' with 'R:' for .rpm packages

+ Uninstallation of  AIX packages:

#installp -u pkg1 pkg2 pkg3

+ List files in a package:

#/usr/bin/lslpp –f pkg1

+ Print information about package:

#/usr/bin/lslpp –L pkg1

+ Print package info about a file :

#/usr/bin/lslpp -w /path/to/file1 /path/to/file2

+ Verify installed packages:

#/usr/bin/lppchk –f

Note: We at TechSutram take our ethics very seriously. More information about it can be found here.
Mandar Pise Opinions expressed by techsutram contributors are their own. More details

Mandar is a seasoned software professional for more than a decade. He is Cloud, AI, IoT, Blockchain and Fintech enthusiast. He writes to benefit others from his experiences. His overall goal is to help people learn about the Cloud, AI, IoT, Blockchain and Fintech and the effects they will have economically and socially in the future.

No comments:

Post a Comment

    Your valuable comments are welcome. (Moderated)