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

Last updated: October 11,2024

1. Install "R-blob.noarch" package

This guide let you learn how to install R-blob.noarch on Fedora 39

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

2. Uninstall "R-blob.noarch" package

Please follow the guidelines below to uninstall R-blob.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:49:21 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : R-blob
Version : 1.2.3
Release : 5.fc39
Architecture : noarch
Size : 66 k
Source : R-blob-1.2.3-5.fc39.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.