标签:png 退出 alt centos7 not image pac ima pgp
[root@centos7 tmp]# vim -b tree-1.6.0-10.el7.x86_64.rpm
:%!xxd
:%!xxd -r
# 破坏文件
[root@centos7 tmp]# echo >> tree-1.6.0-10.el7.x86_64.rpm
# 校验失败
[root@centos7 tmp]# rpm -K tree-1.6.0-10.el7.x86_64.rpm
error: tree-1.6.0-10.el7.x86_64.rpm: not an rpm package
# 二进制方式打开文件并编辑
[root@centos7 tmp]# vim -b tree-1.6.0-10.el7.x86_64.rpm
# 校验成功
[root@centos7 tmp]# rpm -K tree-1.6.0-10.el7.x86_64.rpm
tree-1.6.0-10.el7.x86_64.rpm: rsa sha1 (md5) pgp md5 OK
标签:png 退出 alt centos7 not image pac ima pgp
原文地址:https://www.cnblogs.com/uscWIFI/p/11294483.html