> For the complete documentation index, see [llms.txt](https://viva.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://viva.gitbook.io/project/sui-bi/bao-guan-li.md).

# 软件包管理

## yum

安装源配置路径`/etc/yum.repos.d/`

## apt

安装源配置路径`/etc/apt/sources.list`

指定代理服务器

```
-o Acquire::http::proxy="http://127.0.0.1:8000/"
```
