this post was submitted on 16 May 2024
50 points (98.1% liked)

Linux

45601 readers
657 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

hi so i recently switched my GPU to an AMD card from an Nvidia one. Im wondering if there is an easy way to remove all the nvidia packages on arch.

thanks in advance ^^

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 1 month ago (1 children)

Ive only had to setup a nvidia system once, so I might be missing some packages, but I think pacman -Rns nvidia nvidia-utils lib32-nvidia-utils should get rid of all of it.

[–] [email protected] 14 points 1 month ago* (last edited 1 month ago) (1 children)

I did a search for nvidia on my system and got these, which OP might wanna check for too:

egl-wayland
lib32-nvidia-utils
libvdpau
libxnvctrl
nvidia-open
nvidia-settings
nvidia-utils
opencl-nvidia 

I’ve installed extra packages for proton and machine learning, so some of these may not be there, but hopefully that helps.

[–] [email protected] 3 points 1 month ago

Thank you. there were a few here I missed