Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 .rpm 文件中,有一个选项可以检查当前安装是否是要在当前系统上安装的第一个版本
即%pre,%post当最后一个版本被擦除时,脚本也将被传递一个等于 1* 的参数,%preun并且%postun脚本将被传递一个等于 0* 的参数。 参考:
%pre
%post
%preun
%postun
安装 .deb 文件是否有相同的东西?这似乎很模糊,我的搜索结果几乎没有。
在.deb脚本中,正在安装的软件包的当前版本作为参数传入$2。如果它为空,则表示没有安装此软件包的版本。
.deb
$2