Uninstalling the software

You can uninstall Clara Parabricks using the following commands, based on your installation method:

If Parabricks was installed with Docker, use this command:

Copy
Copied!
            

$ sudo ./parabricks/installer.py --uninstall

If Parabricks was installed via apt (i.e. bare metal), use this command:

Copy
Copied!
            

$ sudo apt purge parabricks # If you get the warning **directory not empty so not removed** you'll need to remove those folders manually.

© Copyright 2023, Nvidia. Last updated on Jun 28, 2023.