Querying for installed packages

To query for an individual package, issue a command such as the following:

   rpm -q vac.bg.cmp

The result should be:

   vac.bg.cmp-V.R.M-F

where V.R.M-F is the Version.Release.Modification-Fix level of the compiler installed on the system.

If the installation was not successful, you will get a message indicating that the package has not been installed.

To confirm installation of all compiler packages, issue the following command:

   rpm -qa | grep -e vac.bg -e xlsmp.bg -e xlmass.bg

The result should be a list that contains all of the packages listed in Table 3. If none of the packages listed in the table was properly installed, there will be no output from the command.