How to Install and Uninstall R-listenv.noarch Package on Fedora 38
Last updated: October 30,2024
1. Install "R-listenv.noarch" package
This is a short guide on how to install R-listenv.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
R-listenv.noarch
Copied
2. Uninstall "R-listenv.noarch" package
Learn how to uninstall R-listenv.noarch on Fedora 38:
$
sudo dnf remove
R-listenv.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the R-listenv.noarch package on Fedora 38
Last metadata expiration check: 0:25:52 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : R-listenv
Version : 0.8.0
Release : 12.fc38
Architecture : noarch
Size : 129 k
Source : R-listenv-0.8.0-12.fc38.src.rpm
Repository : updates
Summary : Environments Behaving (Almost) as Lists
URL : https://CRAN.R-project.org/package=listenv
License : LGPLv2+
Description : List environments are environments that have list-like properties. For
: instance, the elements of a list environment are ordered and can be
: accessed and iterated over using index subsetting, e.g. 'x <- listenv(a =
: 1, b = 2); for (i in seq_along(x)) x[[i]] <- x[[i]] ^ 2; y <- as.list(x)'.
Available Packages
Name : R-listenv
Version : 0.8.0
Release : 12.fc38
Architecture : noarch
Size : 129 k
Source : R-listenv-0.8.0-12.fc38.src.rpm
Repository : updates
Summary : Environments Behaving (Almost) as Lists
URL : https://CRAN.R-project.org/package=listenv
License : LGPLv2+
Description : List environments are environments that have list-like properties. For
: instance, the elements of a list environment are ordered and can be
: accessed and iterated over using index subsetting, e.g. 'x <- listenv(a =
: 1, b = 2); for (i in seq_along(x)) x[[i]] <- x[[i]] ^ 2; y <- as.list(x)'.