How to Install and Uninstall smem.noarch Package on Fedora 34

Last updated: September 28,2024

1. Install "smem.noarch" package

This guide let you learn how to install smem.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install smem.noarch

2. Uninstall "smem.noarch" package

Learn how to uninstall smem.noarch on Fedora 34:

$ sudo dnf remove smem.noarch $ sudo dnf autoremove

3. Information about the smem.noarch package on Fedora 34

Last metadata expiration check: 0:56:33 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : smem
Version : 1.5
Release : 6.fc34
Architecture : noarch
Size : 23 k
Source : smem-1.5-6.fc34.src.rpm
Repository : fedora
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.