How to Install and Uninstall perl-DBD-XBase Package on openSUSE Leap

Last updated: September 20,2024

1. Install "perl-DBD-XBase" package

In this section, we are going to explain the necessary steps to install perl-DBD-XBase on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-DBD-XBase

2. Uninstall "perl-DBD-XBase" package

This guide covers the steps necessary to uninstall perl-DBD-XBase on openSUSE Leap:

$ sudo zypper remove perl-DBD-XBase

3. Information about the perl-DBD-XBase package on openSUSE Leap

Information for package perl-DBD-XBase:
---------------------------------------
Repository : Main Repository
Name : perl-DBD-XBase
Version : 1.08-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 267.2 KiB
Installed : No
Status : not installed
Source package : perl-DBD-XBase-1.08-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/DBD-XBase/
Summary : Reads and writes XBase (dbf) files, includes DBI support
Description :
DBI compliant driver for module XBase. Please refer to DBI(3) documentation
for how to actually use the module. In the *connect* call, specify the
directory containing the dbf files (and other, memo, etc.) as the third
part of the connect string. It defaults to the current directory.
Note that with dbf, there is no database server that the driver would talk
to. This DBD::XBase calls methods from XBase.pm module to read and write
the files on the disk directly, so any limitations and features of XBase.pm
apply to DBD::XBase as well. DBD::XBase basically adds SQL, DBI compliant
interface to XBase.pm.
The DBD::XBase doesn't make use of index files at the moment. If you really
need indexed access, check XBase(3) for notes about support for variour
index types.