How To Install jello on Fedora 36
Introduction
In this tutorial we learn how to install jello
on Fedora 36.
What is jello
Query, filter, and transform JSON and JSON Lines at the command line with Python syntax.
We can use yum
or dnf
to install jello
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jello.
Install jello 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 jello
using dnf
by running the following command:
sudo dnf -y install jello
Install jello 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 jello
using yum
by running the following command:
sudo yum -y install jello
How To Uninstall jello on Fedora 36
To uninstall only the jello
package we can use the following command:
sudo dnf remove jello
jello Package Contents on Fedora 36
/usr/bin/jello
/usr/lib/python3.10/site-packages/jello
/usr/lib/python3.10/site-packages/jello-1.5.2.dist-info
/usr/lib/python3.10/site-packages/jello-1.5.2.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/jello-1.5.2.dist-info/LICENSE
/usr/lib/python3.10/site-packages/jello-1.5.2.dist-info/METADATA
/usr/lib/python3.10/site-packages/jello-1.5.2.dist-info/WHEEL
/usr/lib/python3.10/site-packages/jello-1.5.2.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/jello-1.5.2.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/jello/__init__.py
/usr/lib/python3.10/site-packages/jello/__pycache__
/usr/lib/python3.10/site-packages/jello/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jello/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/jello/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jello/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/jello/__pycache__/dotmap.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jello/__pycache__/dotmap.cpython-310.pyc
/usr/lib/python3.10/site-packages/jello/__pycache__/lib.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jello/__pycache__/lib.cpython-310.pyc
/usr/lib/python3.10/site-packages/jello/cli.py
/usr/lib/python3.10/site-packages/jello/dotmap.py
/usr/lib/python3.10/site-packages/jello/lib.py
/usr/share/doc/jello
/usr/share/doc/jello/ADVANCED_USAGE.md
/usr/share/doc/jello/CHANGELOG
/usr/share/doc/jello/README.md
/usr/share/man/man1/jello.1.gz
References
Summary
In this tutorial we learn how to install jello
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).