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

Last updated: November 28,2024

1. Install "R-blob.noarch" package

Learn how to install R-blob.noarch on Fedora 35

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

2. Uninstall "R-blob.noarch" package

Please follow the step by step instructions below to uninstall R-blob.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:48:04 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-blob
Version : 1.2.1
Release : 3.fc35
Architecture : noarch
Size : 58 k
Source : R-blob-1.2.1-3.fc35.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.