| sysreqs_list_system_packages {pkgdepends} | R Documentation |
List installed system packages
Description
List installed system packages
Usage
sysreqs_list_system_packages()
Details
This function uses the sysreqs_platform configuration option,
see Configuration. Set this if
pkgdepends does not detect your platform correctly.
Value
Data frame with columns:
-
status. two or three characters, the notation ofdpkgon Debian based systems."ii"means the package is correctly installed. OnRPMbased systems it is always"ii"currently. -
package: name of the system package. -
version: installed version of the system package. -
capabilities: list column of character vectors, the capabilities provided by the package.
See Also
Other system requirements functions:
sysreqs_check_installed(),
sysreqs_db_list(),
sysreqs_db_match(),
sysreqs_db_update(),
sysreqs_install_plan(),
sysreqs_is_supported(),
sysreqs_platforms()
Examples
sysreqs_list_system_packages()[1:10,]
[Package pkgdepends version 0.7.2 Index]