How to Install and Uninstall ast-devel.x86_64 Package on Fedora 34

Last updated: February 13,2025

1. Install "ast-devel.x86_64" package

This is a short guide on how to install ast-devel.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ast-devel.x86_64

2. Uninstall "ast-devel.x86_64" package

This is a short guide on how to uninstall ast-devel.x86_64 on Fedora 34:

$ sudo dnf remove ast-devel.x86_64 $ sudo dnf autoremove

3. Information about the ast-devel.x86_64 package on Fedora 34

Last metadata expiration check: 3:25:24 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ast-devel
Version : 9.2.3
Release : 2.fc34
Architecture : x86_64
Size : 49 k
Source : ast-9.2.3-2.fc34.src.rpm
Repository : fedora
Summary : Development files for ast
URL : http://starlink.eao.hawaii.edu/starlink/AST
License : LGPLv3+ and LGPLv2+
Description : 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