How to Install and Uninstall r-cran-yaml Package on Kali Linux

Last updated: January 23,2025

1. Install "r-cran-yaml" package

This guide let you learn how to install r-cran-yaml on Kali Linux

$ sudo apt update $ sudo apt install r-cran-yaml

2. Uninstall "r-cran-yaml" package

This is a short guide on how to uninstall r-cran-yaml on Kali Linux:

$ sudo apt remove r-cran-yaml $ sudo apt autoclean && sudo apt autoremove

3. Information about the r-cran-yaml package on Kali Linux

Package: r-cran-yaml
Version: 2.3.8-1
Installed-Size: 290
Maintainer: Debian R Packages Maintainers
Architecture: amd64
Depends: r-api-4.0, libc6 (>= 2.14)
Recommends: r-cran-runit
Size: 106424
SHA256: c854bf0c7af52fdceccaf2aadc4a00d4ece9139212cddb0395afd5634f22f666
SHA1: 4e1bfcf246009cdbcc4541ba6bcd93dd2acaa4ee
MD5sum: 7f5a43fce9cc7fab71d0167d2cc61d77
Description: Methods to convert R data to YAML and back
This package implements the LibYAML YAML 1.1 parser and emitter for R. YAML is
a human-readable markup language. With it, you can create easily readable
documents that can be consumed by a variety of programming languages, including
R. The r-cran-yaml package has two main functions: yaml.load and as.yaml. The
yaml.load function is the YAML parsing function: it accepts a YAML document as
a string and returns R data structures. The as.yaml function is an S3 method
used to convert R objects into YAML strings.
.
This package is useful for R programmers dealing with YAML documents.
Description-md5:
Homepage: https://cran.r-project.org/package=yaml
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-cran-yaml/r-cran-yaml_2.3.8-1_amd64.deb