我正在尝试在 Ubuntu 上使用 gpkg -get-selections 命令。我对 Ubuntu 还不熟悉,只是按照教程来正确安装 Tomcat :)\
教程在这里: http://www.howtogeek.com/howto/linux/installing-tomcat-6-on-ubuntu/
示例在那里,但在本地我收到此错误:
dpkg: unknown option -g
Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --license for copyright license and lack of warranty (GNU GPL) [*].
你知道为什么会发生这种情况吗?
谢谢!
答案1
命令是dpkg --get-selections
,而不是dpkg -get-selections。