You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The helper will configure the Google repository and install Antigravity. Automatically. Be mindful that the process may take about a minute on slow connections. Wait for the desktop notification. You may confirm it is installed by typing:
echo"deb https://repository.spotify.com stable non-free"| sudo tee /etc/apt/sources.list.d/spotify.list
105
-
```
106
-
107
-
2. **Install:**
108
-
```bash
109
-
sudo apt update
110
-
sudo apt install spotify-client
111
-
```
112
-
113
-
---
114
-
115
-
## Chrome & Others
116
-
117
-
Most other popular applications (Chrome, Discord, Slack) provide `.deb` files on their websites. You can install them by downloading the file and running:
23
+
NOTICE: Antigravity is a Google product, and as such, it is subject to Google's terms of service. By using Antigravity, you agree to Google's terms of service. This helper is not endorsed by Google and does not modify the product in any way.
Copy file name to clipboardExpand all lines: i18n/es/docusaurus-plugin-content-docs/current/popular-apps.md
+6-104Lines changed: 6 additions & 104 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,116 +6,18 @@ description: Guía para instalar aplicaciones de terceros en Goldendog.
6
6
7
7
# Aplicaciones Populares
8
8
9
-
Goldendog Linux respeta la libertad del usuario y las licencias de código abierto. Debido a que muchas aplicaciones populares son propietarias o tienen licencias restrictivas, no podemos incluirlas en el medio de instalación predeterminado.
9
+
Goldendog Linux respeta la libertad del usuario y las licencias de código abierto. Debido a que muchas aplicaciones populares son propietarias o tienen licencias restrictivas, no podemos incluirlas en el medio de instalación predeterminado.
10
10
11
11
Sin embargo, creemos que debe tener la libertad de instalar el software que necesite para realizar su trabajo (o jugar).
12
12
13
13
## Antigravity (por Google)
14
14
15
-
Un potente asistente de codificación agéntica. Dado que requiere un repositorio propietario, debe instalarse manualmente.
15
+
Se puede instalar un paquete _helper_ de GoldenDog Linux para instalar Antigravity.
16
16
17
-
### Script de Instalación Rápida
18
-
Proporcionamos un script de ayuda para automatizar la configuración del repositorio:
El paquete _helper_ configurará el repositorio de Google e instalará Antigravity automáticamente. Tenga en cuenta que el proceso puede tardar aproximadamente un minuto en conexiones lentas. Espere a la notificación de escritorio. Puede confirmar que está instalado escribiendo:
echo"deb https://repository.spotify.com stable non-free"| sudo tee /etc/apt/sources.list.d/spotify.list
105
-
```
106
-
107
-
2. **Instalar:**
108
-
```bash
109
-
sudo apt update
110
-
sudo apt install spotify-client
111
-
```
112
-
113
-
---
114
-
115
-
## Chrome y Otros
116
-
117
-
La mayoría de las otras aplicaciones populares (Chrome, Discord, Slack) proporcionan archivos `.deb` en sus sitios web. Puede instalarlos descargando el archivo y ejecutando:
118
-
119
-
```bash
120
-
sudo apt install ./nombre-del-archivo.deb
121
-
```
23
+
AVISO: Antigravity es un producto de Google y, como tal, está sujeto a los términos de servicio de Google. Al usar Antigravity, usted acepta los términos de servicio de Google. Este paquete ni es oficial ni está respaldado por Google y no modifica el producto bajo ningún concepto.
0 commit comments