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

Last updated: January 15,2025

1. Install "R-profmem.noarch" package

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

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

2. Uninstall "R-profmem.noarch" package

In this section, we are going to explain the necessary steps to uninstall R-profmem.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:22:52 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : R-profmem
Version : 0.6.0
Release : 4.fc35
Architecture : noarch
Size : 64 k
Source : R-profmem-0.6.0-4.fc35.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).