用apt-file
查看。
sudo apt install apt-file |
搜索javac
是由哪个包提供的:
apt-file search -x "javac$" |
其中-x
表示使用正则表达式。输出:
bash-completion: /usr/share/bash-completion/completions/javac |
来源:https://www.cyberciti.biz/faq/equivalent-of-rpm-qf-command/
用apt-file
查看。
sudo apt install apt-file |
搜索javac
是由哪个包提供的:
apt-file search -x "javac$" |
其中-x
表示使用正则表达式。输出:
bash-completion: /usr/share/bash-completion/completions/javac |
来源:https://www.cyberciti.biz/faq/equivalent-of-rpm-qf-command/
Except as otherwise noted, this blog is licensed under CC BY-SA 4.0 License.
©2021-
searchstar
|
pv
|
uv
Theme Tree
by Wu Jun
Powered by Hexo