問題 apt でパッケージをインストールしましたが、インストールされたファイルの場所を知りたいです。 apt install パッケージ → どこに何が置かれた? 答え 以下でパッケージに含まれるファイルの一覧が確認可能。 dpkg -L パッケージ 例。 # dpkg -L fonts-noto-cjk /. /etc /etc/fonts /etc/fonts/conf.d /etc/fonts/conf.avail /etc/fonts/conf.avail/70-fonts-noto-cjk.conf /usr /usr/share /usr/share/fonts /usr/share/fonts/opentype /usr/share/fonts/opentype/noto /usr/share/fonts/opentype/noto/NotoSansCJK-Bold.ttc

