From 6ceeee6ba76e3295df87bffaa71249a56ac81df8 Mon Sep 17 00:00:00 2001 From: Aiden Gerbrandt Date: Sun, 22 Mar 2026 22:27:25 -0500 Subject: [PATCH] Added headers --- Software/VMWareWorkstation.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Software/VMWareWorkstation.md b/Software/VMWareWorkstation.md index b38ea92..b13cdea 100644 --- a/Software/VMWareWorkstation.md +++ b/Software/VMWareWorkstation.md @@ -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 ```