How to Install and Uninstall mlir.i686 Package on Fedora 35

Last updated: October 05,2024

1. Install "mlir.i686" package

Please follow the guidance below to install mlir.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install mlir.i686

2. Uninstall "mlir.i686" package

In this section, we are going to explain the necessary steps to uninstall mlir.i686 on Fedora 35:

$ sudo dnf remove mlir.i686 $ sudo dnf autoremove

3. Information about the mlir.i686 package on Fedora 35

Last metadata expiration check: 1:31:10 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : mlir
Version : 13.0.1
Release : 1.fc35
Architecture : i686
Size : 5.5 M
Source : mlir-13.0.1-1.fc35.src.rpm
Repository : updates
Summary : Multi-Level Intermediate Representation Overview
URL : http://mlir.llvm.org
License : ASL 2.0 with exceptions
Description : The MLIR project is a novel approach to building reusable and extensible
: compiler infrastructure. MLIR aims to address software fragmentation,
: improve compilation for heterogeneous hardware, significantly reduce
: the cost of building domain specific compilers, and aid in connecting
: existing compilers together.