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

Last updated: June 26,2024

1. Install "smem.noarch" package

Please follow the step by step instructions below to install smem.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install smem.noarch

2. Uninstall "smem.noarch" package

Please follow the steps below to uninstall smem.noarch on Rocky Linux 8:

$ sudo dnf remove smem.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:05:38 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : smem
Version : 1.5
Release : 6.el8
Architecture : noarch
Size : 27 k
Source : smem-1.5-6.el8.src.rpm
Repository : epel
Summary : Report application memory usage in a meaningful way
URL : http://www.selenic.com/smem/
License : GPLv2+
Description : smem is a tool that can give numerous reports on memory usage on Linux
: systems. Unlike existing tools, smem can report proportional set size (PSS),
: which is a more meaningful representation of the amount of memory used by
: libraries and applications in a virtual memory system.
:
: Because large portions of physical memory are typically shared among
: multiple applications, the standard measure of memory usage known as
: resident set size (RSS) will significantly overestimate memory usage. PSS
: instead measures each application's "fair share" of each shared area to give
: a realistic measure.