How to Install and Uninstall rpmbuild-order.x86_64 Package on Rocky Linux 9

Last updated: May 15,2024

1. Install "rpmbuild-order.x86_64" package

Learn how to install rpmbuild-order.x86_64 on Rocky Linux 9

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

2. Uninstall "rpmbuild-order.x86_64" package

This guide covers the steps necessary to uninstall rpmbuild-order.x86_64 on Rocky Linux 9:

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

3. Information about the rpmbuild-order.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:29:03 ago on Fri Feb 16 06:49:52 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.