pages.zh: update outdated pages (#11939)

This commit is contained in:
Sebastiaan Speck
2024-01-01 10:38:53 +01:00
committed by GitHub
parent ef0f5499ad
commit 81ddb70476
59 changed files with 125 additions and 205 deletions

View File

@@ -13,7 +13,7 @@
- 选择输出宽度(默认为 100
`asciiart -width {{50}} {{路径/到/图片.jpg}}`
`asciiart --width {{50}} {{路径/到/图片.jpg}}`
- 对 ASCII 输出进行着色:

View File

@@ -23,10 +23,6 @@
`flatpak remote-add --if-not-exists {{远程源名}} {{远程源网址}}`
- 列出所有已配置的远程源:
`flatpak remote-list`
- 移除一个已安装的应用程序:
`flatpak remove {{应用名}}`

View File

@@ -16,10 +16,6 @@
`sudo pacman -Rs {{软件包}}`
- 在软件包数据库中搜索正则表达式或关键字:
`pacman -Ss "{{软件包}}"`
- 列出已安装的软件包和版本:
`pacman -Q`