Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
debian にインストールする emacs パッケージが見つかりません。 私は使用apt-cache search [emacs*+]していますが、emacs 自体ではなく、emacs に依存するパッケージのリストを取得します。
apt-cache search [emacs*+]
何かご意見は?Debian ベース システムのみをインストールしました。
まず[emacs*+]意味不明。次に、apt リポジトリをさらに追加します。を検索するだけでemacs、emacs*+を使用した apt-cache 検索と同等emacです。
[emacs*+]
emacs
emacs*+
emac
私はemacsに一致する300以上のエントリを示しています:
# Correct search $ apt-cache search emacs | wc -l 330 # Wrong $ apt-cache search emacs*+ | wc -l 333