How to Install and Uninstall python3-onnx.x86_64 Package on CentOS Stream 9

Last updated: December 26,2024

1. Install "python3-onnx.x86_64" package

This guide let you learn how to install python3-onnx.x86_64 on CentOS Stream 9

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

2. Uninstall "python3-onnx.x86_64" package

Please follow the instructions below to uninstall python3-onnx.x86_64 on CentOS Stream 9:

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

3. Information about the python3-onnx.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:19:06 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-onnx
Version : 1.14.1
Release : 2.el9
Architecture : x86_64
Size : 8.5 M
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.