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

Last updated: May 18,2024

1. Install "ps_mem.noarch" package

This guide covers the steps necessary to install ps_mem.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install ps_mem.noarch

2. Uninstall "ps_mem.noarch" package

Please follow the steps below to uninstall ps_mem.noarch on CentOS Stream 8:

$ sudo dnf remove ps_mem.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:53:30 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ps_mem
Version : 3.6
Release : 9.el8
Architecture : noarch
Size : 26 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.