How To Install libatf-c-devel on Fedora 36

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

Introduction

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

What is libatf-c-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 libraries, header files and documentation to develop tests that use the ATF C bindings.

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

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

sudo dnf -y install libatf-c-devel

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

sudo yum -y install libatf-c-devel

How To Uninstall libatf-c-devel on Fedora 36

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

sudo dnf remove libatf-c-devel

libatf-c-devel Package Contents on Fedora 36

/usr/include/atf-c
/usr/include/atf-c.h
/usr/include/atf-c/build.h
/usr/include/atf-c/check.h
/usr/include/atf-c/config.h
/usr/include/atf-c/defs.h
/usr/include/atf-c/error.h
/usr/include/atf-c/error_fwd.h
/usr/include/atf-c/macros.h
/usr/include/atf-c/tc.h
/usr/include/atf-c/tp.h
/usr/include/atf-c/utils.h
/usr/lib64/libatf-c.so
/usr/lib64/pkgconfig/atf-c.pc
/usr/share/aclocal/atf-c.m4
/usr/share/aclocal/atf-common.m4
/usr/share/man/man3/atf-c-api.3.gz

References

Summary

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


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

Introduction

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

What is libatf-c-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 libraries, header files and documentation to develop tests that use the ATF C bindings.

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

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

sudo dnf -y install libatf-c-devel

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

sudo yum -y install libatf-c-devel

How To Uninstall libatf-c-devel on Fedora 36

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

sudo dnf remove libatf-c-devel

libatf-c-devel Package Contents on Fedora 36

/usr/include/atf-c
/usr/include/atf-c.h
/usr/include/atf-c/build.h
/usr/include/atf-c/check.h
/usr/include/atf-c/config.h
/usr/include/atf-c/defs.h
/usr/include/atf-c/error.h
/usr/include/atf-c/error_fwd.h
/usr/include/atf-c/macros.h
/usr/include/atf-c/tc.h
/usr/include/atf-c/tp.h
/usr/include/atf-c/utils.h
/usr/lib/libatf-c.so
/usr/lib/pkgconfig/atf-c.pc
/usr/share/aclocal/atf-c.m4
/usr/share/aclocal/atf-common.m4
/usr/share/man/man3/atf-c-api.3.gz

References

Summary

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