# Gnome 42.5, en Linux Mint 21.1

Usando como base Linux Mint ([Vera](https://ftp.cixug.es/mint/stable/21.1/linuxmint-21.1-cinnamon-64bit.iso)) con escritorio Cinnamon, procederemos a instalar entorno GNOME 42

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

Lo primero de todo es tener actualizado el sistema

```shell
sudo apt update && sudo apt upgrade -y
```

\
Si esta el sistema actualizado continuamos, si no, reinicia primero.&#x20;

Instalamos Gnome

Version minima

```sh
sudo apt install vanilla-gnome-desktop -y
```

O version completa, podemos instalar ambas

```sh
sudo apt install gnome -y
```

En un momento de la instalación, nos pedirá que gestor usar, nos dará 2 opciones, elegimos "**gdm3**", cuando termine reiniciamos el sistema. \
\
Una vez reiniciado, pulsamos en configuración abajo a la derecha, y elegimos "GNOME"

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

Y ya tenemos Gnome 42

<figure><img src="/files/8GpsFdwHNhR6668DDhcv" alt=""><figcaption></figcaption></figure>

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

En el momento de escribir este post, van por la version 42.4

Instalar Tweaks e iconos Papirus

```shell
sudo apt install gnome-tweaks papirus-icon-theme -y
```

Después de todos los cambios, reiniciar y a disfrutar!

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

Instalamos estas extensiones\
\
Esta es para tener una barra de tareas y que las aplicaciones que tengan su servicio en segundo plano podamos acceder a ellas, vease por ejemplo telegram.&#x20;

{% embed url="<https://extensions.gnome.org/extension/615/appindicator-support/>" %}

Y esta es para monitorizar el hardware en la barra superior de gnome.&#x20;

{% embed url="<https://extensions.gnome.org/extension/841/freon/>" %}


---

# 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://blog.azagra.dev/linux/gnome-42-en-linux-mint-21.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.
