How To Install fbida-fbpdf on Fedora 36
Introduction
In this tutorial we learn how to install fbida-fbpdf
on Fedora 36.
What is fbida-fbpdf
fbpdf displays PDF files on the framebuffer device.
We can use yum
or dnf
to install fbida-fbpdf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fbida-fbpdf.
Install fbida-fbpdf 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 fbida-fbpdf
using dnf
by running the following command:
sudo dnf -y install fbida-fbpdf
Install fbida-fbpdf 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 fbida-fbpdf
using yum
by running the following command:
sudo yum -y install fbida-fbpdf
How To Uninstall fbida-fbpdf on Fedora 36
To uninstall only the fbida-fbpdf
package we can use the following command:
sudo dnf remove fbida-fbpdf
fbida-fbpdf Package Contents on Fedora 36
/usr/bin/fbpdf
/usr/lib/.build-id
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/42428a37645060227b72eece82c34410573f5f
/usr/share/licenses/fbida-fbpdf
/usr/share/licenses/fbida-fbpdf/COPYING
References
Summary
In this tutorial we learn how to install fbida-fbpdf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).