Installing and upgrading required RPM files
To install requisite software, do these steps:
- Log into the AIX system as root.
- Open a browser and enter this web address: https://www.ibm.com/support/pages/aix-toolbox-linux-applications-downloads-alpha.
- Download the required RPM files.
- Install the downloaded RPM file by using this command:
rpm -ivh <complete_name>.rpm
where <complete_name> is the downloaded file name.
- To upgrade the RPM file, use this command:
rpm -Uvh <complete_name>.rpm
where <complete_name> is the downloaded file name.
Example:
rpm -ivh freetype2-2.8-1.aix6.1.ppc.rpm