How to Install and Uninstall onnx-devel.x86_64 Package on AlmaLinux 9

Last updated: January 08,2025

1. Install "onnx-devel.x86_64" package

Please follow the guidelines below to install onnx-devel.x86_64 on AlmaLinux 9

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

2. Uninstall "onnx-devel.x86_64" package

Please follow the instructions below to uninstall onnx-devel.x86_64 on AlmaLinux 9:

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

3. Information about the onnx-devel.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:50:25 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : onnx-devel
Version : 1.14.1
Release : 2.el9
Architecture : x86_64
Size : 133 k
Source : onnx-1.14.1-2.el9.src.rpm
Repository : epel
Summary : Development files for onnx
URL : https://github.com/onnx/onnx
License : Apache-2.0
Description : onnx provides an open source format for AI models, both deep learning and
: traditional ML. It defines an extensible computation graph model, as well as
: definitions of built-in operators and standard data types.