RSserver module uninstalling

Important

All commands are executed only from superuser.

Mode superuser:

sudo -i

If you need to uninstall the RSserver module, perform following actions:

  1. Stop module services:

    systemctl stop aos-rs-*
    
  2. Delete RSserver module:

    • For Python packages:

      pip3 uninstall rs-server
      

Note

Settings files and log files will not be deleted, just like tables in database.

Note

To uninstall the RSserver module on Astra Linux (Smolensk), do the following:

  1. Delete the package with the command:

    apt remove -y aos-rs-server