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

Last updated: October 05,2024

1. Install "rpmbuild-order.x86_64" package

Please follow the guidelines below to install rpmbuild-order.x86_64 on Fedora 34

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

2. Uninstall "rpmbuild-order.x86_64" package

Learn how to uninstall rpmbuild-order.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:03:19 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rpmbuild-order
Version : 0.4.5
Release : 1.fc34
Architecture : x86_64
Size : 1.3 M
Source : rpmbuild-order-0.4.5-1.fc34.src.rpm
Repository : updates
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.