How To Install virtualpg on Fedora 36
Introduction
In this tutorial we learn how to install virtualpg
on Fedora 36.
What is virtualpg
Virtualpg supports direct SQL access to PostgreSQL and PostGIS tables, enabling simple and straightforward data exchanges between these two popular open source Spatial DBMSs.
We can use yum
or dnf
to install virtualpg
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install virtualpg.
Install virtualpg 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
using dnf
by running the following command:
sudo dnf -y install virtualpg
Install virtualpg 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
using yum
by running the following command:
sudo yum -y install virtualpg
How To Uninstall virtualpg on Fedora 36
To uninstall only the virtualpg
package we can use the following command:
sudo dnf remove virtualpg
virtualpg Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/efbcedadb16948679f8b99effe040f53fb8e45
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/335a8499edaa998797861c1a41591d5c12ac6b
/usr/lib64/libvirtualpg.so.0
/usr/lib64/libvirtualpg.so.0.1.1
/usr/lib64/mod_virtualpg.so
/usr/lib64/mod_virtualpg.so.0
/usr/lib64/mod_virtualpg.so.0.1.1
/usr/share/doc/virtualpg
/usr/share/doc/virtualpg/AUTHORS
/usr/share/doc/virtualpg/README
/usr/share/licenses/virtualpg
/usr/share/licenses/virtualpg/COPYING
References
Summary
In this tutorial we learn how to install virtualpg
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install virtualpg on Fedora 36” linkTitle: “virtualpg” type: “docs” description: “In this tutorial we learn how to install virtualpg in Fedora 36. virtualpg is A loadable dynamic extension to both SQLite and SpatiaLite” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/virtualpg-featured.png
Introduction
In this tutorial we learn how to install virtualpg
on Fedora 36.
What is virtualpg
Virtualpg supports direct SQL access to PostgreSQL and PostGIS tables, enabling simple and straightforward data exchanges between these two popular open source Spatial DBMSs.
We can use yum
or dnf
to install virtualpg
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install virtualpg.
Install virtualpg 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
using dnf
by running the following command:
sudo dnf -y install virtualpg
Install virtualpg 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
using yum
by running the following command:
sudo yum -y install virtualpg
How To Uninstall virtualpg on Fedora 36
To uninstall only the virtualpg
package we can use the following command:
sudo dnf remove virtualpg
virtualpg Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/248c60e5d9283dff5ec3bbbcc1290646a0d8af
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/26b7109531c0c1ac2beaac3ab42b2eeb6d223b
/usr/lib/libvirtualpg.so.0
/usr/lib/libvirtualpg.so.0.1.1
/usr/lib/mod_virtualpg.so
/usr/lib/mod_virtualpg.so.0
/usr/lib/mod_virtualpg.so.0.1.1
/usr/share/doc/virtualpg
/usr/share/doc/virtualpg/AUTHORS
/usr/share/doc/virtualpg/README
/usr/share/licenses/virtualpg
/usr/share/licenses/virtualpg/COPYING
References
Summary
In this tutorial we learn how to install virtualpg
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).