How to Install and Uninstall r-cran-stringr Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "r-cran-stringr" package

Learn how to install r-cran-stringr on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "r-cran-stringr" package

This is a short guide on how to uninstall r-cran-stringr on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the r-cran-stringr package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: r-cran-stringr
Priority: optional
Section: universe/gnu-r
Installed-Size: 146
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: all
Version: 1.0.0-1
Depends: r-base-core (>= 3.2.2~), r-cran-magrittr, r-cran-stringi
Filename: pool/universe/r/r-cran-stringr/r-cran-stringr_1.0.0-1_all.deb
Size: 77030
MD5sum: 32adfd76f6b4cf21fd1c76f73cc0782c
SHA1: 6d588e358c20241eb4c0ade02f1ec85d4bc4631f
SHA256: bc5f0529b34f6b1ca7a386400d51028c071ebde6b551a66b09f790e4723c49c6
Description-en: Make it easier to work with strings
stringr is a set of simple wrappers that make R's string functions more
consistent, simpler and easier to use. It does this by ensuring that:
function and argument names (and positions) are consistent, all
functions deal with NA's and zero length character appropriately, and
the output data structures from each function matches the input data
structures of other functions.
Description-md5: 191d5b57a1fd556fba846717c4d83659
Homepage: http://cran.r-project.org/web/packages/stringr/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu