Class LinuxInstalledApps

java.lang.Object
oshi.software.os.linux.LinuxInstalledApps

public final class LinuxInstalledApps extends Object
  • Method Details

    • queryInstalledApps

      public static List<ApplicationInfo> queryInstalledApps()
      Retrieves the list of installed applications on a Linux system. This method determines the appropriate package manager and parses the installed application details.
      Returns:
      A list of ApplicationInfo objects representing installed applications.