How To Install compose-utils on Fedora 36
Introduction
In this tutorial we learn how to install compose-utils
on Fedora 36.
What is compose-utils
A set of tools for working with composes produced by pungi.
We can use yum
or dnf
to install compose-utils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install compose-utils.
Install compose-utils on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install compose-utils
using dnf
by running the following command:
sudo dnf -y install compose-utils
Install compose-utils on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install compose-utils
using yum
by running the following command:
sudo yum -y install compose-utils
How To Uninstall compose-utils on Fedora 36
To uninstall only the compose-utils
package we can use the following command:
sudo dnf remove compose-utils
compose-utils Package Contents on Fedora 36
/usr/bin/compose-changelog
/usr/bin/compose-create-legacy-composeinfo
/usr/bin/compose-diff-rpms
/usr/bin/compose-dump-listings
/usr/bin/compose-has-build
/usr/bin/compose-latest-symlink
/usr/bin/compose-list
/usr/bin/compose-partial-copy
/usr/bin/compose-print-essentials
/usr/bin/compose-report-package-moves
/usr/bin/compose-write-repo-file
/usr/share/doc/compose-utils
/usr/share/doc/compose-utils/AUTHORS
/usr/share/doc/compose-utils/README.rst
/usr/share/licenses/compose-utils
/usr/share/licenses/compose-utils/COPYING
/usr/share/licenses/compose-utils/GPL
/usr/share/man/man1/compose-changelog.1.gz
/usr/share/man/man1/compose-create-legacy-composeinfo.1.gz
/usr/share/man/man1/compose-diff-rpms.1.gz
/usr/share/man/man1/compose-dump-listings.1.gz
/usr/share/man/man1/compose-has-build.1.gz
/usr/share/man/man1/compose-list.1.gz
/usr/share/man/man1/compose-partial-copy.1.gz
/usr/share/man/man1/compose-print-essentials.1.gz
/usr/share/man/man1/compose-report-package-moves.1.gz
/usr/share/man/man1/compose-write-repo-file.1.gz
References
Summary
In this tutorial we learn how to install compose-utils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).