OpenVINO at the openSUSE Factory - cabelo@opensuse.org (#24519)

@tadamczx and @ilya-lavrenov It took a while but I delivered what was
promised, openVINO at the official openSUSE factory. It took more than 6
months of work to get approval from the community...

---------

Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
This commit is contained in:
Alessandro de Oliveira Faria (A.K.A.CABELO) 2024-05-15 17:23:47 -03:00 committed by GitHub
parent 765302e0de
commit 5cff5d7e1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 13 deletions

View File

@ -48,30 +48,22 @@ Install OpenVINO™ Runtime on Linux From ZYPPER Repository
Install OpenVINO Runtime
########################
Step 1: Set Up the Repository
Step 1: Update the repository
+++++++++++++++++++++++++++++
1. Create a ZYPPER repository file with the command below:
1. Update the official factory repository to obtain the latest release:
.. code-block:: sh
sudo zypper addrepo https://download.opensuse.org/repositories/science/openSUSE_Tumbleweed/science.repo
sudo zypper refresh
2. Verify that the new repository is set up properly.
2. To list available OpenVINO packages, use the following command:
.. code-block:: sh
zypper lr |grep -i science
You will see the available list of packages.
To list available OpenVINO packages, use the following command:
.. code-block:: sh
zypper se openvino
zypper se openvino
Step 2: Install OpenVINO Runtime Using the ZYPPER Package Manager
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++