rssHomeContactSite Map

Linux

On Linux, to uninstall Advanced Web Stats you need to run the script [uninstall.sh] located in the [bin] folder, buy using the following command:

sudo ./uninstall.sh        

This will automatically uninstall the application from your system.

If you want to uninstall Advanced Web Stats manually, this involves only three steps after which you will have the application permanently removed from your current machine.

1. Stop the [aws] service

First you need to stop the [aws] service. You can do this by opening a terminal and typing the following command:

sudo service aws stop  

2. Delete the [aws] user

Second you need to delete the [aws] user created when you installed Advanced Web Stats. To do this you need to type within the same terminal the following command:

sudo /usr/sbin/userdel -r aws      
[Note]Note

If during the installation you changed the user name, you need to replace from the command [aws] with that user name.

3. Delete the Installation directory

Finally, delete the folder where Advanced Web Stats is currently installed. By default, this folder is set to be: /usr/local/aws, so navigate to /usr/local and type the following command in your terminal:

sudo rm -rf ./aws      
[Note]Note

If during the installation you changed the path where Advanced Web Stats was installed, then you need to navigate to the parent folder of AWS, and open the terminal window there.