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

Last updated: July 03,2024

1. Install "R-abind.noarch" package

Please follow the instructions below to install R-abind.noarch on Fedora 34

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

2. Uninstall "R-abind.noarch" package

This tutorial shows how to uninstall R-abind.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:26:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-abind
Version : 1.4.5
Release : 9.fc34
Architecture : noarch
Size : 77 k
Source : R-abind-1.4.5-9.fc34.src.rpm
Repository : fedora
Summary : Combine multi-dimensional arrays
URL : http://cran.r-project.org/web/packages/abind/index.html
License : LGPLv2+
Description : Combine multi-dimensional arrays. This is a generalization of cbind and rbind.
: Takes a sequence of vectors, matrices, or arrays and produces a single array
: of the same or higher dimension.