2024-11-12 10:40:37 -05:00
.. meta ::
:description: Installing rocDecode with the package installer
:keywords: install, rocDecode, AMD, ROCm, basic, development, package
********************************************************************
Installing rocDecode with the package installer
********************************************************************
Three rocDecode packages are available:
* `` rocdecode `` : The rocDecode runtime package. This is the basic rocDecode package. It must always be installed.
2025-11-21 14:10:35 -05:00
* `` rocdecode-host `` : The rocDecode software decoding package. This package must be installed to use the FFmpeg software decoder.
* `` rocdecode-dev `` : The rocDecode development package. This package installs a full suite of libraries, header files, and samples. This package must be installed to use the rocDecode samples.
* `` rocdecode-test `` : A test package that provides a CTest to verify the installation. This package must be installed to use the rocDecode samples.
2024-11-12 10:40:37 -05:00
All the required prerequisites are installed when the package installation method is used.
2025-11-21 14:10:35 -05:00
Basic installation without software decoding
==============================================
2024-11-12 10:40:37 -05:00
Use the following commands to install only the rocDecode runtime package:
.. tab-set ::
.. tab-item :: Ubuntu
.. code :: shell
sudo apt install rocdecode
.. tab-item :: RHEL
.. code :: shell
sudo yum install rocdecode
.. tab-item :: SLES
.. code :: shell
sudo zypper install rocdecode
2025-11-21 14:10:35 -05:00
Basic installation with software decoding
==============================================
Use the following commands to install the rocDecode runtime package and the host decoding package:
.. tab-set ::
.. tab-item :: Ubuntu
.. code :: shell
sudo apt install rocdecode rocdecode-host
.. tab-item :: RHEL
.. code :: shell
sudo yum install rocdecode rocdecode-host
.. tab-item :: SLES
.. code :: shell
sudo zypper install rocdecode rocdecode-host
2024-11-12 10:40:37 -05:00
Complete installation
========================================
2025-11-21 14:10:35 -05:00
Use the following commands to install `` rocdecode `` , `` rocdecode-host `` , `` rocdecode-dev `` , and `` rocdecode-test `` :
2024-11-12 10:40:37 -05:00
.. tab-set ::
.. tab-item :: Ubuntu
.. code :: shell
2025-11-21 14:10:35 -05:00
sudo apt install rocdecode rocdecode-host rocdecode-dev rocdecode-test
2024-11-12 10:40:37 -05:00
.. tab-item :: RHEL
.. code :: shell
2025-11-21 14:10:35 -05:00
sudo yum install rocdecode rocdecode-host rocdecode-devel rocdecode-test
2024-11-12 10:40:37 -05:00
.. tab-item:: SLES
.. code:: shell
2025-11-21 14:10:35 -05:00
sudo zypper install rocdecode rocdecode-host rocdecode-devel rocdecode-test