How To Install sbd-tests on Fedora 36
Introduction
In this tutorial we learn how to install sbd-tests
on Fedora 36.
What is sbd-tests
title: “How To Install sbd-tests on Fedora 36”
This package provides an environment + testscripts for regression-testing sbd.
linkTitle: “sbd-tests”
type: “docs”
We can use yum
or dnf
to install sbd-tests
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sbd-tests.
description: “In this tutorial we learn how to install sbd-tests in Fedora 36. sbd-tests is Storage-based death environment for regression tests” date: “2022-08-17”
Install sbd-tests on Fedora 36 Using dnf
lastmod: “2022-08-17”
#image: /images/fedora/36/sbd-tests-featured.png
Update yum database with dnf
using the following command.
Introduction
sudo dnf makecache --refresh
In this tutorial we learn how to install sbd-tests
on Fedora 36.
What is sbd-tests
After updating yum database, We can install sbd-tests
using dnf
by running the following command:
This package provides an environment + testscripts for regression-testing sbd.
sudo dnf -y install sbd-tests
We can use yum
or dnf
to install sbd-tests
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sbd-tests.
Install sbd-tests on Fedora 36 Using yum
Install sbd-tests on Fedora 36 Using dnf
Update yum database with yum
using the following command.
Update yum database with dnf
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install sbd-tests
using yum
by running the following command:
```bash
sudo dnf makecache --refresh
sudo yum -y install sbd-tests
## How To Uninstall sbd-tests on Fedora 36
After updating yum database, We can install `sbd-tests` using `dnf` by running the following command:
```bash
To uninstall only the `sbd-tests` package we can use the following command:
sudo dnf -y install sbd-tests
```bash
sudo dnf remove sbd-tests
## Install sbd-tests on Fedora 36 Using yum
## sbd-tests Package Contents on Fedora 36
Update yum database with `yum` using the following command.
```bash
```bash
sudo yum makecache --refresh
After updating yum database, We can install sbd-tests
using yum
by running the following command:
sudo yum -y install sbd-tests
How To Uninstall sbd-tests on Fedora 36
To uninstall only the sbd-tests
package we can use the following command:
sudo dnf remove sbd-tests
sbd-tests Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/289fcc09189600d2ce281599e1a63712d84bb6
/usr/lib/libsbdtestbed.so
/usr/lib/libsbdtestbed.so.0
/usr/lib/libsbdtestbed.so.0.0.0
/usr/share/sbd
/usr/share/sbd/regressions.sh
/usr/lib/.build-id
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/177d9d02da2aadb794c6a85d4cfe48c518b0f5
/usr/lib64/libsbdtestbed.so
/usr/lib64/libsbdtestbed.so.0
/usr/lib64/libsbdtestbed.so.0.0.0
/usr/share/sbd
/usr/share/sbd/regressions.sh
References
Summary
In this tutorial we learn how to install sbd-tests
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [sbd-tests website](https://github.com/Clusterlabs/sbd)
## Summary
In this tutorial we learn how to install `sbd-tests` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).