docs icon indicating copy to clipboard operation
docs copied to clipboard

How do I uninstall?

Open RealPlatinum69 opened this issue 2 years ago • 1 comments

What commands do I use to uninstall the drivers?

RealPlatinum69 avatar Apr 25 '22 22:04 RealPlatinum69

Mostly the same commands with different flags ie. whatever you installed on Arch with sudo pacman -S ... you should now uninstall with sudo pacman -R ..., so look up the specific flags for your package manager (like sudo apt remove for Debian based distros and sudo dnf remove for Fedora) Keep in mind that uninstalling the drivers is something you probably don't wanna do unless you installed the wrong ones

BodilessSleeper avatar Jun 14 '22 10:06 BodilessSleeper

If you used a PPA, then use ppa-purge. For example if you used the kisak PPA:

sudo apt install ppa-purge
sudo ppa-purge ppa:kisak/kisak-mesa

strycore avatar Aug 10 '23 02:08 strycore