# Troubleshooting

If you have some problem with your algorand installation, try remove and install again using this command. Because i saw some user have this problem and didn't show any files inside `/var/lib/algorand`.

#### :warning: Remove the algorand:warning:&#x20;

```
sudo apt purge algorand
```

#### :warning: Install the algorand:warning:&#x20;

```
sudo apt install algorand
```

Now you can go to next step with this link below.

{% content-ref url="/pages/pnkocV3CHy3dnwRnogmH" %}
[Switching Network](/mainnet/algorand/switching-network.md)
{% endcontent-ref %}

I will add more soon.


---

# 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.strnan.top/mainnet/algorand/troubleshooting.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.
