How to Install and Uninstall R-farver.x86_64 Package on Fedora 34

Last updated: May 17,2024

1. Install "R-farver.x86_64" package

This guide covers the steps necessary to install R-farver.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install R-farver.x86_64

2. Uninstall "R-farver.x86_64" package

This is a short guide on how to uninstall R-farver.x86_64 on Fedora 34:

$ sudo dnf remove R-farver.x86_64 $ sudo dnf autoremove

3. Information about the R-farver.x86_64 package on Fedora 34

Last metadata expiration check: 2:31:02 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-farver
Version : 2.1.0
Release : 1.fc34
Architecture : x86_64
Size : 1.3 M
Source : R-farver-2.1.0-1.fc34.src.rpm
Repository : fedora
Summary : High Performance Colour Space Manipulation
URL : https://CRAN.R-project.org/package=farver
License : MIT
Description : 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.