How to Install and Uninstall sediment.noarch Package on Fedora 38

Last updated: January 15,2025

1. Install "sediment.noarch" package

This tutorial shows how to install sediment.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install sediment.noarch

2. Uninstall "sediment.noarch" package

Learn how to uninstall sediment.noarch on Fedora 38:

$ sudo dnf remove sediment.noarch $ sudo dnf autoremove

3. Information about the sediment.noarch package on Fedora 38

Last metadata expiration check: 0:18:41 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : sediment
Version : 0.9.1
Release : 13.fc38
Architecture : noarch
Size : 487 k
Source : sediment-0.9.1-13.fc38.src.rpm
Repository : fedora
Summary : A function reordering tool set
URL : https://github.com/wcohen/sediment
License : GPLv3+
Description : The sediment tool set allows reordering of the functions in compiled
: programs built with RPM to reduce the frequency of TLB misses and
: decrease the number of pages in the resident set. Sediment generates
: call graphs from program execution and converts the call graphs into
: link order information to improve code locality.