How To Install ptex-devel on Fedora 36
Introduction
In this tutorial we learn how to install ptex-devel
on Fedora 36.
What is ptex-devel
Development files for Walt Disney Animation Studios Ptex library.
We can use yum
or dnf
to install ptex-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ptex-devel.
Install ptex-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install ptex-devel
Install ptex-devel 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-devel
using yum
by running the following command:
sudo yum -y install ptex-devel
How To Uninstall ptex-devel on Fedora 36
To uninstall only the ptex-devel
package we can use the following command:
sudo dnf remove ptex-devel
ptex-devel Package Contents on Fedora 36
/usr/include/PtexExports.h
/usr/include/PtexHalf.h
/usr/include/PtexInt.h
/usr/include/PtexPlatform.h
/usr/include/PtexUtils.h
/usr/include/PtexVersion.h
/usr/include/Ptexture.h
/usr/lib/libPtex.so
/usr/lib/pkgconfig/Ptex.pc
References
Summary
In this tutorial we learn how to install ptex-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ptex-devel on Fedora 36” linkTitle: “ptex-devel” type: “docs” description: “In this tutorial we learn how to install ptex-devel in Fedora 36. ptex-devel is Development files for the Ptex library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ptex-devel-featured.png
Introduction
In this tutorial we learn how to install ptex-devel
on Fedora 36.
What is ptex-devel
Development files for Walt Disney Animation Studios Ptex library.
We can use yum
or dnf
to install ptex-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ptex-devel.
Install ptex-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install ptex-devel
Install ptex-devel 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-devel
using yum
by running the following command:
sudo yum -y install ptex-devel
How To Uninstall ptex-devel on Fedora 36
To uninstall only the ptex-devel
package we can use the following command:
sudo dnf remove ptex-devel
ptex-devel Package Contents on Fedora 36
/usr/include/PtexExports.h
/usr/include/PtexHalf.h
/usr/include/PtexInt.h
/usr/include/PtexPlatform.h
/usr/include/PtexUtils.h
/usr/include/PtexVersion.h
/usr/include/Ptexture.h
/usr/lib64/libPtex.so
/usr/lib64/pkgconfig/Ptex.pc
References
Summary
In this tutorial we learn how to install ptex-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).