Skip to content

Commit

Permalink
Updated Pre-Req Section (#287)
Browse files Browse the repository at this point in the history
* Updated SLES repo name

SUSEConnect -p sle-module-desktop-applications/<version>/x86_64

"s" is missing so corrected. 

If any user will try to install in existing format without "s" , repo will not get enabled and driver install will throw the error

# amdgpu-install --usecase=rocm --no-dkms
Refreshing service 'container-suseconnect-zypp'.
Loading repository data...
Reading installed packages...
Resolving package dependencies...
 
Problem: 1: nothing provides 'libva2' needed by the to be installed rocdecode-0.6.0.60200-sles155.66.x86_64
Solution 1: do not install rocm-6.2.0.60200-sles155.66.x86_64
Solution 2: break rocdecode-0.6.0.60200-sles155.66.x86_64 by ignoring some of its dependencies
 
Choose from above solutions by number or cancel [1/2/c/d/?] (c): c

* Update prerequisites.rst

Below is already part of Addition package install so it's duplicate at this section.

subscription-manager repos --enable codeready-builder-for-rhel-{{ os_release }}-x86_64-rpms

* Update prerequisites.rst
  • Loading branch information
pramenku authored Sep 10, 2024
1 parent 6734408 commit 8da30f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/install/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ your operating system to ensure you're able to download and install packages.
subscription-manager register --username <username> --password <password>
subscription-manager attach --auto
subscription-manager repos --enable codeready-builder-for-rhel-{{ os_release }}-x86_64-rpms
{% endfor %}

More details about `registering for RHEL <https://access.redhat.com/solutions/253273>`_
Expand All @@ -103,7 +102,7 @@ your operating system to ensure you're able to download and install packages.
.. code-block:: shell
SUSEConnect -r <REGCODE>
SUSEConnect -p sle-module-desktop-application/{{ os_version }}/x86_64
SUSEConnect -p sle-module-desktop-applications/{{ os_version }}/x86_64
SUSEConnect -p sle-module-development-tools/{{ os_version }}/x86_64
SUSEConnect -p PackageHub/{{ os_version }}/x86_64
Expand Down

0 comments on commit 8da30f0

Please sign in to comment.