How To Install libxmlb-tests on Fedora 36
Introduction
In this tutorial we learn how to install libxmlb-tests
on Fedora 36.
What is libxmlb-tests
Executable and data files for installed tests.
We can use yum
or dnf
to install libxmlb-tests
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libxmlb-tests.
Install libxmlb-tests 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 libxmlb-tests
using dnf
by running the following command:
sudo dnf -y install libxmlb-tests
Install libxmlb-tests 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 libxmlb-tests
using yum
by running the following command:
sudo yum -y install libxmlb-tests
How To Uninstall libxmlb-tests on Fedora 36
To uninstall only the libxmlb-tests
package we can use the following command:
sudo dnf remove libxmlb-tests
libxmlb-tests Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/81
/usr/lib/.build-id/81/92c859181e35681c183189265a87e03d91548d
/usr/libexec/installed-tests/libxmlb
/usr/libexec/installed-tests/libxmlb/test.xml.gz.gz.gz
/usr/libexec/installed-tests/libxmlb/xb-self-test
/usr/share/installed-tests/libxmlb
/usr/share/installed-tests/libxmlb/libxmlb.test
References
Summary
In this tutorial we learn how to install libxmlb-tests
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).