File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -997,6 +997,12 @@ $ # 更新 tldr pages
997
997
$ tldr --update
998
998
```
999
999
1000
+ !!! tip "Debian 13 中关于 tldr 包更新的说明"
1001
+
1002
+ 需要指出的是,在 Debian 13 (Trixie) 发行版中,原有的 `tldr` 包(使用 Haskell 实现)已经被移除。[^3]取而代之的是 `tldr-py` 包(使用 Python 实现)和 `tealdeer` 包(使用 Rust 实现),它们仍然提供 `tldr` 命令,因此使用方式不变。
1003
+
1004
+ 考虑到 Linux 101 是基于 Ubuntu LTS 的,我们目前在正文中保留原有的安装命令。读者可以使用 `apt search tldr` 来查询自己版本所支持的相关包,具体用法参见前文。
1005
+
1000
1006
#### 使用 {#use-tldr}
1001
1007
1002
1008
直接输入 ` tldr 命令名 ` 即可。由于是由社区维护的,一些自行安装的软件可能不会有精简过的文档。
@@ -1097,3 +1103,4 @@ https://www.gnu.org/software/tar
1097
1103
1098
1104
[ ^ 1 ] : [ 软件仓库] ( http://people.ubuntu.com/~happyaron/udc-cn/lucid-html/ch06s09.html )
1099
1105
[ ^ 2 ] : [ Ubuntu 源使用帮助] ( https://mirrors.ustc.edu.cn/help/ubuntu.html )
1106
+ [ ^ 3 ] : [ Debian 13 发布说明:已废弃软件包] ( https://www.debian.org/releases/trixie/release-notes/issues.zh_CN.html#noteworthy-obsolete-packages )
You can’t perform that action at this time.
0 commit comments