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

Last updated: October 06,2024

1. Install "ast-devel.x86_64" package

This guide covers the steps necessary to install ast-devel.x86_64 on Fedora 35

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

2. Uninstall "ast-devel.x86_64" package

Learn how to uninstall ast-devel.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 5:55:13 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ast-devel
Version : 9.2.4
Release : 2.fc35
Architecture : x86_64
Size : 49 k
Source : ast-9.2.4-2.fc35.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