How To Install jackson-core on Fedora 36
Introduction
In this tutorial we learn how to install jackson-core
on Fedora 36.
What is jackson-core
Core part of Jackson that defines Streaming API as well as basic shared abstractions.
We can use yum
or dnf
to install jackson-core
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jackson-core.
Install jackson-core 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-core
using dnf
by running the following command:
sudo dnf -y install jackson-core
Install jackson-core 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-core
using yum
by running the following command:
sudo yum -y install jackson-core
How To Uninstall jackson-core on Fedora 36
To uninstall only the jackson-core
package we can use the following command:
sudo dnf remove jackson-core
jackson-core Package Contents on Fedora 36
/usr/share/doc/jackson-core
/usr/share/doc/jackson-core/CREDITS-2.x
/usr/share/doc/jackson-core/README.md
/usr/share/doc/jackson-core/VERSION-2.x
/usr/share/java/jackson-core.jar
/usr/share/licenses/jackson-core
/usr/share/licenses/jackson-core/LICENSE
/usr/share/licenses/jackson-core/NOTICE
/usr/share/maven-metadata/jackson-core.xml
/usr/share/maven-poms/jackson-core.pom
References
Summary
In this tutorial we learn how to install jackson-core
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).