How To Install jackson-databind on Fedora 36
Introduction
In this tutorial we learn how to install jackson-databind on Fedora 36.
What is jackson-databind
The general-purpose data-binding functionality and tree-model for Jackson Data Processor. It builds on core streaming parser/generator package, and uses Jackson Annotations for configuration.
We can use yum or dnf to install jackson-databind on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jackson-databind.
Install jackson-databind 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-databind using dnf by running the following command:
sudo dnf -y install jackson-databind
Install jackson-databind 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-databind using yum by running the following command:
sudo yum -y install jackson-databind
How To Uninstall jackson-databind on Fedora 36
To uninstall only the jackson-databind package we can use the following command:
sudo dnf remove jackson-databind
jackson-databind Package Contents on Fedora 36
/usr/share/doc/jackson-databind
/usr/share/doc/jackson-databind/CREDITS-2.x
/usr/share/doc/jackson-databind/README.md
/usr/share/doc/jackson-databind/VERSION-2.x
/usr/share/java/jackson-databind.jar
/usr/share/licenses/jackson-databind
/usr/share/licenses/jackson-databind/LICENSE
/usr/share/licenses/jackson-databind/NOTICE
/usr/share/maven-metadata/jackson-databind.xml
/usr/share/maven-poms/jackson-databind.pom
References
Summary
In this tutorial we learn how to install jackson-databind on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).