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:
parent
765302e0de
commit
5cff5d7e1d
|
|
@ -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
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
|
|
|||
Loading…
Reference in New Issue