How To Install poppler-cpp on Fedora 36
Introduction
In this tutorial we learn how to install poppler-cpp
on Fedora 36.
What is poppler-cpp
Pure C++ wrapper for poppler.
We can use yum
or dnf
to install poppler-cpp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install poppler-cpp.
Install poppler-cpp 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 poppler-cpp
using dnf
by running the following command:
sudo dnf -y install poppler-cpp
Install poppler-cpp 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 poppler-cpp
using yum
by running the following command:
sudo yum -y install poppler-cpp
How To Uninstall poppler-cpp on Fedora 36
To uninstall only the poppler-cpp
package we can use the following command:
sudo dnf remove poppler-cpp
poppler-cpp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/8890b58b5cb68a94aee918948ab8f46373cc93
/usr/lib/libpoppler-cpp.so.0
/usr/lib/libpoppler-cpp.so.0.9.0
References
Summary
In this tutorial we learn how to install poppler-cpp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install poppler-cpp on Fedora 36” linkTitle: “poppler-cpp” type: “docs” description: “In this tutorial we learn how to install poppler-cpp in Fedora 36. poppler-cpp is Pure C++ wrapper for poppler” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/poppler-cpp-featured.png
Introduction
In this tutorial we learn how to install poppler-cpp
on Fedora 36.
What is poppler-cpp
Pure C++ wrapper for poppler.
We can use yum
or dnf
to install poppler-cpp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install poppler-cpp.
Install poppler-cpp 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 poppler-cpp
using dnf
by running the following command:
sudo dnf -y install poppler-cpp
Install poppler-cpp 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 poppler-cpp
using yum
by running the following command:
sudo yum -y install poppler-cpp
How To Uninstall poppler-cpp on Fedora 36
To uninstall only the poppler-cpp
package we can use the following command:
sudo dnf remove poppler-cpp
poppler-cpp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/a6acca1fa490ed187bae8889ec431d3357e703
/usr/lib64/libpoppler-cpp.so.0
/usr/lib64/libpoppler-cpp.so.0.9.0
References
Summary
In this tutorial we learn how to install poppler-cpp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).