Skip to content

Commit 525c9d5

Browse files
Add CRB repository enablement step for NVIDIA drivers (#3020)
* Add CRB repository enablement step for NVIDIA drivers Added instructions to enable the CodeReady Builder (CRB) repository before installing NVIDIA GPU drivers. Without CRB enabled, the development tools groupinstall produces errors on a default Rocky Linux 9.6 Worskstation installation. * Fix command to enable CRB repository Updated command to enable the CodeReady Builder repository. Add correct command for enabling CRB. --------- Co-authored-by: sspencerwire <sspencerwire@gmail.com>
1 parent 6b59647 commit 525c9d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/desktop/display/installing_nvidia_gpu_drivers.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ Enable the Extra Packages for Enterprise Linux (EPEL) repository:
3131
sudo dnf install epel-release -y
3232
```
3333

34+
Enable the CodeReady Builder (CRB) repository:
35+
36+
```bash
37+
sudo dnf config-manager --enable crb
38+
```
39+
3440
Installing development tools ensures necessary build dependencies:
3541

3642
```bash

0 commit comments

Comments
 (0)