Rate This Document
Findability
Accuracy
Completeness
Readability

Uninstalling SRA_Inference

If you do not require SRA_Inference, uninstall it. During uninstallation, ongoing service flows will be terminated. You are advised to stop the service flows before uninstalling SRA_Inference. If you use parameters that are supported by the RPM package management tool but not described in this document, undefined behaviors may be introduced. Exercise caution when performing this operation.

Uninstalling the RPM Package

  1. Run the rpm -e command to uninstall the RPM package.
    1
    rpm -e boostkit-sra_inference
    
  2. Confirm that the files in the installation directory /usr/local/sra_inference/lib are all deleted.
  3. Confirm that the /etc/profile file does not contain environment variables related to /usr/local/sra_inference.

Uninstalling TensorFlow

  1. Run the pip uninstall command to uninstall TensorFlow.
    1
    pip uninstall tensorflow
    
  2. Run the pip show command to check whether TensorFlow of the xxxx version has been uninstalled. xxxx indicates the version number.
    1
    pip show tensorflow
    

    If the command output reads "WARNING: Package(s) not found: tensorflow", the uninstallation is successful.