How To Install krusader on CentOS 7

In this tutorial we learn how to install krusader on CentOS 7. krusader is An advanced twin-panel (commander-style) file-manager for KDE

Introduction

In this tutorial we learn how to install krusader on CentOS 7.

What is krusader

Krusader is an advanced twin panel (commander style) file manager for KDE and other desktops in the *nix world, similar to Midnight or Total Commander. It provides all the file management features you could possibly want. Plus filesystem support, FTP, advanced search module, an internal viewer/editor, directory synchronisation, file content comparisons, powerful batch renaming and much much more. It supports a wide variety of archive formats and can handle other KIO slaves such as smb or fish. It is (almost) completely customizable, very user friendly, fast and looks great on your desktop! You should give it a try.

We can use yum or dnf to install krusader on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install krusader.

Install krusader on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install krusader using yum by running the following command:

sudo yum -y install krusader

Install krusader on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install krusader using dnf by running the following command:

sudo dnf -y install krusader

How To Uninstall krusader on CentOS 7

To uninstall only the krusader package we can use the following command:

sudo dnf remove krusader

References

Summary

In this tutorial we learn how to install krusader on CentOS 7 using yum and dnf.