How to Install and Uninstall libpqxx-6_4 Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "libpqxx-6_4" package

This guide let you learn how to install libpqxx-6_4 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libpqxx-6_4

2. Uninstall "libpqxx-6_4" package

Here is a brief guide to show you how to uninstall libpqxx-6_4 on openSuSE Tumbleweed:

$ sudo zypper remove libpqxx-6_4

3. Information about the libpqxx-6_4 package on openSuSE Tumbleweed

Information for package libpqxx-6_4:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libpqxx-6_4
Version : 6.4.5-1.23
Arch : x86_64
Vendor : openSUSE
Installed Size : 469.7 KiB
Installed : No
Status : not installed
Source package : libpqxx-6.4.5-1.23.src
Upstream URL : http://pqxx.org/development/libpqxx/
Summary : C++ Client Library for PostgreSQL
Description :
This is the official C++ client API for postgres. What libpqxx brings you is
effective use of templates to reduce the inconvenience of dealing with type
conversions; of standard C++ strings to keep you from having to worry about
buffer allocation and overflow attacks; of exceptions to take the tedious and
error-prone plumbing around error handling out of your hands; of constructors
and destructors to bring resource management under control; and even basic
object-orientation to give you some extra reliability features that would be
hard to get with most other database interfaces.