From cec057c6a3503049cc167aa54ea4ee80e656b98d Mon Sep 17 00:00:00 2001 From: tomit4 Date: Tue, 8 Mar 2022 13:12:10 -0800 Subject: [PATCH] added notation on removal of old nvidia package --- install_multiple_kernels.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install_multiple_kernels.txt b/install_multiple_kernels.txt index c4e98ade..d0b8f1fa 100644 --- a/install_multiple_kernels.txt +++ b/install_multiple_kernels.txt @@ -10,6 +10,10 @@ Simply put, install the nvidia-dkms package: sudo pacman -S nvidia-dkms +You will then need to remove the old nvidia package: + +sudo pacman -R nvidia + Then install the desired kernel and headers: sudo pacman -S linux-lts linux-lts-headers