我要评分
获取效率
正确性
完整性
易理解

Uninstalling SRA_Recall

If you do not require SRA_Recall, uninstall it. During uninstallation, ongoing service flows will be terminated. You are advised to stop the service flows before uninstalling SRA_Recall. 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_recall
    
  2. Confirm that the installation directory /usr/local/sra_recall is deleted.
  3. Confirm that the /etc/profile file does not contain environment variables related to /usr/local/sra_recall.

Uninstalling the WHL File

  1. Run the pip uninstall command to uninstall the WHL file.
    1
    pip uninstall kbest scann
    
  2. Run the pip show command to check whether KBest of the xxxx version has been uninstalled. xxxx indicates the version number.
    1
    pip show kbest
    

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

  3. Run the pip show command to check whether ScaNN of version 1.2.10 has been uninstalled.
    1
    pip show scann
    

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