How To Install xbsql on Fedora 36

In this tutorial we learn how to install xbsql in Fedora 36. xbsql is A SQL wrapper for xbase

Introduction

In this tutorial we learn how to install xbsql on Fedora 36.

What is xbsql

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 36. In this tutorial we discuss both methods but you only need to choose one of method to install xbsql.

Install xbsql on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install xbsql using dnf by running the following command:

sudo dnf -y install xbsql

Install xbsql on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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 36

To uninstall only the xbsql package we can use the following command:

sudo dnf remove xbsql

xbsql Package Contents on Fedora 36

---
title: "How To Install xbsql on Fedora 36"
linkTitle: "xbsql"
type: "docs"
description: "In this tutorial we learn how to install xbsql in Fedora 36. xbsql is A SQL wrapper for xbase"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/xbsql-featured.png
---

## Introduction

In this tutorial we learn how to install `xbsql` on Fedora 36.

### What is `xbsql`

> 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 36. In this tutorial we discuss both methods but you only need to choose one of method to install xbsql.

## Install xbsql on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install xbsql using dnf by running the following command:

sudo dnf -y install xbsql

Install xbsql on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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 36

To uninstall only the xbsql package we can use the following command:

sudo dnf remove xbsql

/usr/bin/xql /usr/lib/.build-id /usr/lib/.build-id/a6 /usr/lib/.build-id/a6/f99d09dd2965aea7bcdcb38ecfee3c45aa3a07 /usr/lib/.build-id/e5 /usr/lib/.build-id/e5/9ad29532a1f1d53e3e046ff7d0be3ae0c0bd0d /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

xbsql Package Contents on Fedora 36

References

Summary

In this tutorial we learn how to install xbsql on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/bin/xql /usr/lib/.build-id /usr/lib/.build-id/5e /usr/lib/.build-id/5e/e647a9fc403d5f2776b2fe8dbc95aabd8de58a /usr/lib/.build-id/d9 /usr/lib/.build-id/d9/346790d6e0e66586624e5cc7656ce6e697ccd6 /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

* [xbsql website](http://www.quaking.demon.co.uk/xbsql/)

## Summary

In this tutorial we learn how to install `xbsql` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).