How To Install R-clisymbols on Fedora 36

In this tutorial we learn how to install R-clisymbols in Fedora 36. R-clisymbols is Unicode Symbols at the R Prompt

Introduction

In this tutorial we learn how to install R-clisymbols on Fedora 36.

What is R-clisymbols

A small subset of Unicode symbols, that are useful when building command line applications. They fall back to alternatives on terminals that do not support Unicode. Many symbols were taken from the ‘figures’ ’npm’ package (see <https

We can use yum or dnf to install R-clisymbols on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-clisymbols.

Install R-clisymbols on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install R-clisymbols using dnf by running the following command:

sudo dnf -y install R-clisymbols

Install R-clisymbols on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install R-clisymbols using yum by running the following command:

sudo yum -y install R-clisymbols

How To Uninstall R-clisymbols on Fedora 36

To uninstall only the R-clisymbols package we can use the following command:

sudo dnf remove R-clisymbols

R-clisymbols Package Contents on Fedora 36

/usr/share/R/library/clisymbols
/usr/share/R/library/clisymbols/DESCRIPTION
/usr/share/R/library/clisymbols/INDEX
/usr/share/R/library/clisymbols/LICENSE
/usr/share/R/library/clisymbols/Meta
/usr/share/R/library/clisymbols/Meta/Rd.rds
/usr/share/R/library/clisymbols/Meta/features.rds
/usr/share/R/library/clisymbols/Meta/hsearch.rds
/usr/share/R/library/clisymbols/Meta/links.rds
/usr/share/R/library/clisymbols/Meta/nsInfo.rds
/usr/share/R/library/clisymbols/Meta/package.rds
/usr/share/R/library/clisymbols/NAMESPACE
/usr/share/R/library/clisymbols/NEWS.md
/usr/share/R/library/clisymbols/R
/usr/share/R/library/clisymbols/R/clisymbols
/usr/share/R/library/clisymbols/R/clisymbols.rdb
/usr/share/R/library/clisymbols/R/clisymbols.rdx
/usr/share/R/library/clisymbols/README.markdown
/usr/share/R/library/clisymbols/help
/usr/share/R/library/clisymbols/help/AnIndex
/usr/share/R/library/clisymbols/help/aliases.rds
/usr/share/R/library/clisymbols/help/clisymbols.rdb
/usr/share/R/library/clisymbols/help/clisymbols.rdx
/usr/share/R/library/clisymbols/help/paths.rds
/usr/share/R/library/clisymbols/help/symbol.html
/usr/share/R/library/clisymbols/html
/usr/share/R/library/clisymbols/html/00Index.html
/usr/share/R/library/clisymbols/html/R.css
/usr/share/R/library/clisymbols/html/symbol.html
/usr/share/R/library/clisymbols/screenshot.png

References

Summary

In this tutorial we learn how to install R-clisymbols on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).