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

Last updated: July 04,2024

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

This guide covers the steps necessary to install postgresql13-pgsql-ogr-fdw on openSuSE Tumbleweed

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

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

Learn how to uninstall postgresql13-pgsql-ogr-fdw on openSuSE Tumbleweed:

$ sudo zypper remove postgresql13-pgsql-ogr-fdw

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

Information for package postgresql13-pgsql-ogr-fdw:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : postgresql13-pgsql-ogr-fdw
Version : 1.1.4-3.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 227.8 KiB
Installed : No
Status : not installed
Source package : postgresql13-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.