@@ -54,9 +54,9 @@ sudo apt install -y ./*.deb
5454
5555# RHEL-based distributions
5656arch=$( uname -m)
57- sudo yum install -y epel-release # required on some distributions
58- sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v3.4.0/enroot-3.4.0-2.el7.${arch} .rpm
59- sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v3.4.0/enroot+caps-3.4.0-2.el7.${arch} .rpm # optional
57+ sudo dnf install -y epel-release # required on some distributions
58+ sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v3.4.0/enroot-3.4.0-2.el7.${arch} .rpm
59+ sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v3.4.0/enroot+caps-3.4.0-2.el7.${arch} .rpm # optional
6060```
6161
6262#### Hardened flavor
@@ -70,9 +70,9 @@ sudo apt install -y ./*.deb
7070
7171# RHEL-based distributions
7272arch=$( uname -m)
73- sudo yum install -y epel-release # required on some distributions
74- sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v3.4.0/enroot-hardened-3.4.0-2.el7.${arch} .rpm
75- sudo yum install -y https://github.com/NVIDIA/enroot/releases/download/v3.4.0/enroot-hardened+caps-3.4.0-2.el7.${arch} .rpm # optional
73+ sudo dnf install -y epel-release # required on some distributions
74+ sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v3.4.0/enroot-hardened-3.4.0-2.el7.${arch} .rpm
75+ sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v3.4.0/enroot-hardened+caps-3.4.0-2.el7.${arch} .rpm # optional
7676```
7777
7878## From source
@@ -83,7 +83,7 @@ Install the build dependencies and clone the repository:
8383sudo apt install -y git gcc make libcap2-bin libtool automake libmd-dev
8484
8585# RHEL-based distributions:
86- sudo yum install -y git gcc make libcap libtool automake libmd-devel
86+ sudo dnf install -y git gcc make libcap libtool automake libmd-devel
8787
8888# Archlinux-based distributions:
8989sudo pacman --noconfirm -S git gcc make libtool automake libmd
@@ -98,9 +98,9 @@ sudo apt install -y curl gawk jq squashfs-tools parallel
9898sudo apt install -y fuse-overlayfs libnvidia-container-tools pigz squashfuse # optional
9999
100100# RHEL-based distributions
101- sudo yum install -y epel-release # required on some distributions
102- sudo yum install -y jq squashfs-tools parallel
103- sudo yum install -y fuse-overlayfs libnvidia-container-tools pigz squashfuse # optional
101+ sudo dnf install -y epel-release # required on some distributions
102+ sudo dnf install -y jq squashfs-tools parallel
103+ sudo dnf install -y fuse-overlayfs libnvidia-container-tools pigz squashfuse # optional
104104
105105# Archlinux-based distributions
106106sudo pacman --noconfirm -S jq parallel squashfs-tools
0 commit comments