How to Install and Uninstall pl-odbc.x86_64 Package on Fedora 39

Last updated: November 13,2024

1. Install "pl-odbc.x86_64" package

Learn how to install pl-odbc.x86_64 on Fedora 39

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

2. Uninstall "pl-odbc.x86_64" package

This guide let you learn how to uninstall pl-odbc.x86_64 on Fedora 39:

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

3. Information about the pl-odbc.x86_64 package on Fedora 39

Last metadata expiration check: 4:10:01 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : pl-odbc
Version : 9.0.4
Release : 3.fc39
Architecture : x86_64
Size : 46 k
Source : pl-9.0.4-3.fc39.src.rpm
Repository : fedora
Summary : SWI-Prolog ODBC interface
URL : https://www.swi-prolog.org/
License : BSD-2-Clause
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.