Skip to content
Merged
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 docs/guides/virtualization/cockpit-machines.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Cockpit is a server administration tool that provides an easy-to-use dashboard t
Cockpit comes by default in Rocky Linux. However, KVM support does not come installed out-of-the-box. We will install it via `dnf`:

```bash
dnf install -y cockpit-machine
dnf install -y cockpit-machines
```

Also install `libvirtd`:

```bash
dnf install -y libvirtd
dnf install -y libvirt
```

## Enabling `cockpit`
Expand Down