dpkg-deb --control 的使用
測試環境
以下測試是在「Xubuntu 14.04 64位元」。
使用範例
「dpkg-deb --control」的使用範例,請參考『如何解開「deb檔(Debian Package)」』這篇。
手冊說明
$ man dpkg-deb
可以看到一段說明
COMMANDS
...略...
-e, --control archive [directory]
Extracts the control information files from a package archive into the specified directory.
If no directory is specified then a subdirectory DEBIAN in the current directory is used.
The target directory (but not its parents) will be created if necessary.
$ man dpkg
可以看到一段說明
ACTIONS
...略...
dpkg-deb actions
See dpkg-deb(1) for more information about the following actions.
...略...
-e, --control filename [directory]
Extract control-information from a package.