有没有办法确定软件包的安装或更新date? rpm和dpkg的正确语法是什么?
基于红帽的发行版:
$ rpm -q --last <pkg> $ rpm -qi <pkg>
基于Debian的发行版:
$ ls -lt /var/lib/dpkg/info/<pkg>.list