Remove DKMS modules Error! vboxhost/6.1.26_OSE: Missing the module source directory or the symbolic link pointing to it

Ultimately I did the following (assuming I did not need vboxhost).

  1. Uninstall dkms and acpi_call-dkms
paru -R acpi_call-dkms dkms
  1. Delete the /var/lib/dkms/vboxhost director recursively
sudo rm -R  /var/lib/dkms/vboxhost
  1. Re-install dkms and acpi_call-dkms
paru -S acpi_call-dkms dkms
  1. Ran a dkms status to make sure no errors: