How To Install srain on Rocky Linux 8
In this tutorial we learn how to install srain on Rocky Linux 8. srain is Modern, beautiful IRC client written in GTK+ 3
Introduction
In this tutorial we learn how to install srain
on Rocky Linux 8.
What is srain
Modern, beautiful IRC client written in GTK+ 3.
We can use yum
or dnf
to install srain
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install srain.
Install srain 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 srain
using dnf
by running the following command:
sudo dnf -y install srain
Install srain 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 srain
using yum
by running the following command:
sudo yum -y install srain
How To Uninstall srain on Rocky Linux 8
To uninstall only the srain
package we can use the following command:
sudo dnf remove srain
srain Package Contents on Rocky Linux 8
/etc/srain
/etc/srain/builtin.cfg
/usr/bin/srain
/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/79f408fb00257f65de1151cb45c31490148ca4
/usr/share/applications/im.srain.Srain.desktop
/usr/share/doc/srain
/usr/share/doc/srain/README.rst
/usr/share/icons/hicolor/128x128/apps/im.srain.Srain.png
/usr/share/licenses/srain
/usr/share/licenses/srain/LICENSE
/usr/share/locale/nl/LC_MESSAGES/srain.mo
/usr/share/locale/ru/LC_MESSAGES/srain.mo
/usr/share/locale/zh_CN/LC_MESSAGES/srain.mo
/usr/share/metainfo/im.srain.Srain.appdata.xml
/usr/share/srain
/usr/share/srain/themes
/usr/share/srain/themes/bubble.css
/usr/share/srain/themes/default-bubble-dark.css
/usr/share/srain/themes/default-bubble.css
/usr/share/srain/themes/default-min.css
/usr/share/srain/themes/reset.css
References
Summary
In this tutorial we learn how to install srain
on Rocky Linux 8 using yum and dnf.