List installed system packages
sysreqs_list_system_packages()
Data frame with columns:
status
. two or three characters, the notation of dpkg
on Debian
based systems. "ii"
means the package is correctly installed.
On RPM
based 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.
This function uses the sysreqs_platform
configuration option,
see Configuration
. Set this if
pkgdepends does not detect your platform correctly.
Other system requirements functions:
sysreqs_check_installed()
,
sysreqs_db_list()
,
sysreqs_db_match()
,
sysreqs_db_update()
,
sysreqs_install_plan()
,
sysreqs_is_supported()
,
sysreqs_platforms()
sysreqs_list_system_packages()[1:10,]
#> # A data frame: 10 × 4
#> status package version provides
#> * <chr> <chr> <chr> <list>
#> 1 ii accountsservice 22.07.5-2ubuntu1.5 <chr [0]>
#> 2 ii acl 2.3.1-1 <chr [0]>
#> 3 ii acpi-support 0.144 <chr [0]>
#> 4 ii acpid 1:2.0.33-1ubuntu1 <chr [0]>
#> 5 ii adduser 3.118ubuntu5 <chr [0]>
#> 6 ii adwaita-icon-theme 41.0-1ubuntu1 <chr [0]>
#> 7 ii aisleriot 1:3.22.22-1 <chr [0]>
#> 8 ii alsa-base 1.0.25+dfsg-0ubuntu7 <chr [1]>
#> 9 ii alsa-topology-conf 1.2.5.1-2 <chr [0]>
#> 10 ii alsa-ucm-conf 1.2.6.3-1ubuntu1.11 <chr [0]>