Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
Get a list of packages that depend on it, as explained in https://unix.stackexchange.com/questions/149805/how-to-find-the-packages-that-depend-on-a-certain-package-in-apt
You may have to remove all the dependants along with NVIDIA package, or maybe remove the dependants before removing the NVIDIA package.
Thanks. Checking dependencies, a few were listed, but none were installed. I managed to get it to purge finally by using it's full package name "libnvidia-compute-470:ix86". Strange why it wouldn't remove using the ^libnvidia* command though, as it contains those words. Thank you.
I think its because just specifying
libnividia-compute-470
indicates the 64 bit version, but the package that's installed is the 32-bit version. That's why specifying the full package name with the architecture suffix works.