How to Install and Uninstall ps_mem.noarch Package on CentOS Stream 9

Last updated: October 02,2024

1. Install "ps_mem.noarch" package

This tutorial shows how to install ps_mem.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install ps_mem.noarch

2. Uninstall "ps_mem.noarch" package

Please follow the guidance below to uninstall ps_mem.noarch on CentOS Stream 9:

$ sudo dnf remove ps_mem.noarch $ sudo dnf autoremove

3. Information about the ps_mem.noarch package on CentOS Stream 9

Last metadata expiration check: 2:42:42 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : ps_mem
Version : 3.6
Release : 16.el9
Architecture : noarch
Size : 24 k
Source : ps_mem-3.6-16.el9.src.rpm
Repository : appstream
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.