How to Install and Uninstall R-blob.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "R-blob.noarch" package

Here is a brief guide to show you how to install R-blob.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install R-blob.noarch

2. Uninstall "R-blob.noarch" package

This guide covers the steps necessary to uninstall R-blob.noarch on Fedora 34:

$ sudo dnf remove R-blob.noarch $ sudo dnf autoremove

3. Information about the R-blob.noarch package on Fedora 34

Last metadata expiration check: 4:16:51 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-blob
Version : 1.2.1
Release : 1.fc34
Architecture : noarch
Size : 57 k
Source : R-blob-1.2.1-1.fc34.src.rpm
Repository : fedora
Summary : A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
URL : http://cran.r-project.org/web/packages/blob/index.html
License : GPLv3
Description : R's raw vector is useful for storing a single binary object. What if you want
: to put a vector of them in a data frame? The blob package provides the blob
: object, a list of raw vectors, suitable for use as a column in data frame.