(Linux Mint) Switched to an AMD graphics card recently and ran “sudo apt remove --purge” on all ^nvidia* and ^libnvidia* packages. Unfortunately, one package (libnvidia-compute-470) seems to not get the message and won’t remove itself. Quick search around the internet on solutions have not resolved the issue yet. Wondering if anyone had any ideas how to manually remove this package? Cheers!

  • Molecular0079@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    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.