How To Install ast-devel on Fedora 36
Introduction
In this tutorial we learn how to install ast-devel
on Fedora 36.
What is ast-devel
The ast-devel package contains libraries and header files for developing applications that use ast. Applications should make use of the ast_link command for setting the libraries to link to, e.g. cc prog.c
ast_link
-o prog
We can use yum
or dnf
to install ast-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ast-devel.
Install ast-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 ast-devel
using dnf
by running the following command:
sudo dnf -y install ast-devel
Install ast-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 ast-devel
using yum
by running the following command:
sudo yum -y install ast-devel
How To Uninstall ast-devel on Fedora 36
To uninstall only the ast-devel
package we can use the following command:
sudo dnf remove ast-devel
ast-devel Package Contents on Fedora 36
/usr/bin/ast_link
/usr/include/AST_ERR
/usr/include/AST_PAR
/usr/include/GRF_PAR
/usr/include/ast.h
/usr/include/ast_err.h
/usr/include/grf.h
/usr/include/grf3d.h
/usr/include/star
/usr/include/star/AST_PAR
/usr/include/star/GRF_PAR
/usr/include/star/ast.h
/usr/include/star/grf.h
/usr/include/star/grf3d.h
/usr/lib64/ast/libast.so
/usr/lib64/ast/libast_err.so
/usr/lib64/ast/libast_grf3d.so
/usr/lib64/ast/libast_grf_2.0.so
/usr/lib64/ast/libast_grf_3.2.so
/usr/lib64/ast/libast_grf_5.6.so
/usr/lib64/ast/libast_pass2.so
References
Summary
In this tutorial we learn how to install ast-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ast-devel on Fedora 36” linkTitle: “ast-devel” type: “docs” description: “In this tutorial we learn how to install ast-devel in Fedora 36. ast-devel is Development files for ast” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ast-devel-featured.png
Introduction
In this tutorial we learn how to install ast-devel
on Fedora 36.
What is ast-devel
The ast-devel package contains libraries and header files for developing applications that use ast. Applications should make use of the ast_link command for setting the libraries to link to, e.g. cc prog.c
ast_link
-o prog
We can use yum
or dnf
to install ast-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ast-devel.
Install ast-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 ast-devel
using dnf
by running the following command:
sudo dnf -y install ast-devel
Install ast-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 ast-devel
using yum
by running the following command:
sudo yum -y install ast-devel
How To Uninstall ast-devel on Fedora 36
To uninstall only the ast-devel
package we can use the following command:
sudo dnf remove ast-devel
ast-devel Package Contents on Fedora 36
/usr/bin/ast_link
/usr/include/AST_ERR
/usr/include/AST_PAR
/usr/include/GRF_PAR
/usr/include/ast.h
/usr/include/ast_err.h
/usr/include/grf.h
/usr/include/grf3d.h
/usr/include/star
/usr/include/star/AST_PAR
/usr/include/star/GRF_PAR
/usr/include/star/ast.h
/usr/include/star/grf.h
/usr/include/star/grf3d.h
/usr/lib/ast/libast.so
/usr/lib/ast/libast_err.so
/usr/lib/ast/libast_grf3d.so
/usr/lib/ast/libast_grf_2.0.so
/usr/lib/ast/libast_grf_3.2.so
/usr/lib/ast/libast_grf_5.6.so
/usr/lib/ast/libast_pass2.so
References
Summary
In this tutorial we learn how to install ast-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).