How to Install and Uninstall ast-devel.i686 Package on Fedora 36

Last updated: October 08,2024

1. Install "ast-devel.i686" package

Please follow the guidelines below to install ast-devel.i686 on Fedora 36

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

2. Uninstall "ast-devel.i686" package

Learn how to uninstall ast-devel.i686 on Fedora 36:

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

3. Information about the ast-devel.i686 package on Fedora 36

Last metadata expiration check: 5:54:40 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ast-devel
Version : 9.2.7
Release : 2.fc36
Architecture : i686
Size : 49 k
Source : ast-9.2.7-2.fc36.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