How To Install zulucrypt-console on Fedora 36

In this tutorial we learn how to install zulucrypt-console in Fedora 36. zulucrypt-console is Console tools of zulucrypt

Introduction

In this tutorial we learn how to install zulucrypt-console on Fedora 36.

What is zulucrypt-console

This package contains the console (CLI) frontends of zuluCrypt. Those got split into an own subpackage to provide possible independence from Qt as some minimum.

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

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

sudo dnf -y install zulucrypt-console

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

sudo yum -y install zulucrypt-console

How To Uninstall zulucrypt-console on Fedora 36

To uninstall only the zulucrypt-console package we can use the following command:

sudo dnf remove zulucrypt-console

zulucrypt-console Package Contents on Fedora 36

/usr/bin/zuluCrypt-cli
/usr/bin/zuluMount-cli
/usr/lib/.build-id
/usr/lib/.build-id/79
/usr/lib/.build-id/79/6da9d171296d488e1793f213a40b5bb4762dc1
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/5334dacda937d7a567eb63fee008de64337740
/usr/share/man/man1/zuluCrypt-cli.1.gz
/usr/share/man/man1/zuluMount-cli.1.gz

References

Summary

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