Solve app dependencies
Examples
x <- appDependencies("python3.11")
print(x)
#> [1] "make" "pkg-config" "ncurses" "xz"
#> [5] "ca-certificates" "readline" "zlib" "patch"
#> [9] "bzip2" "expat" "libedit" "libffi"
#> [13] "libxcrypt" "mpdecimal" "openssl3" "sqlite"
#> [17] "unzip"