2021-04-20 21:13:14 +00:00
|
|
|
# Arch
|
|
|
|
|
2021-01-24 16:52:22 +00:00
|
|
|
![arch](../img/Arch_Linux_logo.svg.png)
|
|
|
|
|
2022-10-09 15:07:45 +00:00
|
|
|
## [instalation](Arch_Install.md)
|
2021-01-24 16:52:22 +00:00
|
|
|
|
2020-11-26 17:38:25 +00:00
|
|
|
## arch tips
|
|
|
|
|
2021-04-20 21:13:14 +00:00
|
|
|
### clés GPG corrompue ou usagé
|
2020-11-26 17:38:25 +00:00
|
|
|
|
2021-04-20 21:13:14 +00:00
|
|
|
```bash
|
2020-12-16 18:11:39 +00:00
|
|
|
sudo pacman -S archlinux-keyring
|
|
|
|
sudo pacmam-key --init
|
|
|
|
sudo pacman-key --populate archlinux
|
|
|
|
```
|
2020-11-26 17:38:25 +00:00
|
|
|
|
2021-04-20 21:13:14 +00:00
|
|
|
### Personaliser un iso arch
|
2020-11-26 17:38:25 +00:00
|
|
|
|
2020-12-16 18:11:39 +00:00
|
|
|
[archiso](https://wiki.archlinux.org/index.php/Archiso)
|