How to Install and Uninstall ps_mem.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "ps_mem.noarch" package

Please follow the instructions below to install ps_mem.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install ps_mem.noarch

2. Uninstall "ps_mem.noarch" package

Learn how to uninstall ps_mem.noarch on Rocky Linux 8:

$ sudo dnf remove ps_mem.noarch $ sudo dnf autoremove

3. Information about the ps_mem.noarch package on Rocky Linux 8

Last metadata expiration check: 1:09:06 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : ps_mem
Version : 3.6
Release : 9.el8
Architecture : noarch
Size : 25 k
Source : ps_mem-3.6-9.el8.src.rpm
Repository : baseos
Summary : Memory profiling tool
URL : https://github.com/pixelb/ps_mem
License : LGPLv2
Description : The ps_mem tool reports how much core memory is used per program
: (not per process). In detail it reports:
: sum(private RAM for program processes) + sum(Shared RAM for program processes)
: The shared RAM is problematic to calculate, and the tool automatically
: selects the most accurate method available for the running kernel.