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

Last updated: July 01,2024

1. Install "R-stringi.i686" package

Please follow the steps below to install R-stringi.i686 on Fedora 34

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

2. Uninstall "R-stringi.i686" package

Learn how to uninstall R-stringi.i686 on Fedora 34:

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

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

Last metadata expiration check: 0:29:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-stringi
Version : 1.5.3
Release : 2.fc34
Architecture : i686
Size : 821 k
Source : R-stringi-1.5.3-2.fc34.src.rpm
Repository : fedora
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.