How To Install clawsker on Fedora 36
Introduction
In this tutorial we learn how to install clawsker
on Fedora 36.
What is clawsker
Clawsker is a Perl-GTK3 applet to edit hidden preferences for Claws Mail, and to do it in a safe and user friendly way, preventing users from raw editing of configuration files. Claws Mail is a fast and lightweight Mail User Agent by the Claws Mail Team.
We can use yum
or dnf
to install clawsker
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install clawsker.
Install clawsker 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 clawsker
using dnf
by running the following command:
sudo dnf -y install clawsker
Install clawsker 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 clawsker
using yum
by running the following command:
sudo yum -y install clawsker
How To Uninstall clawsker on Fedora 36
To uninstall only the clawsker
package we can use the following command:
sudo dnf remove clawsker
clawsker Package Contents on Fedora 36
/usr/bin/clawsker
/usr/share/applications/clawsker.desktop
/usr/share/doc/clawsker
/usr/share/doc/clawsker/AUTHORS
/usr/share/doc/clawsker/ChangeLog.old
/usr/share/doc/clawsker/NEWS
/usr/share/doc/clawsker/README
/usr/share/icons/hicolor/128x128/apps/clawsker.png
/usr/share/icons/hicolor/48x48/apps/clawsker.png
/usr/share/icons/hicolor/64x64/apps/clawsker.png
/usr/share/licenses/clawsker
/usr/share/licenses/clawsker/COPYING
/usr/share/locale/ca/LC_MESSAGES/clawsker.mo
/usr/share/locale/da/LC_MESSAGES/clawsker.mo
/usr/share/locale/de/LC_MESSAGES/clawsker.mo
/usr/share/locale/es/LC_MESSAGES/clawsker.mo
/usr/share/locale/fr/LC_MESSAGES/clawsker.mo
/usr/share/locale/nb/LC_MESSAGES/clawsker.mo
/usr/share/locale/nl/LC_MESSAGES/clawsker.mo
/usr/share/locale/pt_BR/LC_MESSAGES/clawsker.mo
/usr/share/locale/pt_PT/LC_MESSAGES/clawsker.mo
/usr/share/locale/sv/LC_MESSAGES/clawsker.mo
/usr/share/locale/tr/LC_MESSAGES/clawsker.mo
/usr/share/locale/zh_TW/LC_MESSAGES/clawsker.mo
/usr/share/man/man1/clawsker.1.gz
References
Summary
In this tutorial we learn how to install clawsker
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).