Uninstalling full Quanser Python Packages
Uninstallation of Quanser Python Packages
Uninstall All Quanser Python Packages
Uninstall all the Quanser Python packages at the same time by running the commands based on your OS:
python -m pip uninstall -y quanser-multimedia
python -m pip uninstall -y quanser-hardware
python -m pip uninstall -y quanser-devices
python -m pip uninstall -y quanser-communications
python -m pip uninstall -y quanser-common
python -m pip uninstall -y quanser-api
sudo apt-get --auto-remove purge python3-quanser-apis
python3 -m pip uninstall -y quanser-multimedia
python3 -m pip uninstall -y quanser-hardware
python3 -m pip uninstall -y quanser-devices
python3 -m pip uninstall -y quanser-communications
python3 -m pip uninstall -y quanser-common
python3 -m pip uninstall -y quanser-api
Note
It is not recommended to uninstall individual Quanser Python package. However if it is really needed, the above commands can be run to uninstall individual package.