@@ -47,34 +47,34 @@ uname -r
47
47
48
48
# [ Ubuntu] ( #tab/Ubuntu )
49
49
50
- On ** Ubuntu** and ** Debian** , use the ` apt ` package manager:
50
+ On Ubuntu and Debian, use the ` apt ` package manager:
51
51
52
- ```bash
53
- sudo apt update
54
- sudo apt install cifs-utils
55
- ```
52
+ ``` bash
53
+ sudo apt update
54
+ sudo apt install cifs-utils
55
+ ```
56
56
# [ RHEL] ( #tab/RHEL )
57
57
58
58
Same applies for CentOS or Oracle Linux
59
59
60
- On ** Red Hat Enterprise Linux 8+** use the ` dnf ` package manager:
60
+ On Red Hat Enterprise Linux 8+ use the ` dnf ` package manager:
61
61
62
- ```bash
63
- sudo dnf install cifs-utils
64
- ```
62
+ ``` bash
63
+ sudo dnf install cifs-utils
64
+ ```
65
65
66
- On older versions of ** Red Hat Enterprise Linux** use the ` yum ` package manager:
66
+ On older versions of Red Hat Enterprise Linux use the ` yum ` package manager:
67
67
68
- ```bash
69
- sudo yum install cifs-utils
70
- ```
68
+ ``` bash
69
+ sudo yum install cifs-utils
70
+ ```
71
71
# [ SLES] ( #tab/SLES )
72
72
73
- On ** SUSE Linux Enterprise Server** , use the ` zypper ` package manager:
73
+ On SUSE Linux Enterprise Server, use the ` zypper ` package manager:
74
74
75
- ```bash
76
- sudo zypper install cifs-utils
77
- ```
75
+ ``` bash
76
+ sudo zypper install cifs-utils
77
+ ```
78
78
---
79
79
80
80
On other distributions, use the appropriate package manager or [ compile from source] ( https://wiki.samba.org/index.php/LinuxCIFS_utils#Download ) .
@@ -267,7 +267,7 @@ To dynamically mount a file share with the `autofs` utility, install it using th
267
267
268
268
# [Ubuntu](#tab/Ubuntu)
269
269
270
- On ** Ubuntu** and ** Debian** distributions, use the ` apt` package manager:
270
+ On Ubuntu and Debian distributions, use the ` apt` package manager:
271
271
272
272
` ` ` bash
273
273
sudo apt update
@@ -277,20 +277,20 @@ sudo apt install autofs
277
277
278
278
Same applies for CentOS or Oracle Linux
279
279
280
- On ** Red Hat Enterprise Linux 8+** , use the ` dnf` package manager:
280
+ On Red Hat Enterprise Linux 8+, use the ` dnf` package manager:
281
281
` ` ` bash
282
282
sudo dnf install autofs
283
283
` ` `
284
284
285
- On older versions of ** Red Hat Enterprise Linux** , use the ` yum` package manager:
285
+ On older versions of Red Hat Enterprise Linux, use the ` yum` package manager:
286
286
287
287
` ` ` bash
288
288
sudo yum install autofs
289
289
` ` `
290
290
291
291
# [SLES](#tab/SLES)
292
292
293
- On ** SUSE Linux Enterprise Server** , use the ` zypper` package manager:
293
+ On SUSE Linux Enterprise Server, use the ` zypper` package manager:
294
294
` ` ` bash
295
295
sudo zypper install autofs
296
296
` ` `
0 commit comments