How To Install bitmap on Fedora 36
Introduction
In this tutorial we learn how to install bitmap on Fedora 36.
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install bitmap.
Install bitmap 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 bitmap using dnf by running the following command:
sudo dnf -y install bitmap
Install bitmap 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 bitmap using yum by running the following command:
sudo yum -y install bitmap
How To Uninstall bitmap on Fedora 36
To uninstall only the bitmap package we can use the following command:
sudo dnf remove bitmap
bitmap Package Contents on Fedora 36
/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/00
/usr/lib/.build-id/00/d367ecb5bf36254d84d4c078399fe4f2454e70
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/de6278b12220146f647f5290b533851d0427b3
/usr/lib/.build-id/51
/usr/lib/.build-id/51/359b6b6a3c684f42be3ce1b841b5aad3206282
/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 36 using yum and [dnf]((/fedora/36/dnf/).