How to Install and Uninstall R-stringi.i686 Package on Fedora 38

Last updated: September 30,2024

1. Install "R-stringi.i686" package

This tutorial shows how to install R-stringi.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install R-stringi.i686

2. Uninstall "R-stringi.i686" package

Please follow the instructions below to uninstall R-stringi.i686 on Fedora 38:

$ sudo dnf remove R-stringi.i686 $ sudo dnf autoremove

3. Information about the R-stringi.i686 package on Fedora 38

Last metadata expiration check: 1:23:10 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : R-stringi
Version : 1.7.8
Release : 4.fc38
Architecture : i686
Size : 1.1 M
Source : R-stringi-1.7.8-4.fc38.src.rpm
Repository : updates
Summary : Character String Processing Facilities
URL : https://CRAN.R-project.org/package=stringi
License : BSD
Description : A multitude of character string/text/natural language processing tools: pattern
: searching (e.g., with 'Java'-like regular expressions or the 'Unicode'
: collation algorithm), random string generation, case mapping, string
: transliteration, concatenation, sorting, padding, wrapping, Unicode
: normalisation, date-time formatting and parsing, and many more. They are fast,
: consistent, convenient, and - owing to the use of the 'ICU' (International
: Components for Unicode) library - portable across all locales and platforms.