How to Install and Uninstall pl-odbc.x86_64 Package on Oracle Linux 9

Last updated: June 26,2024

1. Install "pl-odbc.x86_64" package

Please follow the guidelines below to install pl-odbc.x86_64 on Oracle Linux 9

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

2. Uninstall "pl-odbc.x86_64" package

In this section, we are going to explain the necessary steps to uninstall pl-odbc.x86_64 on Oracle Linux 9:

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

3. Information about the pl-odbc.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:49:53 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pl-odbc
Version : 8.4.3
Release : 4.el9
Architecture : x86_64
Size : 45 k
Source : pl-8.4.3-4.el9.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.