# apt-sortpkgs

Debian Linux下对软件包索引文件进行排序的工具

## 补充说明

**apt-sortpkgs命令** 是Debian Linux下对软件包索引文件进行排序的简单工具。

### 语法

```
apt-sortpkgs(选项)(参数)
```

### 选项

```
-s：使用源索引字段排序；
-h：显示帮助信息。
```

### 参数

文件：指定要排序的包含debian包信息的索引文件。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hezhiqiang.gitbook.io/linux/ming-ling/apt-sortpkgs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
