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

Last updated: October 06,2024

1. Install "ps_mem.noarch" package

Please follow the step by step instructions below to install ps_mem.noarch on Oracle Linux 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 Oracle Linux 8:

$ sudo dnf remove ps_mem.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:31:30 ago on Mon Sep 12 02:51:38 2022.
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 : ol8_baseos_latest
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.