How To Install cockpit-storaged on Rocky Linux 8

In this tutorial we learn how to install cockpit-storaged on Rocky Linux 8. cockpit-storaged is Cockpit user interface for storage, using udisks

Introduction

In this tutorial we learn how to install cockpit-storaged on Rocky Linux 8.

What is cockpit-storaged

The Cockpit component for managing storage. This package uses udisks.

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

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

sudo dnf -y install cockpit-storaged

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

sudo yum -y install cockpit-storaged

How To Uninstall cockpit-storaged on Rocky Linux 8

To uninstall only the cockpit-storaged package we can use the following command:

sudo dnf remove cockpit-storaged

cockpit-storaged Package Contents on Rocky Linux 8

/usr/share/cockpit/storaged
/usr/share/cockpit/storaged/images
/usr/share/cockpit/storaged/images/storage-array.png
/usr/share/cockpit/storaged/images/storage-disk.png
/usr/share/cockpit/storaged/index.html.gz
/usr/share/cockpit/storaged/manifest.json
/usr/share/cockpit/storaged/po.cs.js.gz
/usr/share/cockpit/storaged/po.de.js.gz
/usr/share/cockpit/storaged/po.es.js.gz
/usr/share/cockpit/storaged/po.fi.js.gz
/usr/share/cockpit/storaged/po.fr.js.gz
/usr/share/cockpit/storaged/po.he.js.gz
/usr/share/cockpit/storaged/po.it.js.gz
/usr/share/cockpit/storaged/po.ja.js.gz
/usr/share/cockpit/storaged/po.ko.js.gz
/usr/share/cockpit/storaged/po.nl.js.gz
/usr/share/cockpit/storaged/po.pl.js.gz
/usr/share/cockpit/storaged/po.pt_BR.js.gz
/usr/share/cockpit/storaged/po.ru.js.gz
/usr/share/cockpit/storaged/po.sk.js.gz
/usr/share/cockpit/storaged/po.sv.js.gz
/usr/share/cockpit/storaged/po.tr.js.gz
/usr/share/cockpit/storaged/po.uk.js.gz
/usr/share/cockpit/storaged/po.zh_CN.js.gz
/usr/share/cockpit/storaged/po.zh_TW.js.gz
/usr/share/cockpit/storaged/storage.css.gz
/usr/share/cockpit/storaged/storage.js.gz
/usr/share/metainfo/org.cockpit-project.cockpit-storaged.metainfo.xml

References

Summary

In this tutorial we learn how to install cockpit-storaged on Rocky Linux 8 using yum and dnf.