# Install Mind+ on Chromebook

## Configure the Linux environment

You need to [**turn on Linux**](https://docs.petoi.com/apis/set-up-development-environment-on-chromebook#turn-on-linux) on the Chromebook to access the Linux environment via the terminal app.

Then, follow the following steps to install Mind+.

## Check the processor architecture

Use the following command to check the processor architecture in the terminal:\
\&#xNAN;***`uname -m`***\
The output will be similar to "i686", "x86\_64" or "armv7":\
i686 (or similar) - 32-bit Intel/AMD processor (common in older computers).\
x86\_64 (or similar) - 64-bit Intel/AMD processors (modern laptops, desktops, and most Chromebooks).\
armv7 (or higher) - ARM processor. (Mobile phones, tablets, 2nd and 3rd generation Raspberry Pis running Ubuntu Mate, and some Chromebooks. Most are 32-bit now)<br>

## Download package

According to different  architectures to download different versions:<https://mindplus.dfrobot.com/linux><br>

## Installation

Use the following command in the terminal to install it (Replace **\*\*\*\*\*** with the file name of the installation package):\
\&#xNAN;***`sudo dpkg -i *****.deb`***\
\&#xNAN;***`sudo apt-get -f install`***

After installed, you can start the **Mind+** app in the Chromebook launcher:

<figure><img src="/files/pA5kAwIdHsOfQZobDZjp" alt=""><figcaption></figcaption></figure>

## Run Mind+

Now, you can proceed to the [Mind+ tutorial](https://docs.petoi.com/block-based-programming/petoi-coding-blocks).

{% hint style="warning" %}
Currently, connection via Bluetooth is not supported.&#x20;
{% endhint %}


---

# 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.petoi.com/block-based-programming/install-mind+-on-chromebook.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.
