How to Install and Uninstall postgresql15-pgsql-ogr-fdw Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "postgresql15-pgsql-ogr-fdw" package

This guide let you learn how to install postgresql15-pgsql-ogr-fdw on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install postgresql15-pgsql-ogr-fdw

2. Uninstall "postgresql15-pgsql-ogr-fdw" package

This guide covers the steps necessary to uninstall postgresql15-pgsql-ogr-fdw on openSuSE Tumbleweed:

$ sudo zypper remove postgresql15-pgsql-ogr-fdw

3. Information about the postgresql15-pgsql-ogr-fdw package on openSuSE Tumbleweed

Information for package postgresql15-pgsql-ogr-fdw:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : postgresql15-pgsql-ogr-fdw
Version : 1.1.4-3.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 228.1 KiB
Installed : No
Status : not installed
Source package : postgresql15-pgsql-ogr-fdw-1.1.4-3.5.src
Upstream URL : https://github.com/pramsey/pgsql-ogr-fdw
Summary : PostgreSQL OGR Foreign Data Wrapper
Description :
OGR is the vector half of the GDAL spatial data access library.
It allows access to a large number of GIS data formats using a simple C API for data reading and writing.
Since OGR exposes a simple table structure and PostgreSQL foreign data wrappers allow access to table structures, the fit seems pretty perfect.