How to Install and Uninstall pl-odbc.x86_64 Package on CentOS Stream 8

Last updated: June 25,2024

1. Install "pl-odbc.x86_64" package

Please follow the steps below to install pl-odbc.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install pl-odbc.x86_64

2. Uninstall "pl-odbc.x86_64" package

Here is a brief guide to show you how to uninstall pl-odbc.x86_64 on CentOS Stream 8:

$ sudo dnf remove pl-odbc.x86_64 $ sudo dnf autoremove

3. Information about the pl-odbc.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:48:15 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : pl-odbc
Version : 8.4.3
Release : 4.el8
Architecture : x86_64
Size : 61 k
Source : pl-8.4.3-4.el8.src.rpm
Repository : epel
Summary : SWI-Prolog ODBC interface
URL : https://www.swi-prolog.org/
License : (GPLv2+ with exceptions or Artistic 2.0) and (GPL+ or Artistic) and (BSD or GPL+) and TCL and UCD and MIT and BSD and Public Domain
Description : The value of RDMS for Prolog is often over-estimated, as Prolog itself can
: manage substantial amounts of data. Nevertheless a Prolog/RDMS interface
: provides advantages if data is already provided in an RDMS, data must be
: shared with other applications, there are strong persistency requirements
: or there is too much data to fit in memory.
:
: The popularity of ODBC makes it possible to design a single
: foreign-language module that provides RDMS access for a wide variety of
: databases on a wide variety of platforms. The SWI-Prolog RDMS interface is
: closely modeled after the ODBC API. This API is rather low-level, but
: defaults and dynamic typing provided by Prolog give the user quite simple
: access to RDMS, while the interface provides the best possible performance
: given the RDMS independency constraint.