How to Install and Uninstall tensorflow-lite Package on openSuSE Tumbleweed
Last updated: February 04,2025
1. Install "tensorflow-lite" package
Please follow the instructions below to install tensorflow-lite on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
tensorflow-lite
Copied
2. Uninstall "tensorflow-lite" package
Please follow the guidance below to uninstall tensorflow-lite on openSuSE Tumbleweed:
$
sudo zypper remove
tensorflow-lite
Copied
3. Information about the tensorflow-lite package on openSuSE Tumbleweed
Information for package tensorflow-lite:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : tensorflow-lite
Version : 2.10.0-3.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 7.4 MiB
Installed : No
Status : not installed
Source package : tensorflow-lite-2.10.0-3.2.src
Upstream URL : https://www.tensorflow.org/
Summary : A framework used for deep learning for mobile and embedded devices
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.
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : tensorflow-lite
Version : 2.10.0-3.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 7.4 MiB
Installed : No
Status : not installed
Source package : tensorflow-lite-2.10.0-3.2.src
Upstream URL : https://www.tensorflow.org/
Summary : A framework used for deep learning for mobile and embedded devices
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.