How To Install netpbm on Fedora 36
Introduction
In this tutorial we learn how to install netpbm
on Fedora 36.
What is netpbm
The netpbm package contains a library of functions which support programs for handling various graphics file formats, including .pbm (portable bitmaps), .pgm (portable graymaps), .pnm (portable anymaps), .ppm (portable pixmaps) and others.
We can use yum
or dnf
to install netpbm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install netpbm.
Install netpbm 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 netpbm
using dnf
by running the following command:
sudo dnf -y install netpbm
Install netpbm 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 netpbm
using yum
by running the following command:
sudo yum -y install netpbm
How To Uninstall netpbm on Fedora 36
To uninstall only the netpbm
package we can use the following command:
sudo dnf remove netpbm
netpbm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/81
/usr/lib/.build-id/81/1808f08a7f7ef2a906fe0b6dbd2c21b7e6d2aa
/usr/lib/libnetpbm.so.11
/usr/lib/libnetpbm.so.11.97
/usr/share/doc/netpbm
/usr/share/doc/netpbm/COPYRIGHT.PATENT
/usr/share/doc/netpbm/HISTORY
/usr/share/doc/netpbm/README
/usr/share/doc/netpbm/copyright_summary
/usr/share/licenses/netpbm
/usr/share/licenses/netpbm/GPL_LICENSE.txt
References
Summary
In this tutorial we learn how to install netpbm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install netpbm on Fedora 36” linkTitle: “netpbm” type: “docs” description: “In this tutorial we learn how to install netpbm in Fedora 36. netpbm is A library for handling different graphics file formats” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/netpbm-featured.png
Introduction
In this tutorial we learn how to install netpbm
on Fedora 36.
What is netpbm
The netpbm package contains a library of functions which support programs for handling various graphics file formats, including .pbm (portable bitmaps), .pgm (portable graymaps), .pnm (portable anymaps), .ppm (portable pixmaps) and others.
We can use yum
or dnf
to install netpbm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install netpbm.
Install netpbm 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 netpbm
using dnf
by running the following command:
sudo dnf -y install netpbm
Install netpbm 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 netpbm
using yum
by running the following command:
sudo yum -y install netpbm
How To Uninstall netpbm on Fedora 36
To uninstall only the netpbm
package we can use the following command:
sudo dnf remove netpbm
netpbm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/cffeac2f0c3fddceb9fcbc921aed437e8a9cdc
/usr/lib64/libnetpbm.so.11
/usr/lib64/libnetpbm.so.11.97
/usr/share/doc/netpbm
/usr/share/doc/netpbm/COPYRIGHT.PATENT
/usr/share/doc/netpbm/HISTORY
/usr/share/doc/netpbm/README
/usr/share/doc/netpbm/copyright_summary
/usr/share/licenses/netpbm
/usr/share/licenses/netpbm/GPL_LICENSE.txt
References
Summary
In this tutorial we learn how to install netpbm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).