How To Install jackson-bom on Fedora 36
Introduction
In this tutorial we learn how to install jackson-bom
on Fedora 36.
What is jackson-bom
A “bill of materials” POM for Jackson dependencies.
We can use yum
or dnf
to install jackson-bom
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jackson-bom.
Install jackson-bom 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 jackson-bom
using dnf
by running the following command:
sudo dnf -y install jackson-bom
Install jackson-bom 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 jackson-bom
using yum
by running the following command:
sudo yum -y install jackson-bom
How To Uninstall jackson-bom on Fedora 36
To uninstall only the jackson-bom
package we can use the following command:
sudo dnf remove jackson-bom
jackson-bom Package Contents on Fedora 36
/usr/share/doc/jackson-bom
/usr/share/doc/jackson-bom/README.md
/usr/share/licenses/jackson-bom
/usr/share/licenses/jackson-bom/LICENSE
/usr/share/maven-metadata/jackson-bom.xml
/usr/share/maven-poms/jackson-bom
/usr/share/maven-poms/jackson-bom/jackson-base.pom
/usr/share/maven-poms/jackson-bom/jackson-bom.pom
References
Summary
In this tutorial we learn how to install jackson-bom
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).