How To Install bitmap on Fedora 34

bitmap is Bitmaps editor and converter utilities for the X Window System

Introduction

In this tutorial we learn how to install bitmap on Fedora 34.

What is bitmap

Bitmap provides a bitmap editor and misc converter utilities for the X Window System. The package also includes files defining bitmaps associated with the Bitmap x11 editor.

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

Install bitmap on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install bitmap using dnf by running the following command:

sudo dnf -y install bitmap

Install bitmap on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install bitmap using yum by running the following command:

sudo yum -y install bitmap

How To Uninstall bitmap on Fedora 34

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

sudo dnf remove bitmap

bitmap Package Contents on Fedora 34

/usr/bin/atobm
/usr/bin/bitmap
/usr/bin/bmtoa
/usr/include/X11/bitmaps/Dashes
/usr/include/X11/bitmaps/Down
/usr/include/X11/bitmaps/Excl
/usr/include/X11/bitmaps/FlipHoriz
/usr/include/X11/bitmaps/FlipVert
/usr/include/X11/bitmaps/Fold
/usr/include/X11/bitmaps/Left
/usr/include/X11/bitmaps/Right
/usr/include/X11/bitmaps/RotateLeft
/usr/include/X11/bitmaps/RotateRight
/usr/include/X11/bitmaps/Stipple
/usr/include/X11/bitmaps/Term
/usr/include/X11/bitmaps/Up
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/5f63a985c59993374b3e7ce545d6cdf0eb9614
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/26fe7e37eefb6511329651feebef1dde555c28
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/c9c0f9e4779d38d85688062d41fb5a212e8065
/usr/share/X11/app-defaults/Bitmap
/usr/share/X11/app-defaults/Bitmap-color
/usr/share/X11/app-defaults/Bitmap-nocase
/usr/share/applications/bitmap.desktop
/usr/share/doc/bitmap
/usr/share/doc/bitmap/ChangeLog
/usr/share/icons/hicolor/32x32/apps/bitmap.png
/usr/share/man/man1/atobm.1.gz
/usr/share/man/man1/bitmap.1.gz
/usr/share/man/man1/bmtoa.1.gz

References

Summary

In this tutorial we learn how to install bitmap on Fedora 34 using yum and dnf.