How To Install gpm-libs on Fedora 36
Introduction
In this tutorial we learn how to install gpm-libs
on Fedora 36.
What is gpm-libs
This package contains the libgpm.so dynamic library which contains the gpm system calls and library functions.
We can use yum
or dnf
to install gpm-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gpm-libs.
Install gpm-libs 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 gpm-libs
using dnf
by running the following command:
sudo dnf -y install gpm-libs
Install gpm-libs 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 gpm-libs
using yum
by running the following command:
sudo yum -y install gpm-libs
How To Uninstall gpm-libs on Fedora 36
To uninstall only the gpm-libs
package we can use the following command:
sudo dnf remove gpm-libs
gpm-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/404ae3b374846eca0074ab90221b65be4ad1a8
/usr/lib/libgpm.so.2
/usr/lib/libgpm.so.2.1.0
References
Summary
In this tutorial we learn how to install gpm-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install gpm-libs on Fedora 36” linkTitle: “gpm-libs” type: “docs” description: “In this tutorial we learn how to install gpm-libs in Fedora 36. gpm-libs is Dynamic library for gpm” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gpm-libs-featured.png
Introduction
In this tutorial we learn how to install gpm-libs
on Fedora 36.
What is gpm-libs
This package contains the libgpm.so dynamic library which contains the gpm system calls and library functions.
We can use yum
or dnf
to install gpm-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gpm-libs.
Install gpm-libs 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 gpm-libs
using dnf
by running the following command:
sudo dnf -y install gpm-libs
Install gpm-libs 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 gpm-libs
using yum
by running the following command:
sudo yum -y install gpm-libs
How To Uninstall gpm-libs on Fedora 36
To uninstall only the gpm-libs
package we can use the following command:
sudo dnf remove gpm-libs
gpm-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/2c81dc801bf1cb2147f38af538174db637027f
/usr/lib64/libgpm.so.2
/usr/lib64/libgpm.so.2.1.0
References
Summary
In this tutorial we learn how to install gpm-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).