How To Install wkhtmltopdf-devel on Fedora 36
Introduction
In this tutorial we learn how to install wkhtmltopdf-devel
on Fedora 36.
What is wkhtmltopdf-devel
The wkhtmltopdf-devel package contains libraries and header files for developing applications that use wkhtmltopdf.
We can use yum
or dnf
to install wkhtmltopdf-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wkhtmltopdf-devel.
Install wkhtmltopdf-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 wkhtmltopdf-devel
using dnf
by running the following command:
sudo dnf -y install wkhtmltopdf-devel
Install wkhtmltopdf-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 wkhtmltopdf-devel
using yum
by running the following command:
sudo yum -y install wkhtmltopdf-devel
How To Uninstall wkhtmltopdf-devel on Fedora 36
To uninstall only the wkhtmltopdf-devel
package we can use the following command:
sudo dnf remove wkhtmltopdf-devel
wkhtmltopdf-devel Package Contents on Fedora 36
/usr/include/wkhtmltox
/usr/include/wkhtmltox/dllbegin.inc
/usr/include/wkhtmltox/dllend.inc
/usr/include/wkhtmltox/image.h
/usr/include/wkhtmltox/pdf.h
/usr/lib/libwkhtmltox.so
/usr/share/doc/wkhtmltopdf-devel
/usr/share/doc/wkhtmltopdf-devel/examples
/usr/share/doc/wkhtmltopdf-devel/examples/Makefile
/usr/share/doc/wkhtmltopdf-devel/examples/image_c_api.c
/usr/share/doc/wkhtmltopdf-devel/examples/pdf_c_api.c
References
Summary
In this tutorial we learn how to install wkhtmltopdf-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install wkhtmltopdf-devel on Fedora 36” linkTitle: “wkhtmltopdf-devel” type: “docs” description: “In this tutorial we learn how to install wkhtmltopdf-devel in Fedora 36. wkhtmltopdf-devel is Development files for wkhtmltopdf” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/wkhtmltopdf-devel-featured.png
Introduction
In this tutorial we learn how to install wkhtmltopdf-devel
on Fedora 36.
What is wkhtmltopdf-devel
The wkhtmltopdf-devel package contains libraries and header files for developing applications that use wkhtmltopdf.
We can use yum
or dnf
to install wkhtmltopdf-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wkhtmltopdf-devel.
Install wkhtmltopdf-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 wkhtmltopdf-devel
using dnf
by running the following command:
sudo dnf -y install wkhtmltopdf-devel
Install wkhtmltopdf-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 wkhtmltopdf-devel
using yum
by running the following command:
sudo yum -y install wkhtmltopdf-devel
How To Uninstall wkhtmltopdf-devel on Fedora 36
To uninstall only the wkhtmltopdf-devel
package we can use the following command:
sudo dnf remove wkhtmltopdf-devel
wkhtmltopdf-devel Package Contents on Fedora 36
/usr/include/wkhtmltox
/usr/include/wkhtmltox/dllbegin.inc
/usr/include/wkhtmltox/dllend.inc
/usr/include/wkhtmltox/image.h
/usr/include/wkhtmltox/pdf.h
/usr/lib64/libwkhtmltox.so
/usr/share/doc/wkhtmltopdf-devel
/usr/share/doc/wkhtmltopdf-devel/examples
/usr/share/doc/wkhtmltopdf-devel/examples/Makefile
/usr/share/doc/wkhtmltopdf-devel/examples/image_c_api.c
/usr/share/doc/wkhtmltopdf-devel/examples/pdf_c_api.c
References
Summary
In this tutorial we learn how to install wkhtmltopdf-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).