This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
david
/
tldr
Mirror von
https://github.com/tldr-pages/tldr.git
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Struktur:
64814bb7ba
Branches
Tags
kant-patch-1
kant-patch-11
kant-patch-2
kant-patch-3
kant-patch-4
kant-patch-5
kant-patch-6
main
v2.3
v2.2
v2.1
v2.0
v1.5b
v1.5
v1.4
v1.3
v1.2
v1.1
v1.0
tldr
/
pages.zh
/
linux
/
apt-file.md
apt-file.md
289 B
Verlauf
Originalformat
apt-file
在 apt 软件包中查找文件,其中也包括未安装的软件
更新元数据的数据库:
sudo apt update
查找包含指定文件或路径的软件包:
apt-file search {{文件名或路径}}
列出指定包的内容:
apt-file list {{软件包名}}