To query for an individual package, issue a command such as the following:
rpm -q vac.cmp
If the installation was not successful, you will get a message indicating that the package has not been installed.
The result should be:
vac.cmp-V.R.M-F
where V.R.M-F is the Version.Release.Modification-Fix level of the compiler installed on the system.
To confirm installation of all compiler packages, issue the following command:
rpm -qa | grep -e vac -e xlsmp -e xlmass
If none of the packages listed in Table 3 were properly installed, the output of the command will be null. The result should be a list that contains all of the packages listed in Table 3.