How To Install datanommer-commands on Fedora 36

In this tutorial we learn how to install datanommer-commands in Fedora 36. datanommer-commands is Console commands for datanommer

Introduction

In this tutorial we learn how to install datanommer-commands on Fedora 36.

What is datanommer-commands

Console commands for datanommer.

We can use yum or dnf to install datanommer-commands on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install datanommer-commands.

Install datanommer-commands 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 datanommer-commands using dnf by running the following command:

sudo dnf -y install datanommer-commands

Install datanommer-commands 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 datanommer-commands using yum by running the following command:

sudo yum -y install datanommer-commands

How To Uninstall datanommer-commands on Fedora 36

To uninstall only the datanommer-commands package we can use the following command:

sudo dnf remove datanommer-commands

datanommer-commands Package Contents on Fedora 36

/usr/bin/datanommer-create-db
/usr/bin/datanommer-dump
/usr/bin/datanommer-latest
/usr/bin/datanommer-stats
/usr/lib/python3.10/site-packages/datanommer.commands-0.7.2-py3.10-nspkg.pth
/usr/lib/python3.10/site-packages/datanommer.commands-0.7.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/datanommer.commands-0.7.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/datanommer.commands-0.7.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/datanommer.commands-0.7.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/datanommer.commands-0.7.2-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/datanommer.commands-0.7.2-py3.10.egg-info/namespace_packages.txt
/usr/lib/python3.10/site-packages/datanommer.commands-0.7.2-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/datanommer.commands-0.7.2-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/datanommer.commands-0.7.2-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/datanommer/commands
/usr/lib/python3.10/site-packages/datanommer/commands/__init__.py
/usr/lib/python3.10/site-packages/datanommer/commands/__pycache__
/usr/lib/python3.10/site-packages/datanommer/commands/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/datanommer/commands/__pycache__/__init__.cpython-310.pyc
/usr/share/doc/datanommer-commands
/usr/share/doc/datanommer-commands/LICENSE
/usr/share/doc/datanommer-commands/README.rst

References

Summary

In this tutorial we learn how to install datanommer-commands on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).