How To Install libpst-devel on Fedora 36
Introduction
In this tutorial we learn how to install libpst-devel
on Fedora 36.
What is libpst-devel
The libpst-devel package contains the library links and header files you’ll need to develop applications using the libpst shared library. You do not need to install it if you just want to use the libpst utilities.
We can use yum
or dnf
to install libpst-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libpst-devel.
Install libpst-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 libpst-devel
using dnf
by running the following command:
sudo dnf -y install libpst-devel
Install libpst-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 libpst-devel
using yum
by running the following command:
sudo yum -y install libpst-devel
How To Uninstall libpst-devel on Fedora 36
To uninstall only the libpst-devel
package we can use the following command:
sudo dnf remove libpst-devel
libpst-devel Package Contents on Fedora 36
/usr/include/libpst-4
/usr/include/libpst-4/libpst
/usr/include/libpst-4/libpst/common.h
/usr/include/libpst-4/libpst/libpst.h
/usr/include/libpst-4/libpst/libstrfunc.h
/usr/include/libpst-4/libpst/lzfu.h
/usr/include/libpst-4/libpst/timeconv.h
/usr/include/libpst-4/libpst/vbuf.h
/usr/lib/libpst.so
/usr/lib/pkgconfig/libpst.pc
References
Summary
In this tutorial we learn how to install libpst-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libpst-devel on Fedora 36” linkTitle: “libpst-devel” type: “docs” description: “In this tutorial we learn how to install libpst-devel in Fedora 36. libpst-devel is Library links and header files for libpst application development” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libpst-devel-featured.png
Introduction
In this tutorial we learn how to install libpst-devel
on Fedora 36.
What is libpst-devel
The libpst-devel package contains the library links and header files you’ll need to develop applications using the libpst shared library. You do not need to install it if you just want to use the libpst utilities.
We can use yum
or dnf
to install libpst-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libpst-devel.
Install libpst-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 libpst-devel
using dnf
by running the following command:
sudo dnf -y install libpst-devel
Install libpst-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 libpst-devel
using yum
by running the following command:
sudo yum -y install libpst-devel
How To Uninstall libpst-devel on Fedora 36
To uninstall only the libpst-devel
package we can use the following command:
sudo dnf remove libpst-devel
libpst-devel Package Contents on Fedora 36
/usr/include/libpst-4
/usr/include/libpst-4/libpst
/usr/include/libpst-4/libpst/common.h
/usr/include/libpst-4/libpst/libpst.h
/usr/include/libpst-4/libpst/libstrfunc.h
/usr/include/libpst-4/libpst/lzfu.h
/usr/include/libpst-4/libpst/timeconv.h
/usr/include/libpst-4/libpst/vbuf.h
/usr/lib64/libpst.so
/usr/lib64/pkgconfig/libpst.pc
References
Summary
In this tutorial we learn how to install libpst-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).