Package oshi.software.os.linux
Class LinuxInstalledApps
java.lang.Object
oshi.software.os.linux.LinuxInstalledApps
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<ApplicationInfo> Retrieves the list of installed applications on a Linux system.
-
Method Details
-
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.
-