> For the complete documentation index, see [llms.txt](https://docs.linuxcontrolcenter.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxcontrolcenter.com.br/requirements/client-requirements.md).

# Requisitos de Client

### Requisitos de Distribuição do Client

|       Distribuição       |                                                                                                                                                                  Release                                                                                                                                                                  |
| :----------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|        Alma Linux        |                                                                                                                                                    <p>Alma Linux 8<br>Alma Linux 9</p>                                                                                                                                                    |
|          Debian          |                                                                                                                                     <p>Debian 8<br>Debian 9<br>Debian 10<br>Debian 11<br>Debian 12</p>                                                                                                                                    |
|          Fedora          |                                                                                                                                                                 Fedora 37                                                                                                                                                                 |
|          CentOS          |                                                                                                                                  <p>CentOS Linux 7 (Core)<br>CentOS Linux 8 (Core)<br>CentOS Stream 9</p>                                                                                                                                 |
|         openSUSE         |                                                                                                                                              <p>openSUSE 13<br>openSUSE 14<br>openSUSE 15</p>                                                                                                                                             |
|  Oracle Enterprise Linux |                                                                                                                         <p>Oracle Enterprise Linux 7<br>Oracle Enterprise Linux 8<br>Oracle Enterprise Linux 9</p>                                                                                                                        |
| Red Hat Enterprise Linux |                                                                                                                       <p>Red Hat Enterprise Linux 7<br>Red Hat Enterprise Linux 8<br>Red Hat Enterprise Linux 9</p>                                                                                                                       |
|           Rocky          |                                                                                                                                                         <p>Rocky 8<br>Rocky 9</p>                                                                                                                                                         |
|          Ubuntu          |                                                                                                                                                    <p>Ubuntu 20.04<br>Ubuntu 22.04</p>                                                                                                                                                    |
|           Mint           | <p>Linux Mint 19.x (Tara)<br>Linux Mint 19.1 (Tessa)<br>Linux Mint 19.2 (Tina)<br>Linux Mint 19.3 (Tricia)<br>Linux Mint 20.x (Ulyana)<br>Linux Mint 20.1 (Ulyssa)<br>Linux Mint 20.2 (Uma)<br>Linux Mint 20.3 (Una)<br>Linux Mint 21 (Vanessa)<br>Linux Mint 21.1 (Vera)<br>Linux Mint 21.2 (Victoria)<br>Linux Mint 21.3 (Virginia)</p> |

### Requisitos de Software do Client

|                      Software                      |                                                                        Versão                                                                        |
| :------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------: |
|                       Python                       |                                                       <p>2.7 ou superior<br>3.6 ou superior</p>                                                      |
| Cifras habilitadas e suportadas para login via SSH | <p>3des-cbc<br>aes128-cbc<br>aes192-cbc<br>aes256-cbc<br>aes128-ctr<br>aes192-ctr<br>aes256-ctr<br>aes128-gcm<br>aes256-gcm<br>chacha20-poly1305</p> |
|                        Sudo                        |                                                                  1.8.31 ou superior                                                                  |
|                         SSH                        |                                                               Login com Key habilitado                                                               |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.linuxcontrolcenter.com.br/requirements/client-requirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
