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

Last updated: October 05,2024

1. Install "R-filehash.x86_64" package

This tutorial shows how to install R-filehash.x86_64 on Fedora 34

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

2. Uninstall "R-filehash.x86_64" package

Please follow the step by step instructions below to uninstall R-filehash.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:56:06 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-filehash
Version : 2.4.2
Release : 7.fc34
Architecture : x86_64
Size : 341 k
Source : R-filehash-2.4.2-7.fc34.src.rpm
Repository : fedora
Summary : Simple Key-Value Database
URL : https://CRAN.R-project.org/package=filehash
License : GPLv2+
Description : Implements a simple key-value style database where character string keys
: are associated with data values that are stored on the disk. A simple
: interface is provided for inserting, retrieving, and deleting data from
: the database. Utilities are provided that allow 'filehash' databases to be
: treated much like environments and lists are already used in R. These
: utilities are provided to encourage interactive and exploratory analysis
: on large datasets. Three different file formats for representing the
: database are currently available and new formats can easily be
: incorporated by third parties for use in the 'filehash' framework.