How to Install and Uninstall rpmbuild-order.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

1. Install "rpmbuild-order.x86_64" package

In this section, we are going to explain the necessary steps to install rpmbuild-order.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "rpmbuild-order.x86_64" package

Please follow the step by step instructions below to uninstall rpmbuild-order.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rpmbuild-order.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:52:42 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rpmbuild-order
Version : 0.4.10
Release : 1.el9
Architecture : x86_64
Size : 1.4 M
Source : rpmbuild-order-0.4.10-1.el9.src.rpm
Repository : epel
Summary : Sort RPM packages in dependency order
URL : https://hackage.haskell.org/package/rpmbuild-order
License : BSD
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.