# Uninstall a local license server (Linux)

To uninstall the local license server from your Linux environment, complete the following steps:

**Note:**

If a device is associated with your Linux machine from FlexNet Operations before you uninstall and there are activated entitlements, change the state of that device to `obsolete` before re-installing the local license server. Otherwise, you might encounter an activation ID mismatch.

1. Shut down the *flexnetls-pentaho* service using the following command:

   ```
   sudo systemctl stop flexnetls-pentaho
   ```
2. Prevent the service from starting automatically when rebooting the system using the following command:

   ```
   sudo systemctl disable flexnetls-pentaho
   ```
3. Remove the following files that are associated with the service:

   ```
   sudo rm /etc/systemd/system/flexnetls-pentaho.service
   sudo rm -r /etc/systemd/system/flexnetls-pentaho.service.d

   ```
4. (Optional) If you are planning to do a clean re-install, remove the following files as well:

| File location                                                                              | Command                              |
| ------------------------------------------------------------------------------------------ | ------------------------------------ |
| Trusted storage files in`/var/opts/flexnetls/producer_name` (`.ks`, `.db`, and `.0` files) | `rm -rf /var/opts/flexnetls/pentaho` |
| Log files in`/var/opts/flexnetls/producer_nama/logs`                                       | `rm -rf /opt/flexnetls/pentaho`      |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pentaho.com/install/10.2-install/pentaho-installation-overview-cp/acquire-and-install-enterprise-licenses/install-and-manage-a-local-license-server/uninstall-a-local-license-server-linux.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
