File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ sudo hab pkg uninstall chef/inspec
1717
1818## Uninstall Chef InSpec on Debian-based distributions
1919
20+ To uninstall Chef InSpec, follow these steps:
21+
20221 . Remove the package:
2123
2224 ``` sh
@@ -33,19 +35,21 @@ sudo hab pkg uninstall chef/inspec
3335
3436## Uninstall Chef InSpec on RPM-based distributions
3537
38+ To uninstall Chef InSpec, follow these steps:
39+
36401 . Remove the package.
3741
38- Using ` dnf ` :
42+ - Using ` dnf ` :
3943
40- ``` sh
41- sudo dnf remove inspec
42- ```
44+ ``` sh
45+ sudo dnf remove inspec
46+ ```
4347
44- For Amazon Linux 2 or systems using ` yum ` :
48+ - For Amazon Linux 2 or systems using ` yum` :
4549
46- ``` sh
47- sudo yum remove inspec
48- ```
50+ ` ` ` sh
51+ sudo yum remove inspec
52+ ` ` `
4953
50541. Verify that the package has been removed:
5155
You can’t perform that action at this time.
0 commit comments