我要如何安装 PicList ?-灵析社区

七安前

从 gitee 下载了 AppImage 文件 “PicList.AppImage” 到我的 CentOS7 系统上,通过命令 `./PicList.AppImage` 执行后提示: `/tmp/.mount_PicList0JKhF/piclist: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory` 然后我通过: `yum install libatk-1.0.so.0 -y` 安装依赖,得到提示: Loaded plugins: fastestmirror, langpacks Repository epel is listed more than once in the configuration Loading mirror speeds from cached hostfile Package atk-2.28.1-2.el7.i686 already installed and latest version Nothing to do 接下来就不知道该如何解决了。下面是执行流程图 ![image.png](https://wmprod.oss-cn-shanghai.aliyuncs.com/images/20241118/f49190ebf6ff5579f873cc7156b30fa9.png) * * * 我重新安装了 `atk-2.28.1-2.el7.x86_64`,依然不行,过程如下: ![image.png](https://wmprod.oss-cn-shanghai.aliyuncs.com/images/20241118/b870dd32964b4a86e203327203522686.png)

阅读量:24

点赞量:0

问AI
三千米的偷感
"image.png" (https://wmprod.oss-cn-shanghai.aliyuncs.com/images/20241118/6f22e8e519bf079873eec93def32a030.png) 可能是因为你安装的是 atk.i686 这个包,atk.i686 里面也有 libatk-1.0.so ,但是piclist不识别这个32位的库。 换成 atk.x86_64 就好了。