> For the complete documentation index, see [llms.txt](https://hezhiqiang.gitbook.io/linux/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang.gitbook.io/linux/ming-ling/rpmsign.md).

# rpmsign

使用RPM软件包的签名管理工具

## 补充说明

**rpmsign命令** 使用rpm软件包的签名管理工具。

### 语法

```
rpmsign(选项)
```

### 选项

```
--addsign：为自动软件包添加签名；
--checksig：验证软件包签名；
--delsign：删除软件包签名；
--import：导入公钥；
--resign：重新签名软件包；
--nodigest：不验证软件包摘要；
--nosignature：不验证软件包签名。
```
