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

Last updated: June 29,2024

1. Install "ast-devel.i686" package

This guide let you learn how to install ast-devel.i686 on Fedora 34

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

2. Uninstall "ast-devel.i686" package

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

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

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

Last metadata expiration check: 3:03:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ast-devel
Version : 9.2.3
Release : 2.fc34
Architecture : i686
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