我尝试通过 IMEI 从 github 安装 ImageMagick 7:
https://github.com/SoftCreatR/imei/
但总是有这样的答案:
Signature verification failed!
Please check /var/log/imei.log for details.
在 imei.log 中:
./imei.sh: line 283: : No such file or directory
./imei.sh: line 286: : No such file or directory
Can't open for reading, No such file or directory
140131941683840:error:02001002:system library:fopen:No such file or directory:../crypto/bio/bss_file.c:69:fopen('','r')
140131941683840:error:2006D080:BIO routines:BIO_new_file:no such file:../crypto/bio/bss_file.c:76:
unable to load key file
我当前的版本是 6.9.10-23,但它似乎无法正确使用 jp2 编码(不要创建 jp2,而是创建一个名为 jp2 的 tiff)。我在 win10 上安装了版本 7.1.0-2,它运行正常!所以我想安装这个软件的最新版本,正如我在一些讨论中看到的,我尝试通过 IMEI 安装。
我怎样才能拥有 IM7?
毫克
答案1
您可能已损坏下载。该应用程序需要bash
、openssl
和wget
,因此您需要先安装它们
sudo apt-get install bash openssl wget
然后按照以下步骤再次下载官方指南:
cd /tmp
wget https://dist.1-2.dev/imei.sh && \ # Download IMEI
wget https://dist.1-2.dev/imei.sh.sig && \ # Download signature file
wget https://dist.1-2.dev/imei.sh.pem && \ # Download public key
openssl dgst -sha512 -verify imei.sh.pem -signature imei.sh.sig imei.sh # Verify
然后运行安装程序
sudo bash ./imei.sh