grep wireshark 世界恢复正常!
补充知识:
查询依赖关系:
apt-cache depends proj
查询反向依赖关系:
apt-cache rdepends proj
What do the various dpkg flags like 'ii' 'rc' mean?
The first letter displays what is the expected status of the package.
The second letter displays what is the current status of the package.
So for example:
ii means 'It should be installed and it is installed' whereas
rc means 'It's removed/uninstalled but it's configuration files are still there'
删除查到的无用的配置信息(包已经删除,但配置信息还保留着).
dpkg -l
关键词:dpkg Errors were encountered while processing出错的处理办法