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

Last updated: October 12,2024

1. Install "pl-odbc.x86_64" package

Here is a brief guide to show you how to install pl-odbc.x86_64 on AlmaLinux 9

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

2. Uninstall "pl-odbc.x86_64" package

Learn how to uninstall pl-odbc.x86_64 on AlmaLinux 9:

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

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

Last metadata expiration check: 1:54:28 ago on Wed Mar 13 07:41:12 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.