How To Install ptex-libs on Fedora 36
Introduction
In this tutorial we learn how to install ptex-libs
on Fedora 36.
What is ptex-libs
This package contains the library needed to run programs dynamically linked with Ptex.
We can use yum
or dnf
to install ptex-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ptex-libs.
Install ptex-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 ptex-libs
using dnf
by running the following command:
sudo dnf -y install ptex-libs
Install ptex-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 ptex-libs
using yum
by running the following command:
sudo yum -y install ptex-libs
How To Uninstall ptex-libs on Fedora 36
To uninstall only the ptex-libs
package we can use the following command:
sudo dnf remove ptex-libs
ptex-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/9d584ad6d8f117f5d186a08e6d4caa6512f2a6
/usr/lib64/libPtex.so.2.4
References
Summary
In this tutorial we learn how to install ptex-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ptex-libs on Fedora 36” linkTitle: “ptex-libs” type: “docs” description: “In this tutorial we learn how to install ptex-libs in Fedora 36. ptex-libs is Libraries for Ptex” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ptex-libs-featured.png
Introduction
In this tutorial we learn how to install ptex-libs
on Fedora 36.
What is ptex-libs
This package contains the library needed to run programs dynamically linked with Ptex.
We can use yum
or dnf
to install ptex-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ptex-libs.
Install ptex-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 ptex-libs
using dnf
by running the following command:
sudo dnf -y install ptex-libs
Install ptex-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 ptex-libs
using yum
by running the following command:
sudo yum -y install ptex-libs
How To Uninstall ptex-libs on Fedora 36
To uninstall only the ptex-libs
package we can use the following command:
sudo dnf remove ptex-libs
ptex-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/88
/usr/lib/.build-id/88/e3eb559275f8eb3a4bfbf8a9582bf478fddbc1
/usr/lib/libPtex.so.2.4
References
Summary
In this tutorial we learn how to install ptex-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).