How To Install bluefish on Fedora 36

In this tutorial we learn how to install bluefish in Fedora 36. bluefish is Web development application for experienced users

Introduction

In this tutorial we learn how to install bluefish on Fedora 36.

What is bluefish

Bluefish is a powerful editor for experienced web designers and programmers. Bluefish supports many programming and markup languages, but it focuses on editing dynamic and interactive websites.

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

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

sudo dnf -y install bluefish

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

sudo yum -y install bluefish

How To Uninstall bluefish on Fedora 36

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

sudo dnf remove bluefish

bluefish Package Contents on Fedora 36

/usr/bin/bluefish
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/5e69e0f6c592c864f781e73cd5404ec7f5d4d2
/usr/lib/.build-id/22
/usr/lib/.build-id/22/5baf3eab02e3c5ee28412eb774aba8685cf70f
/usr/lib/.build-id/66
/usr/lib/.build-id/66/bcc769a308de0cdbb11e5c7ecd55aeb821cc01
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/a7073cf2f8ba645b44887dad397cf5a071602d
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/58d90d1426dc766c6c845d9616b10b7ac162d6
/usr/lib/.build-id/af
/usr/lib/.build-id/af/5cb6992b0236511b809ac487d599408a3084a2
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/8d74a5bfd228098a3aeabb91eab0c21c8e9c79
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/78a05ce51496d05622b52173e4a1f7a344fa5a
/usr/lib64/bluefish
/usr/lib64/bluefish/about.so
/usr/lib64/bluefish/charmap.so
/usr/lib64/bluefish/entities.so
/usr/lib64/bluefish/htmlbar.so
/usr/lib64/bluefish/infbrowser.so
/usr/lib64/bluefish/snippets.so
/usr/lib64/bluefish/zencoding.so
/usr/share/licenses/bluefish
/usr/share/licenses/bluefish/COPYING

References

Summary

In this tutorial we learn how to install bluefish on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).