Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To uninstall Chef InSpec, follow these steps:
- Using `dnf`:

```sh
sudo dnf remove inspec
sudo dnf remove inspec-enterprise
```

- For Amazon Linux 2 or systems using `yum`:
Expand All @@ -54,7 +54,7 @@ To uninstall Chef InSpec, follow these steps:
1. Verify that the package has been removed:

```sh
rpm -qa inspec
rpm -qa | grep inspec
```

The command returns no output if the package is removed successfully.
Expand Down
Loading