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

Last updated: July 01,2024

1. Install "R-profmem.noarch" package

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

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

2. Uninstall "R-profmem.noarch" package

Please follow the guidance below to uninstall R-profmem.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:34:12 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-profmem
Version : 0.6.0
Release : 2.fc34
Architecture : noarch
Size : 62 k
Source : R-profmem-0.6.0-2.fc34.src.rpm
Repository : fedora
Summary : Simple Memory Profiling for R
URL : https://CRAN.R-project.org/package=profmem
License : LGPLv2+
Description : A simple and light-weight API for memory profiling of R expressions. The
: profiling is built on top of R's built-in memory profiler
: ('utils::Rprofmem()'), which records every memory allocation done by R (also
: native code).