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

Last updated: October 06,2024

1. Install "sediment.noarch" package

This is a short guide on how to install sediment.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install sediment.noarch

2. Uninstall "sediment.noarch" package

This is a short guide on how to uninstall sediment.noarch on Fedora 34:

$ sudo dnf remove sediment.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:12:33 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : sediment
Version : 0.9.1
Release : 9.fc34
Architecture : noarch
Size : 469 k
Source : sediment-0.9.1-9.fc34.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.