To retrieve the package names of all installed packages, run the command:
rpm -qa --qf "%{NAME}\n"
If you need more details about a specific package, run the command
rpm -qi package_name
While this works for the currently installed packages, all packages that are
available for SUSE Linux Enterprise Server 10 are available for
installation from an online repository using the zypper
utility. See
Section 3.3, Adding Software to JeOS for more details on how to use Zypper.