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
- Run the rpm -e command to uninstall the RPM package.
1rpm -e boostkit-sra_recall
- Confirm that the installation directory /usr/local/sra_recall is deleted.
- Confirm that the /etc/profile file does not contain environment variables related to /usr/local/sra_recall.
Uninstalling the WHL File
- Run the pip uninstall command to uninstall the WHL file.
1pip uninstall kbest scann
- Run the pip show command to check whether KBest of the xxxx version has been uninstalled. xxxx indicates the version number.
1pip show kbest
If the command output reads "WARNING: Package(s) not found: kbest", the uninstallation is successful.
- Run the pip show command to check whether ScaNN of version 1.2.10 has been uninstalled.
1pip show scann
If the command output reads "WARNING: Package(s) not found: scann", the uninstallation is successful.
Parent topic: Using SRA_Recall