How To Install libXpm on Fedora 36
Introduction
In this tutorial we learn how to install libXpm on Fedora 36.
What is libXpm
X.Org X11 libXpm runtime library
We can use yum or dnf to install libXpm on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXpm.
Install libXpm 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 libXpm using dnf by running the following command:
sudo dnf -y install libXpm
Install libXpm 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 libXpm using yum by running the following command:
sudo yum -y install libXpm
How To Uninstall libXpm on Fedora 36
To uninstall only the libXpm package we can use the following command:
sudo dnf remove libXpm
libXpm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/ded512762044b2d4b267269b95864f71c5897d
/usr/lib/libXpm.so.4
/usr/lib/libXpm.so.4.11.0
/usr/share/doc/libXpm
/usr/share/doc/libXpm/AUTHORS
/usr/share/doc/libXpm/COPYING
/usr/share/doc/libXpm/ChangeLog
References
Summary
In this tutorial we learn how to install libXpm on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libXpm on Fedora 36” linkTitle: “libXpm” type: “docs” description: “In this tutorial we learn how to install libXpm in Fedora 36. libXpm is X.Org X11 libXpm runtime library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libXpm-featured.png
Introduction
In this tutorial we learn how to install libXpm on Fedora 36.
What is libXpm
X.Org X11 libXpm runtime library
We can use yum or dnf to install libXpm on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXpm.
Install libXpm 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 libXpm using dnf by running the following command:
sudo dnf -y install libXpm
Install libXpm 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 libXpm using yum by running the following command:
sudo yum -y install libXpm
How To Uninstall libXpm on Fedora 36
To uninstall only the libXpm package we can use the following command:
sudo dnf remove libXpm
libXpm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/b8f1686b61b8d72ad1d4c2e9af481efb49dea7
/usr/lib64/libXpm.so.4
/usr/lib64/libXpm.so.4.11.0
/usr/share/doc/libXpm
/usr/share/doc/libXpm/AUTHORS
/usr/share/doc/libXpm/COPYING
/usr/share/doc/libXpm/ChangeLog
References
Summary
In this tutorial we learn how to install libXpm on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).