How To Install holland-mongodump on AlmaLinux 8

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

Introduction

In this tutorial we learn how to install holland-mongodump on AlmaLinux 8.

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 AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install holland-mongodump.

Install holland-mongodump on AlmaLinux 8 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 AlmaLinux 8 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 AlmaLinux 8

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

sudo dnf remove holland-mongodump

References

Summary

In this tutorial we learn how to install holland-mongodump on AlmaLinux 8 using yum and dnf.