mirror-web/help/_posts/1970-01-01-archlinux.md
Miao Wang 96c01f1658
Re-locate files
Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
2020-08-06 15:18:27 +08:00

27 lines
844 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
category: help
layout: help
mirrorid: archlinux
---
## Arch Linux 软件仓库镜像使用帮助
编辑 /etc/pacman.d/mirrorlist 在文件的最顶端添加:
```
Server = https://{{ site.hostname }}/archlinux/$repo/os/$arch
```
更新软件包缓存:
```
sudo pacman -Syy
```
## Arch Linux Rollback Machine使用帮助
因为 Arch Linux 的软件仓库和 iso 列表是不维护旧版本的,在少数情况下可能会需要安装旧版本的软件或系统,
因此TUNA维护了一个[Arch Linux Rollback Machine](https://{{ site.arch_archive }}/)来满足这种情况。
Arch Linux Rollback Machine的使用方法请参照 [wiki](https://wiki.archlinux.org/index.php/Arch_Linux_Archive)。
**需要注意的是TUNA的Rollback Machine的目录结构与wiki中的目录结构并不相同配置时请自行替代。**