How To Install xbsql on Fedora 34
Introduction
In this tutorial we learn how to install xbsql
on Fedora 34.
What is xbsql
XBSQL is a wrapper library which provides an SQL-subset interface to Xbase DBMS. xbsql 0.11 38.fc34 x86_64 83 k xbsql-0.11-38.fc34.src.rpm fedora A SQL wrapper for xbase http LGPLv2+ XBSQL is a wrapper library which provides an SQL-subset interface to Xbase DBMS.
We can use yum
or dnf
to install xbsql
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install xbsql.
Install xbsql on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install xbsql
using dnf
by running the following command:
sudo dnf -y install xbsql
Install xbsql on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install xbsql
using yum
by running the following command:
sudo yum -y install xbsql
How To Uninstall xbsql on Fedora 34
To uninstall only the xbsql
package we can use the following command:
sudo dnf remove xbsql
xbsql Package Contents on Fedora 34
/usr/bin/xql
/usr/lib/.build-id
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/2dbb01d4ee0dd2216c6b9069595f5f5befb0a4
/usr/lib/.build-id/82
/usr/lib/.build-id/82/eb7c8fa28c34344f9998a91284b42fe9c725b2
/usr/lib/libxbsql.so.0
/usr/lib/libxbsql.so.0.0.0
/usr/share/doc/xbsql
/usr/share/doc/xbsql/AUTHORS
/usr/share/doc/xbsql/README
/usr/share/doc/xbsql/chap1.html
/usr/share/doc/xbsql/chap2.html
/usr/share/doc/xbsql/chap3.html
/usr/share/doc/xbsql/chap4.html
/usr/share/doc/xbsql/chap5.html
/usr/share/doc/xbsql/chap6.html
/usr/share/doc/xbsql/chap7.html
/usr/share/doc/xbsql/index.html
/usr/share/licenses/xbsql
/usr/share/licenses/xbsql/COPYING
/usr/bin/xql
/usr/lib/.build-id
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/ab1eda11fd3fe83f5b4624af83f7707adba697
/usr/lib/.build-id/f7/ac6b5a3542000e1faf6cb5c25d2c948ca709d9
/usr/lib64/libxbsql.so.0
/usr/lib64/libxbsql.so.0.0.0
/usr/share/doc/xbsql
/usr/share/doc/xbsql/AUTHORS
/usr/share/doc/xbsql/README
/usr/share/doc/xbsql/chap1.html
/usr/share/doc/xbsql/chap2.html
/usr/share/doc/xbsql/chap3.html
/usr/share/doc/xbsql/chap4.html
/usr/share/doc/xbsql/chap5.html
/usr/share/doc/xbsql/chap6.html
/usr/share/doc/xbsql/chap7.html
/usr/share/doc/xbsql/index.html
/usr/share/licenses/xbsql
/usr/share/licenses/xbsql/COPYING
References
Summary
In this tutorial we learn how to install xbsql
on Fedora 34 using yum and dnf.