How To Install uw-imap-utils on Rocky Linux 8

In this tutorial we learn how to install uw-imap-utils on Rocky Linux 8. uw-imap-utils is UW IMAP Utilities to make managing your email simpler

Introduction

In this tutorial we learn how to install uw-imap-utils on Rocky Linux 8.

What is uw-imap-utils

This package contains some utilities for managing UW IMAP email,including * dmail * mailutil * mtest * tmail * mlock

We can use yum or dnf to install uw-imap-utils on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install uw-imap-utils.

Install uw-imap-utils on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install uw-imap-utils using dnf by running the following command:

sudo dnf -y install uw-imap-utils

Install uw-imap-utils on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install uw-imap-utils using yum by running the following command:

sudo yum -y install uw-imap-utils

How To Uninstall uw-imap-utils on Rocky Linux 8

To uninstall only the uw-imap-utils package we can use the following command:

sudo dnf remove uw-imap-utils

uw-imap-utils Package Contents on Rocky Linux 8

/usr/bin/dmail
/usr/bin/mailutil
/usr/bin/mtest
/usr/bin/tmail
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/e6b0151eca27019643fd29bca2ce535c3cfbc4
/usr/lib/.build-id/42
/usr/lib/.build-id/42/7a106ad4283d8f4dcdd51fa2777ac19b801335
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/f65016fce554f783916df2ca01546a15fb22d3
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/66df74ae603fc0ce76f06334aa69d745d37ae6
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/917fc912b213e12227a4ac8b82edf277ca3b30
/usr/sbin/mlock
/usr/share/man/man1/dmail.1.gz
/usr/share/man/man1/mailutil.1.gz
/usr/share/man/man1/tmail.1.gz

References

Summary

In this tutorial we learn how to install uw-imap-utils on Rocky Linux 8 using yum and dnf.