How to Install and Uninstall rpmbuild-order.x86_64 Package on Fedora 38

Last updated: May 20,2024

1. Install "rpmbuild-order.x86_64" package

This tutorial shows how to install rpmbuild-order.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install rpmbuild-order.x86_64

2. Uninstall "rpmbuild-order.x86_64" package

Here is a brief guide to show you how to uninstall rpmbuild-order.x86_64 on Fedora 38:

$ sudo dnf remove rpmbuild-order.x86_64 $ sudo dnf autoremove

3. Information about the rpmbuild-order.x86_64 package on Fedora 38

Last metadata expiration check: 0:24:16 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : rpmbuild-order
Version : 0.4.10
Release : 2.fc38
Architecture : x86_64
Size : 3.0 M
Source : rpmbuild-order-0.4.10-2.fc38.src.rpm
Repository : fedora
Summary : Sort RPM packages in dependency order
URL : https://hackage.haskell.org/package/rpmbuild-order
License : BSD-3-Clause
Description : The rpmbuild-order tool sorts source RPM packages by build dependencies, so
: that they can be built in a correct order. It does this by reading RPM package
: spec files and then topologically sorts them according to their build
: dependencies. The code evolved from cabal-sort by Henning Thielemann.
: It can also order the dependencies or reverse depends of one or more packages
: among the packages checked out in neighboring directories (which can be useful
: to see what packages are affected when a low-level package changes).
: It also has support for setting RPM options for bcond etc, which can affect
: dependencies. It can also output dependency graphs. Since version 0.4, a
: library API is also provided.