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

Last updated: May 14,2024

1. Install "r-cran-xml2" package

This is a short guide on how to install r-cran-xml2 on Kali Linux

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

2. Uninstall "r-cran-xml2" package

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

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

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

Package: r-cran-xml2
Version: 1.3.6-1
Installed-Size: 586
Maintainer: Debian R Packages Maintainers
Architecture: amd64
Depends: r-api-4.0, r-cran-cli, r-cran-rlang (>= 1.1.0), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), libxml2 (>= 2.8.0), node-html5shiv, libjs-jquery
Recommends: r-cran-covr, r-cran-curl, r-cran-httr, r-cran-knitr, r-cran-magrittr, r-cran-mockery, r-cran-rmarkdown, r-cran-testthat (>= 3.0.0)
Size: 320100
SHA256: 22fdf2231288ddfcc299418876da949a72eebaf084c5b04e21e2cb7f394a4deb
SHA1: d856ab34efb0fb5695356578d079ffad2b252a89
MD5sum: 397e4922485013e8675150b8dc69bf01
Description: GNU R XML parser
This GNU R package works with XML files using a simple, consistent
interface. Built on top of the 'libxml2' C library.
.
Modifying existing XML can be done in xml2 by using the replacement functions
of the accessors. They all have methods for both individual `xml_node` objects
as well as `xml_nodeset` objects. If a vector of values is provided it is
applied piecewise over the nodeset, otherwise the value is recycled.
Description-md5:
Homepage: https://cran.r-project.org/package=xml2
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-cran-xml2/r-cran-xml2_1.3.6-1_amd64.deb