Files
tldr/pages.zh/openbsd/pkg_delete.md

17 lines
356 B
Markdown
Raw Permalink 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.

# pkg_delete
> 在 OpenBSD 中删除软件包。
> 另见:`pkg_add``pkg_info`。
> 更多信息:<https://man.openbsd.org/pkg_delete>。
- 删除一个软件包:
`pkg_delete {{package}}`
- 删除一个软件包,包括其未使用的依赖项:
`pkg_delete -a {{package}}`
- 进行软件包的干运行删除:
`pkg_delete -n {{package}}`