How To Install libatf-sh-devel on Fedora 36

In this tutorial we learn how to install libatf-sh-devel in Fedora 36. libatf-sh-devel is Automated Testing Framework - POSIX shell bindings (headers)

Introduction

In this tutorial we learn how to install libatf-sh-devel on Fedora 36.

What is libatf-sh-devel

The Automated Testing Framework (ATF) is a collection of libraries to implement test programs in a variety of languages. At the moment, ATF offers C, C++ and POSIX shell bindings with which to implement tests. These bindings all offer a similar set of functionality and any test program written with them exposes a consistent user interface. ATF-based test programs rely on a separate runtime engine to execute them. The runtime engine is in charge of isolating the test programs from the rest of the system to ensure that their results are deterministic and that they cannot affect the running system. The runtime engine is also responsible for gathering the results of all tests and composing reports. The current runtime of choice is Kyua. This package provides the supporting files and documentation to develop applications that use the ATF POSIX shell bindings.

We can use yum or dnf to install libatf-sh-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libatf-sh-devel.

Install libatf-sh-devel 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 libatf-sh-devel using dnf by running the following command:

sudo dnf -y install libatf-sh-devel

Install libatf-sh-devel 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 libatf-sh-devel using yum by running the following command:

sudo yum -y install libatf-sh-devel

How To Uninstall libatf-sh-devel on Fedora 36

To uninstall only the libatf-sh-devel package we can use the following command:

sudo dnf remove libatf-sh-devel

libatf-sh-devel Package Contents on Fedora 36

---
title: "How To Install libatf-sh-devel on Fedora 36"
linkTitle: "libatf-sh-devel"
type: "docs"
description: "In this tutorial we learn how to install libatf-sh-devel in Fedora 36. libatf-sh-devel is Automated Testing Framework - POSIX shell bindings (headers)"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libatf-sh-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `libatf-sh-devel` on Fedora 36.

### What is `libatf-sh-devel`

> The Automated Testing Framework (ATF) is a collection of libraries to implement test programs in a variety of languages.  At the moment, ATF offers C, C++ and POSIX shell bindings with which to implement tests. These bindings all offer a similar set of functionality and any test program written with them exposes a consistent user interface.  ATF-based test programs rely on a separate runtime engine to execute them. The runtime engine is in charge of isolating the test programs from the rest of the system to ensure that their results are deterministic and that they cannot affect the running system.  The runtime engine is also responsible for gathering the results of all tests and composing reports. The current runtime of choice is Kyua.  This package provides the supporting files and documentation to develop applications that use the ATF POSIX shell bindings.  

We can use `yum` or `dnf` to install `libatf-sh-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libatf-sh-devel.

## Install libatf-sh-devel 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 libatf-sh-devel using dnf by running the following command:

sudo dnf -y install libatf-sh-devel

Install libatf-sh-devel 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 libatf-sh-devel using yum by running the following command:

sudo yum -y install libatf-sh-devel

How To Uninstall libatf-sh-devel on Fedora 36

To uninstall only the libatf-sh-devel package we can use the following command:

sudo dnf remove libatf-sh-devel

libatf-sh-devel Package Contents on Fedora 36

/usr/lib/pkgconfig/atf-sh.pc
/usr/share/aclocal/atf-sh.m4
/usr/share/man/man1/atf-check.1.gz
/usr/share/man/man3/atf-sh-api.3.gz

References

Summary

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

/usr/lib64/pkgconfig/atf-sh.pc /usr/share/aclocal/atf-sh.m4 /usr/share/man/man1/atf-check.1.gz /usr/share/man/man3/atf-sh-api.3.gz


## References

* [libatf-sh-devel website](http://code.google.com/p/kyua/wiki/ATF)

## Summary

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