Skip to content

Commit

Permalink
contents(anthon):Modify Anthon help
Browse files Browse the repository at this point in the history
  • Loading branch information
model-err committed Dec 8, 2024
1 parent 0b1405b commit 4f07be9
Showing 1 changed file with 10 additions and 32 deletions.
42 changes: 10 additions & 32 deletions contents/anthon.mdx
Original file line number Diff line number Diff line change
@@ -1,55 +1,33 @@
---
title: Anthon 软件仓库镜像使用帮助
title: 安同 OS 软件仓库镜像使用帮助
cname: 'anthon'
---

AOSC OS 是一个由[安同开源社区](https://aosc.io) 开发的半滚动 Linux 发行版,支持多种处理器架构。
安同 OS 是一个由[安同开源社区](https://aosc.io)开发的半滚动 Linux 发行版,支持多种处理器架构。

### 自动替换
### 工具修改

AOSC OS 内置 `apt-gen-list` 工具来切换社区提供的可用镜像源。

列出可用镜像源,执行:
请使用以下命令交互式开启/关闭镜像源,输入镜像源名称并使用空格启用/禁用镜像源(请注意:`oma mirror` 允许指定多个镜像源,请注意禁用不需要使用的镜像源):

<CodeBlock>
```bash
{{sudo}}apt-gen-list list-mirrors
{{sudo}}oma mirror
```
</CodeBlock>

要启用某一镜像源,执行:
关于 `oma mirror` 的更多详细命令和用法,请参考 [oma 的 GitHub 页面](https://github.com/AOSC-Dev/oma?tab=readme-ov-file#command-reference)

<CodeBlock>
```bash
{{sudo}}apt-gen-list add-mirror <mirror>
```
</CodeBlock>
### 手动修改(不推荐)

其中 `{mirror}` 替换为所列出的简称
安同 OS 推荐使用 `oma` 完成对软件源配置的修改,不推荐手动编辑配置文件

要仅启用某一源,执行:

<CodeBlock>
```bash
{{sudo}}apt-gen-list set-mirror <mirror>
```
</CodeBlock>

其中 `<mirror>` 替换为所列出的简称。

关于 `apt-gen-list` 的语义和详细用法,请执行 `apt-gen-list help` 查看帮助。

### 手动修改

修改 `/etc/apt/sources.list`,内容为
如确实有相关需求,请按下例编辑 `/etc/apt/sources.list` 的内容:

<CodeBlock
enableQuickSetup
filepath="/etc/apt/sources.list"
>

```properties
deb {{http_protocol}}{{mirror}}/debs stable main
```

</CodeBlock>
</CodeBlock>

0 comments on commit 4f07be9

Please sign in to comment.