How To Install atomic-reactor on Fedora 36
Introduction
In this tutorial we learn how to install atomic-reactor
on Fedora 36.
What is atomic-reactor
Simple Python tool with command line interface for building Docker images. It contains a lot of helpful functions which you would probably implement if you started hooking Docker into your infrastructure.
We can use yum
or dnf
to install atomic-reactor
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install atomic-reactor.
Install atomic-reactor 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 atomic-reactor
using dnf
by running the following command:
sudo dnf -y install atomic-reactor
Install atomic-reactor 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 atomic-reactor
using yum
by running the following command:
sudo yum -y install atomic-reactor
How To Uninstall atomic-reactor on Fedora 36
To uninstall only the atomic-reactor
package we can use the following command:
sudo dnf remove atomic-reactor
atomic-reactor Package Contents on Fedora 36
/usr/bin/atomic-reactor
/usr/share/doc/atomic-reactor
/usr/share/doc/atomic-reactor/README.md
/usr/share/licenses/atomic-reactor
/usr/share/licenses/atomic-reactor/LICENSE
/usr/share/man/man1/atomic-reactor.1.gz
References
Summary
In this tutorial we learn how to install atomic-reactor
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).