How To Install datanommer-config on Fedora 36

In this tutorial we learn how to install datanommer-config in Fedora 36. datanommer-config is Config files for datanommer

Introduction

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

What is datanommer-config

Config files for datanommer.

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

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

sudo dnf -y install datanommer-config

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

sudo yum -y install datanommer-config

How To Uninstall datanommer-config on Fedora 36

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

sudo dnf remove datanommer-config

datanommer-config Package Contents on Fedora 36

/etc/fedmsg.d/datanommer.py
/usr/share/datanommer.models
/usr/share/datanommer.models/alembic
/usr/share/datanommer.models/alembic.ini
/usr/share/datanommer.models/alembic/README
/usr/share/datanommer.models/alembic/env.py
/usr/share/datanommer.models/alembic/versions
/usr/share/datanommer.models/alembic/versions/143ec484f5ba_add_uuid_column.py
/usr/share/datanommer.models/alembic/versions/198447250956_one_model.py
/usr/share/datanommer.models/alembic/versions/19bb834d6f9_add_users_composite_pkey.py
/usr/share/datanommer.models/alembic/versions/1b786d5fc66_add_packages_composite_pkey.py
/usr/share/datanommer.models/alembic/versions/1d4feffd78fe_add_historic_user_an.py
/usr/share/datanommer.models/alembic/versions/2affa1daa804_fix_git_topics.py
/usr/share/datanommer.models/alembic/versions/310c88783271_fill_in_old_source_c.py
/usr/share/datanommer.models/alembic/versions/4391ce7dc184_add_source_columns.py
/usr/share/datanommer.models/alembic/versions/5091535d0fb4_category_not_null.py
/usr/share/datanommer.models/alembic/versions/57be773be52b_index_category_and_topic.py
/usr/share/datanommer.models/alembic/versions/5a167589eb8e_add_category_index.py
/usr/share/datanommer.models/alembic/versions/6c58cdb04760_add_username_and_crypto_fields.py
/usr/share/datanommer.models/alembic/versions/999b2d10b4e_add_topic_index.py
/usr/share/datanommer.models/alembic/versions/a356c9a10463_store_headers.py
/usr/share/datanommer.models/alembic/versions/a4f74590bcf_determine_category.py
/usr/share/datanommer.models/alembic/versions/ae2801c4cd9_add_category_column.py
/usr/share/doc/datanommer-config
/usr/share/doc/datanommer-config/LICENSE
/usr/share/doc/datanommer-config/README.rst

References

Summary

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