揮発性のメモ2

http://d.hatena.ne.jp/iww/

Debianで、ファイルがどのパッケージに含まれているか検索する

apt-file をつかう

$ apt-file search fstrim
libguestfs-gobject-dev: /usr/include/guestfs-gobject/optargs-fstrim.h
manpages-de: /usr/share/man/de/man8/fstrim.8.gz
manpages-fr-extra: /usr/share/man/fr/man8/fstrim.8.gz
util-linux: /sbin/fstrim
util-linux: /usr/share/bash-completion/completions/fstrim
util-linux: /usr/share/doc/util-linux/examples/fstrim.service
util-linux: /usr/share/doc/util-linux/examples/fstrim.timer
util-linux: /usr/share/man/man8/fstrim.8.gz

やったぜ

インストール
# apt install apt-file
注意

apt-file を使う前にパッケージ情報のアップデートが必要

Jessie(8)
# apt-file update

Stretch(9), Buster(10),
# apt update