How To Install bless on Fedora 36
Introduction
In this tutorial we learn how to install bless
on Fedora 36.
What is bless
Bless is a binary (hex) editor, a program that enables you to edit files as sequences of bytes.
We can use yum
or dnf
to install bless
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bless.
Install bless 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 bless
using dnf
by running the following command:
sudo dnf -y install bless
Install bless 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 bless
using yum
by running the following command:
sudo yum -y install bless
How To Uninstall bless on Fedora 36
To uninstall only the bless
package we can use the following command:
sudo dnf remove bless
bless Package Contents on Fedora 36
/usr/bin/bless
/usr/lib/mono/bless
/usr/lib/mono/bless/Bless.Buffers.dll
/usr/lib/mono/bless/Bless.Gui.Areas.Plugins.dll
/usr/lib/mono/bless/Bless.Gui.Areas.dll
/usr/lib/mono/bless/Bless.Gui.Drawers.dll
/usr/lib/mono/bless/Bless.Gui.Plugins.dll
/usr/lib/mono/bless/Bless.Gui.dll
/usr/lib/mono/bless/Bless.Plugins.dll
/usr/lib/mono/bless/Bless.Tools.Export.Plugins.dll
/usr/lib/mono/bless/Bless.Tools.Export.dll
/usr/lib/mono/bless/Bless.Tools.Find.dll
/usr/lib/mono/bless/Bless.Tools.dll
/usr/lib/mono/bless/Bless.Util.dll
/usr/lib/mono/bless/bless.exe
/usr/share/applications/bless.desktop
/usr/share/bless
/usr/share/bless/bless-16-bytes-per-row.layout
/usr/share/bless/bless-48x48.png
/usr/share/bless/bless-about.png
/usr/share/bless/bless-all-number-bases.layout
/usr/share/bless/bless-binary-ascii.layout
/usr/share/bless/bless-courier.ttf
/usr/share/bless/bless-default.layout
/usr/share/bless/default-preferences.xml
/usr/share/bless/help_script.sh
/usr/share/bless/ui
/usr/share/bless/ui/BitwiseOperationsPlugin.ui
/usr/share/bless/ui/ConversionTablePlugin.ui
/usr/share/bless/ui/ExportDialog.ui
/usr/share/bless/ui/FindReplacePlugin.ui
/usr/share/bless/ui/GotoOffsetPlugin.ui
/usr/share/bless/ui/LayoutSelectionDialog.ui
/usr/share/bless/ui/MainWindow.ui
/usr/share/bless/ui/PreferencesDialog.ui
/usr/share/bless/ui/ProgressDialog.ui
/usr/share/bless/ui/ProgressDisplayPlugin.ui
/usr/share/bless/ui/SelectRangePlugin.ui
/usr/share/icons/hicolor/48x48/apps/bless.png
References
Summary
In this tutorial we learn how to install bless
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).