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

Last updated: October 07,2024

1. Install "R-filehash.x86_64" package

Learn how to install R-filehash.x86_64 on Fedora 39

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

2. Uninstall "R-filehash.x86_64" package

This is a short guide on how to uninstall R-filehash.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 2:19:09 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : R-filehash
Version : 2.4.3
Release : 4.fc39
Architecture : x86_64
Size : 407 k
Source : R-filehash-2.4.3-4.fc39.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.