apt:如何使用包标签进行search?
Debian中的一些(大多数?)软件包都有标签。 例如: =# apt-cache show squirrelmail | perl -lne 'print if /^Tag:/…/^\S/' Tag: implemented-in::php, interface::web, mail::imap, mail::smtp, mail::user-agent, network::server, protocol::http, protocol::imap, protocol::smtp, role::program, scope::application, use::browsing, use::editing, use::searching, use::transmission, use::viewing, web::TODO, web::application, works-with::mail Section: web 但是,我找不到一个方法,列出给定标签的所有包。 可能吗?