Hi,
If you plan to install multiple rpm packages, I would recommend that you setup yum on AIX.
The process has been simplified considerably since early attempts to get yum running on AIX.
There are a couple different ways to do the install:
1. The easiest way is to download and install the yum.sh script from:
https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/ezinstall/ppc/
This script will download and install the latest rpm.rte and yum_bundle.tar file which contains all of the rpm dependencies needed to install yum on AIX. Keep in mind that you will need to be able to access the internet from your LPAR in order to use this script.
2. You can download the required files from the same location as noted in option 1:
https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/ezinstall/ppc/
- make sure you have installed the latest version of rpm.rte
- download the latest yum_bundle.tar
- untar the yum_bundle.tar
- install each of the rpm packages using the rpm command: rpm -ivh *rpm
- try the yum repolist command to see if the install worked
I'd recommend trying this on a test LPAR!
I've attached a README-yum file that I used back when I installed yum on AIX in 2020. This README is old but still useful.
This is a link to a really good video by Rob McNelly (another IBM Champion). This video is very helpful too.
https://techchannel.com/SMB/08/2021/video-yum-aixGood luck,
Norman
------------------------------
Norman Owens
Open Systems Architect
Mohawk Industries
------------------------------