Hacker News new | ask | show | jobs
by petjuh 54 days ago
OK, how about this then:

    sudo rm "$(modinfo -n algif_aead)"
Nice and simple. Or if we want to be more thorough:

    modinfo -n algif_aead && sudo mv "$(modinfo -n algif_aead)" "$(modinfo -n algif_aead)_"