This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-04-29 23:24:55 +02:00
Code
Activity
dd65221a63
Branches
Tags
No results found.
tldr
/
pages.zh
/
linux
/
apt-file.md
Ein Verne
30c2bd4c7c
format translation: change colon
2019-11-02 17:47:23 +00:00
289 B
Raw
Blame
History
apt-file
在 apt 软件包中查找文件,其中也包括未安装的软件
更新元数据的数据库:
sudo apt update
查找包含指定文件或路径的软件包:
apt-file search {{文件名或路径}}
列出指定包的内容:
apt-file list {{软件包名}}