How to Install and Uninstall perl-Business-ISBN-Data Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-Business-ISBN-Data" package

This is a short guide on how to install perl-Business-ISBN-Data on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Business-ISBN-Data

2. Uninstall "perl-Business-ISBN-Data" package

This guide let you learn how to uninstall perl-Business-ISBN-Data on openSuSE Tumbleweed:

$ sudo zypper remove perl-Business-ISBN-Data

3. Information about the perl-Business-ISBN-Data package on openSuSE Tumbleweed

Information for package perl-Business-ISBN-Data:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Business-ISBN-Data
Version : 20231220.1.0-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 263.9 KiB
Installed : No
Status : not installed
Source package : perl-Business-ISBN-Data-20231220.1.0-1.3.src
Upstream URL : https://metacpan.org/release/Business-ISBN-Data
Summary : Data pack for Business::ISBN
Description :
You don't need to load this module yourself in most cases. Business::ISBN
will load it when it loads. You must use Business::ISBN 3.005 or later
because the data structure changed slightly to fix a bug with ISBN13
prefixes.
These data are generated from the _RangeMessage.xml_ file provided by the
ISBN Agency. The distributed version matches the date in the version for
this module. You can retrieve this yourself at
https://www.isbn-international.org/range_file_generation. This file is
included as part of the distribution and should be installed at
_~lib/Business/ISBN/Data/RangeMessage.xml_.
If you want to use a different _RangeMessage.xml_ file, you can set the
'ISBN_RANGE_MESSAGE' environment variable to the alternate location before
you load 'Business::ISBN'. This way, you can use the latest (or even
earlier) data without having to install something new or wait for an update
to this module.
If the default _RangeMessage.xml_ or your alternate one is not available,
the module falls back to data included in _Data.pm_. However, that data are
likely to be older. If it does not find that file, it looks for
_RangeMessage.xml_ in the current directory.
The data are in '%Business::ISBN::country_data' (although the "country"
part is historical). If you want to see where the data are from, check
'$Business::ISBN::country_data{_source}'.