How To Install libast-devel on Fedora 36

In this tutorial we learn how to install libast-devel in Fedora 36. libast-devel is Header files, libraries and development documentation for libast

Introduction

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

What is libast-devel

This package contains the header files, static libraries and development documentation for libast. If you like to develop programs using libast, you will need to install libast-devel.

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

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

sudo dnf -y install libast-devel

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

sudo yum -y install libast-devel

How To Uninstall libast-devel on Fedora 36

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

sudo dnf remove libast-devel

libast-devel Package Contents on Fedora 36

---
title: "How To Install libast-devel on Fedora 36"
linkTitle: "libast-devel"
type: "docs"
description: "In this tutorial we learn how to install libast-devel in Fedora 36. libast-devel is Header files, libraries and development documentation for libast"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libast-devel-featured.png
---

## Introduction

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

### What is `libast-devel`

/usr/bin/libast-config
/usr/include/libast
/usr/include/libast.h
/usr/include/libast/array.h
/usr/include/libast/avl_tree.h
/usr/include/libast/condition_if.h
/usr/include/libast/dlinked_list.h
/usr/include/libast/iterator_if.h
/usr/include/libast/linked_list.h
/usr/include/libast/list_if.h
/usr/include/libast/map_if.h
/usr/include/libast/mbuff.h
/usr/include/libast/module.h
/usr/include/libast/mutex_if.h
/usr/include/libast/obj.h
/usr/include/libast/objpair.h
/usr/include/libast/pthreads.h
/usr/include/libast/regexp.h
/usr/include/libast/socket.h
/usr/include/libast/str.h
/usr/include/libast/sysdefs-x86_64.h
/usr/include/libast/sysdefs.h
/usr/include/libast/thread_if.h
/usr/include/libast/tok.h
/usr/include/libast/types-x86_64.h
/usr/include/libast/types.h
/usr/include/libast/url.h
/usr/include/libast/ustr.h
/usr/include/libast/vector_if.h
/usr/lib64/libast.so
/usr/share/aclocal/libast.m4
> This package contains the header files, static libraries and development documentation for libast. If you like to develop programs using libast, you will need to install libast-devel.  

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

## Install libast-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh


## References
After updating yum database, We can install `libast-devel` using `dnf` by running the following command:

* [libast-devel website](http://www.eterm.org/)


```bash
## Summary
sudo dnf -y install libast-devel

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

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

sudo yum -y install libast-devel

How To Uninstall libast-devel on Fedora 36

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

sudo dnf remove libast-devel

libast-devel Package Contents on Fedora 36

/usr/bin/libast-config
/usr/include/libast
/usr/include/libast.h
/usr/include/libast/array.h
/usr/include/libast/avl_tree.h
/usr/include/libast/condition_if.h
/usr/include/libast/dlinked_list.h
/usr/include/libast/iterator_if.h
/usr/include/libast/linked_list.h
/usr/include/libast/list_if.h
/usr/include/libast/map_if.h
/usr/include/libast/mbuff.h
/usr/include/libast/module.h
/usr/include/libast/mutex_if.h
/usr/include/libast/obj.h
/usr/include/libast/objpair.h
/usr/include/libast/pthreads.h
/usr/include/libast/regexp.h
/usr/include/libast/socket.h
/usr/include/libast/str.h
/usr/include/libast/sysdefs-i386.h
/usr/include/libast/sysdefs.h
/usr/include/libast/thread_if.h
/usr/include/libast/tok.h
/usr/include/libast/types-i386.h
/usr/include/libast/types.h
/usr/include/libast/url.h
/usr/include/libast/ustr.h
/usr/include/libast/vector_if.h
/usr/lib/libast.so
/usr/share/aclocal/libast.m4

References

Summary

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