Added headers

This commit is contained in:
2026-03-22 22:27:25 -05:00
parent 5a41e10080
commit 6ceeee6ba7

View File

@@ -19,15 +19,17 @@ Most Linux distributions use systemd, but if yours doesn't you will not be able
VMWare Workstation requires the kernel headers and `pkexec` to be installed, the exact packages required may depend on your distribution, but here are some common ones:
Debian/Ubuntu/Mint:
#### Debian/Ubuntu/Mint:
```sh
sudo apt install linux-headers-generic pkexec
```
Fedora: (pkexec is apart of the `polkit` package, which should be installed)
#### Fedora:
pkexec is apart of the `polkit` package, which should be installed
```sh
sudo dnf install kernel-headers
```
Arch-based: (pkexec is apart of the `polkit` package, which should be installed)
#### Arch-based:
pkexec is apart of the `polkit` package, which should be installed
```sh
sudo pacman -S linux-headers
```