How to Install and Uninstall R-procmaps.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "R-procmaps.x86_64" package

This guide let you learn how to install R-procmaps.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install R-procmaps.x86_64

2. Uninstall "R-procmaps.x86_64" package

This guide covers the steps necessary to uninstall R-procmaps.x86_64 on Fedora 34:

$ sudo dnf remove R-procmaps.x86_64 $ sudo dnf autoremove

3. Information about the R-procmaps.x86_64 package on Fedora 34

Last metadata expiration check: 2:10:19 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-procmaps
Version : 0.0.3
Release : 2.fc34
Architecture : x86_64
Size : 32 k
Source : R-procmaps-0.0.3-2.fc34.src.rpm
Repository : fedora
Summary : Portable Address Space Mapping
URL : https://CRAN.R-project.org/package=procmaps
License : GPLv3 and BSD
Description : Portable '/proc/self/maps' as a data frame. Determine which library or
: other region is mapped to a specific address of a process. -- R packages
: can contain native code, compiled to shared libraries at build or
: installation time. When loaded, each shared library occupies a portion of
: the address space of the main process. When only a machine instruction
: pointer is available (e.g. from a backtrace during error inspection or
: profiling), the address space map determines which library this instruction
: pointer corresponds to.