| sysreqs_platforms {pkgdepends} | R Documentation |
List platforms with system requirements support
Description
List platforms with system requirements support
Usage
sysreqs_platforms()
Value
Data frame with columns:
-
name: human readable OS name. -
os: OS name, e.g.linux. -
distribution: OS id, e.g.ubuntuorredhat. -
version: distribution version. A star means that all versions are supported, that are also supported by the vendor. -
update_command: command to run to update the system package metadata. -
install_command: command to run to install packages. -
query_command: name of the tool to use to query system package information.
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_list_system_packages()
Examples
sysreqs_platforms()
[Package pkgdepends version 0.7.2 Index]