This is a system administrator's blog for sharing hands on experience and skills on Linux, Windows and network administratrion. Hope it can help you solve your problem.
Translate
Thursday, November 16, 2023
AIX manually install package
1. copy the bvv.z files to a directory /tmp/bvv
# cd /tmp/bvv
#uncompress *
#inutoc .
#installp -d . -L ---list all the packages inside the /tmp/bvv
# installp -d . fileset-name ---fileset-name we get from previous step
No comments:
Post a Comment