How To Install R-farver on Fedora 36
Introduction
In this tutorial we learn how to install R-farver
on Fedora 36.
What is R-farver
The encoding of colour can be handled in many different ways, using different colour spaces. As different colour spaces have different uses, efficient conversion between these representations are important. The ‘farver’ package provides a set of functions that gives access to very fast colour space conversion and comparisons implemented in C++, and offers speed improvements over the ‘convertColor’ function in the ‘grDevices’ package.
We can use yum
or dnf
to install R-farver
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-farver.
Install R-farver 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-farver
using dnf
by running the following command:
sudo dnf -y install R-farver
Install R-farver 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-farver
using yum
by running the following command:
sudo yum -y install R-farver
How To Uninstall R-farver on Fedora 36
To uninstall only the R-farver
package we can use the following command:
sudo dnf remove R-farver
R-farver Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/25dfdab1ffffabe7c06641c688e3cceedcca56
/usr/lib64/R/library/farver
/usr/lib64/R/library/farver/DESCRIPTION
/usr/lib64/R/library/farver/INDEX
/usr/lib64/R/library/farver/LICENSE
/usr/lib64/R/library/farver/Meta
/usr/lib64/R/library/farver/Meta/Rd.rds
/usr/lib64/R/library/farver/Meta/features.rds
/usr/lib64/R/library/farver/Meta/hsearch.rds
/usr/lib64/R/library/farver/Meta/links.rds
/usr/lib64/R/library/farver/Meta/nsInfo.rds
/usr/lib64/R/library/farver/Meta/package.rds
/usr/lib64/R/library/farver/NAMESPACE
/usr/lib64/R/library/farver/NEWS.md
/usr/lib64/R/library/farver/R
/usr/lib64/R/library/farver/R/farver
/usr/lib64/R/library/farver/R/farver.rdb
/usr/lib64/R/library/farver/R/farver.rdx
/usr/lib64/R/library/farver/R/sysdata.rdb
/usr/lib64/R/library/farver/R/sysdata.rdx
/usr/lib64/R/library/farver/help
/usr/lib64/R/library/farver/help/AnIndex
/usr/lib64/R/library/farver/help/add_to_channel.html
/usr/lib64/R/library/farver/help/aliases.rds
/usr/lib64/R/library/farver/help/as_white_ref.html
/usr/lib64/R/library/farver/help/cap_channel.html
/usr/lib64/R/library/farver/help/compare_colour.html
/usr/lib64/R/library/farver/help/convert_colour.html
/usr/lib64/R/library/farver/help/decode_colour.html
/usr/lib64/R/library/farver/help/decode_native.html
/usr/lib64/R/library/farver/help/encode_colour.html
/usr/lib64/R/library/farver/help/encode_native.html
/usr/lib64/R/library/farver/help/farver-package.html
/usr/lib64/R/library/farver/help/farver.html
/usr/lib64/R/library/farver/help/farver.rdb
/usr/lib64/R/library/farver/help/farver.rdx
/usr/lib64/R/library/farver/help/figures
/usr/lib64/R/library/farver/help/figures/README-unnamed-chunk-4-1.png
/usr/lib64/R/library/farver/help/figures/README-unnamed-chunk-5-1.png
/usr/lib64/R/library/farver/help/figures/README-unnamed-chunk-7-1.png
/usr/lib64/R/library/farver/help/figures/README-unnamed-chunk-8-1.png
/usr/lib64/R/library/farver/help/figures/logo.png
/usr/lib64/R/library/farver/help/figures/logo.svg
/usr/lib64/R/library/farver/help/get_channel.html
/usr/lib64/R/library/farver/help/manip_channel.html
/usr/lib64/R/library/farver/help/multiply_channel.html
/usr/lib64/R/library/farver/help/native-encoding.html
/usr/lib64/R/library/farver/help/native_encoding.html
/usr/lib64/R/library/farver/help/paths.rds
/usr/lib64/R/library/farver/help/raise_channel.html
/usr/lib64/R/library/farver/help/set_channel.html
/usr/lib64/R/library/farver/html
/usr/lib64/R/library/farver/html/00Index.html
/usr/lib64/R/library/farver/html/R.css
/usr/lib64/R/library/farver/html/as_white_ref.html
/usr/lib64/R/library/farver/html/compare_colour.html
/usr/lib64/R/library/farver/html/convert_colour.html
/usr/lib64/R/library/farver/html/decode_colour.html
/usr/lib64/R/library/farver/html/encode_colour.html
/usr/lib64/R/library/farver/html/farver-package.html
/usr/lib64/R/library/farver/html/manip_channel.html
/usr/lib64/R/library/farver/html/native_encoding.html
/usr/lib64/R/library/farver/libs
/usr/lib64/R/library/farver/libs/farver.so
References
Summary
In this tutorial we learn how to install R-farver
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).