最近、この素晴らしい図作成ツール Dia をインストールし、SVG形式の AWS図アイコン もダウンロードしました。
locate *.shape
(すべてが*.shape
で終わる必要があるため)を試みましたが、何も見つかりませんでした。関連のないファイルのみです。
Dia *.shape
の場所を知っている人はいますか? Dia UIから1つずつ追加するのではなく、すべてのAWSアイコンを一度に追加したいのです。
/usr/share/dia/shapes
のUbuntu 16.04でそれらを見つけました。 UbuntuまたはLubuntuは違いをもたらすべきではありません。ファイルのインストール場所は、次のヘルプを使用して確認できます。
dpkg-query -S .shape
特定のパターンを探します。これは、すべての.shape
ファイルが/usr/share/dia/shapes
にあることを示しています。ただし、多くのサブディレクトリにグループ化されています。
注ただし、すべての.shape
ファイルには、対応する.png
ファイルがあり、ほとんどの場合、メニュー:
man dpkg-query も参照してください
-S, --search filename-search-pattern...
Search for packages that own files corresponding to the given
pattern. Standard Shell wildcard characters can be used in the
pattern, where asterisk (*) and question mark (?) will match a
slash, and blackslash (\) will be used as an escape character.
If the first character in the filename-search-pattern is none of
‘*[?/’ then it will be considered a substring match and will be
implicitly surrounded by ‘*’ (as in *filename-search-pattern*).
If the subsequent string contains any of ‘*[?\’, then it will
handled like a glob pattern, otherwise any trailing ‘/’ or ‘/.’
will be removed and a literal path lookup will be performed.
This command will not list extra files created by maintainer
scripts, nor will it list alternatives.
アプリケーションがファイルをインストールした場所を見つけるには、(この場合)を使用します:
dpkg-query -L dia-shapes
また、Synapticは、調べる方法を提供します。