List platforms with system requirements support
sysreqs_platforms()
Data frame with columns:
name
: human readable OS name.
os
: OS name, e.g. linux
.
distribution
: OS id, e.g. ubuntu
or redhat
.
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.
Other system requirements functions:
pkg_sysreqs()
,
sysreqs_check_installed()
,
sysreqs_db_list()
,
sysreqs_db_match()
,
sysreqs_db_update()
,
sysreqs_is_supported()
,
sysreqs_list_system_packages()
sysreqs_platforms()
#> # A data frame: 19 × 9
#> name os id distribution version version_match update_command
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 Ubuntu Linux linux ubun… ubuntu * NA apt-get -y up…
#> 2 Debian Linux linux debi… debian * NA apt-get -y up…
#> 3 CentOS Linux linux cent… centos * major NA
#> 4 Rocky Linux linux rocky rockylinux * major NA
#> 5 Rocky Linux linux rock… rockylinux * major NA
#> 6 AlmaLinux linux alma… rockylinux * major NA
#> 7 Red Hat Enterp… linux rhel redhat 6 major NA
#> 8 Red Hat Enterp… linux rhel redhat 7 major NA
#> 9 Red Hat Enterp… linux rhel redhat * major NA
#> 10 Red Hat Enterp… linux redh… redhat 6 major NA
#> 11 Red Hat Enterp… linux redh… redhat 7 major NA
#> 12 Red Hat Enterp… linux redh… redhat * major NA
#> 13 Fedora Linux linux fedo… fedora * NA NA
#> 14 openSUSE Linux linux open… opensuse * NA NA
#> 15 openSUSE Linux linux open… opensuse * NA NA
#> 16 openSUSE Linux linux open… opensuse * NA NA
#> 17 SUSE Linux Ent… linux sles sle * NA NA
#> 18 SUSE Linux Ent… linux sle sle * NA NA
#> 19 Alpine Linux linux alpi… alpine * minor NA
#> # ℹ 2 more variables: install_command <chr>, query_command <chr>