Gul*_*har 1 debian package-management
我需要从基于 ARM 的 Debian 设备的存储库中找到所有可用的 Web 服务器。
我运行了以下命令,但它返回的点击次数过多(包括库等):
apt-get update
apt-cache search http server
Run Code Online (Sandbox Code Playgroud)
我应该使用更好的命令吗?
小智 5
尝试:
$ aptitude show httpd
Run Code Online (Sandbox Code Playgroud)
httpd是很多 web 服务器包提供的虚拟包。在我的 Ubuntu 13.10 机器上,我得到:
No current or candidate version found for httpd
Package: httpd
State: not a real package
Provided by: aolserver4-core, aolserver4-daemon, apache2-bin, boa, bozohttpd, ebhttpd,
lighttpd, micro-httpd, mini-httpd, nginx-extras, nginx-full, nginx-light,
nginx-naxsi, nginx-naxsi-ui, ocsigenserver, tntnet, webfs, yaws
Run Code Online (Sandbox Code Playgroud)