Skip to content

Commit

Permalink
wsl
Browse files Browse the repository at this point in the history
  • Loading branch information
jfsanchez committed Oct 5, 2024
1 parent 79f3aed commit 00a08cf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
Binary file added docs/images/wsl/2024-10-lista-distros.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 15 additions & 3 deletions docs/windows-wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Se queremos outro sabor de GNU/Linux podemos executar:
wsl --list --online
```

![Lista de distribucións dispoñibles. Outubro 2024](images/wsl/2024-10-lista-distros.jpg "Lista de distribucións dispoñibles. Outubro 2024")

E instalar a versión desexada, por exemplo:

``` bash
Expand Down Expand Up @@ -80,15 +82,25 @@ wsl --update
Imaxinemos que queremos borrar a distribución **Ubuntu**:

~~~~ bash
wsl --uninstall -d Ubuntu
wsl --unregister Ubuntu
~~~~

Ou Debian:
## Exportar e importar unha distribución

Pode ser útil gardar unha copia de seguridade dunha distribución e restaurala.

~~~~ bash
wsl --unregister Debian
wsl --export Debian debian.tar
~~~~

Podemos borrar a distribución con: ```wsl --unregister Debian```

~~~~ bash
wsl --import Debian C:\Users\jose\distros\Debian C:\Users\jose\debian.tar
~~~~

Normalmente a ruta de instalación por defecto adoita estar baixo: ```C:\Users\**USUARIO**\AppData\Local\Packages\TheDebian...```. Neste exemplo creamos dentro do cartafol de usuario outro chamado "distros" para localizar o arquivo de disco virtual **ext4.vhdx** máis fácilmente.

## Erros comúns

### Erro CreateProcessParseCommon
Expand Down

0 comments on commit 00a08cf

Please sign in to comment.