How to Install and Uninstall libonnx-dev Package on Kali Linux

Last updated: May 20,2024

1. Install "libonnx-dev" package

This guide covers the steps necessary to install libonnx-dev on Kali Linux

$ sudo apt update $ sudo apt install libonnx-dev

2. Uninstall "libonnx-dev" package

This is a short guide on how to uninstall libonnx-dev on Kali Linux:

$ sudo apt remove libonnx-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libonnx-dev package on Kali Linux

Package: libonnx-dev
Source: onnx
Version: 1.14.1-2
Installed-Size: 1314
Maintainer: Debian Deep Learning Team
Architecture: amd64
Depends: libonnx1 (= 1.14.1-2)
Size: 284704
SHA256: 89a91f071a32408a0d78101eea028186f67ed6936a41c5a9707e2436b9668a41
SHA1: 18028367ceae01c00ce877ad35ca9e3e5eb2764f
MD5sum: 4581164bac60199d1ea3826a2f9c4591
Description: Open Neural Network Exchange (ONNX) (dev)
Open Neural Network Exchange (ONNX) is the first step toward an open ecosystem
that empowers AI developers to choose the right tools as their project evolves.
ONNX provides an open source format for AI models. It defines an extensible
computation graph model, as well as definitions of built-in operators and
standard data types. Initially onnx focuses on the capabilities needed for
inferencing (evaluation).
.
Caffe2, PyTorch, Microsoft Cognitive Toolkit, Apache MXNet and other tools are
developing ONNX support. Enabling interoperability between different frameworks
and streamlining the path from research to production will increase the speed
of innovation in the AI community.
.
This package contains the development files.
Description-md5:
Multi-Arch: same
Homepage: https://onnx.ai
Section: science
Priority: optional
Filename: pool/main/o/onnx/libonnx-dev_1.14.1-2_amd64.deb