How To Install holland-mongodump on Fedora 36

In this tutorial we learn how to install holland-mongodump in Fedora 36. holland-mongodump is Mongodump backup provider plugin for holland

Introduction

In this tutorial we learn how to install holland-mongodump on Fedora 36.

What is holland-mongodump

This plugin allows holland to backup MongoDB databases via the mongodump command.

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

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

sudo dnf -y install holland-mongodump

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

sudo yum -y install holland-mongodump

How To Uninstall holland-mongodump on Fedora 36

To uninstall only the holland-mongodump package we can use the following command:

sudo dnf remove holland-mongodump

holland-mongodump Package Contents on Fedora 36

/etc/holland/providers/mongodump.conf
/usr/lib/python3.10/site-packages/holland.backup.mongodump-1.2.9-py3.10-nspkg.pth
/usr/lib/python3.10/site-packages/holland.backup.mongodump-1.2.9-py3.10.egg-info
/usr/lib/python3.10/site-packages/holland.backup.mongodump-1.2.9-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/holland.backup.mongodump-1.2.9-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/holland.backup.mongodump-1.2.9-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/holland.backup.mongodump-1.2.9-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/holland.backup.mongodump-1.2.9-py3.10.egg-info/namespace_packages.txt
/usr/lib/python3.10/site-packages/holland.backup.mongodump-1.2.9-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/holland.backup.mongodump-1.2.9-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/holland.backup.mongodump-1.2.9-py3.10.egg-info/zip-safe
/usr/lib/python3.10/site-packages/holland/backup/__pycache__/mongodump.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holland/backup/__pycache__/mongodump.cpython-310.pyc
/usr/lib/python3.10/site-packages/holland/backup/mongodump.py
/usr/share/doc/holland-mongodump
/usr/share/doc/holland-mongodump/README
/usr/share/licenses/holland-mongodump
/usr/share/licenses/holland-mongodump/LICENSE

References

Summary

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