How To Install virtualpg-devel on Fedora 36
Introduction
In this tutorial we learn how to install virtualpg-devel
on Fedora 36.
What is virtualpg-devel
The virtualpg-devel package contains libraries and header files for developing applications that use virtualpg.
We can use yum
or dnf
to install virtualpg-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install virtualpg-devel.
Install virtualpg-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 virtualpg-devel
using dnf
by running the following command:
sudo dnf -y install virtualpg-devel
Install virtualpg-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 virtualpg-devel
using yum
by running the following command:
sudo yum -y install virtualpg-devel
How To Uninstall virtualpg-devel on Fedora 36
To uninstall only the virtualpg-devel
package we can use the following command:
sudo dnf remove virtualpg-devel
virtualpg-devel Package Contents on Fedora 36
---
title: "How To Install virtualpg-devel on Fedora 36"
linkTitle: "virtualpg-devel"
type: "docs"
description: "In this tutorial we learn how to install virtualpg-devel in Fedora 36. virtualpg-devel is Development files for virtualpg"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/virtualpg-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `virtualpg-devel` on Fedora 36.
### What is `virtualpg-devel`
> The virtualpg-devel package contains libraries and header files for developing applications that use virtualpg.
We can use `yum` or `dnf` to install `virtualpg-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install virtualpg-devel.
## Install virtualpg-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install virtualpg-devel
using dnf
by running the following command:
sudo dnf -y install virtualpg-devel
Install virtualpg-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 virtualpg-devel
using yum
by running the following command:
sudo yum -y install virtualpg-devel
How To Uninstall virtualpg-devel on Fedora 36
To uninstall only the virtualpg-devel
package we can use the following command:
sudo dnf remove virtualpg-devel
virtualpg-devel Package Contents on Fedora 36
/usr/include/virtualpg.h
/usr/lib/libvirtualpg.so
/usr/lib/pkgconfig/virtualpg.pc
References
Summary
In this tutorial we learn how to install virtualpg-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/virtualpg.h /usr/lib64/libvirtualpg.so /usr/lib64/pkgconfig/virtualpg.pc
## References
* [virtualpg-devel website](https://www.gaia-gis.it/fossil/virtualpg/index)
## Summary
In this tutorial we learn how to install `virtualpg-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).