How to Install and Uninstall tensorflow-lite-devel Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "tensorflow-lite-devel" package

This guide let you learn how to install tensorflow-lite-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install tensorflow-lite-devel

2. Uninstall "tensorflow-lite-devel" package

This is a short guide on how to uninstall tensorflow-lite-devel on openSuSE Tumbleweed:

$ sudo zypper remove tensorflow-lite-devel

3. Information about the tensorflow-lite-devel package on openSuSE Tumbleweed

Information for package tensorflow-lite-devel:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : tensorflow-lite-devel
Version : 2.10.0-3.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 122.0 MiB
Installed : No
Status : not installed
Source package : tensorflow-lite-2.10.0-3.2.src
Upstream URL : https://www.tensorflow.org/
Summary : Header files of tensorflow
Description :
TensorFlow is an end-to-end open source platform for machine learning.
The Tensorflow Lite package is a fraction the size of the full tensorflow package
and includes the bare minimum code required to run inferences with TensorFlow Lite
— primarily the Interpreter Python class. This small package is for when all you
want to do is execute .tflite models and avoid wasting disk space with the large
TensorFlow library.
This package provides necessary headers for the C/C++ Api using TensorFlow Lite.
As well as the static libtensorflow-lite.a for use in your own projects without the
Python interpreter.

5. The same packages on other Linux Distributions