[Share Experiences] deepin 20.1 使用 snap 安装最新版 redis-desktop-manager (rdm)
Tofloor
poster avatar
csworldcup
deepin
2021-02-19 23:47
Author

上一次升级 redis-desktop-manager 失败,脑残把 snap 全部删掉了,后来就一直装不上了,提示的原因是 snap 版本不够,安装最新版的 redis-desktop-manager 需要 snap 2.38,但是深度自带的 snap 版本是2.37,折腾了好久,找到最新版的 snap 安装上,然后顺利装上 redis-desktop-manager,分享一下:

 

先安装 snap 的高版本,在 debian 的仓库找到了一个高版本:

http://ftp.br.debian.org/debian/pool/main/s/snapd/snapd_2.48.2-3_amd64.deb

下载安装的时候,可能会提示缺少依赖 libseccomp2,这也是版本导致的,在 debian 仓库里面找到 libseccomp2 最新版下载安装上

http://ftp.br.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_amd64.deb

再安装 snapd 就可以了装上了。

Reply Favorite View the author
All Replies
csworldcup
deepin
2021-02-19 23:51
#1

snap 装上了高版本,就可以直接安装 redis-desktop-manager 了

 

sudo snap install redis-desktop-manager

 

Reply View the author
szp1120
deepin
2021-02-20 04:33
#2

别的系统可以直接安装,深度需要折腾,这就是差距

Reply View the author
csworldcup
deepin
2021-02-20 06:09
#3
szp1120

别的系统可以直接安装,深度需要折腾,这就是差距

是啊,我这种强迫症,差点因为装不了这个软件换ubuntu了,好在折腾一下解决了

Reply View the author
deyinng
deepin
2021-02-20 08:27
#4

我也是因为RDM直接装了个snap商店,刚装上的

Reply View the author
kevin2019
deepin
2021-02-20 18:49
#5

按照你的步骤安装成功后执行命令:sudo snap install redis-desktop-manager报错

kevin@kevin-PC:~/Desktop$ sudo snap install redis-desktop-manager error: cannot perform the following tasks: - Run configure hook of "redis-desktop-manager" snap if present (run hook "configure": signal: killed)

怎么弄?

Reply View the author
csworldcup
deepin
2021-02-25 03:12
#6
kevin2019

按照你的步骤安装成功后执行命令:sudo snap install redis-desktop-manager报错

kevin@kevin-PC:~/Desktop$ sudo snap install redis-desktop-manager error: cannot perform the following tasks: - Run configure hook of "redis-desktop-manager" snap if present (run hook "configure": signal: killed)

怎么弄?

为了验证你的问题,我把 rdm 卸载重新安装,结果也出现你这个错误,我现在也装不上了,哭死......

Reply View the author
richie696
deepin
2021-02-28 08:15
#7
csworldcup

为了验证你的问题,我把 rdm 卸载重新安装,结果也出现你这个错误,我现在也装不上了,哭死......

我还以为就我有这个问题,没想到大家都碰到了,我就纳闷了。Deepin为啥装个Redis-Desktop-Manager就这么难,其他软件问题我都搞定了,就这个RDM鬼玩意,算了,继续用的redis-cli命令行吧,习惯了就好了!无奈~

Reply View the author
shujenchang
deepin
2021-03-04 15:50
#8
csworldcup

为了验证你的问题,我把 rdm 卸载重新安装,结果也出现你这个错误,我现在也装不上了,哭死......

我是尝试安装snap-store和notepad-plus-plus都出现这个错误:

sudo snap install snap-store

error: cannot perform the following tasks:

- Run configure hook of "snap-store" snap if present (run hook "configure": signal: killed)

 

sudo snap install notepad-plus-plus

error: cannot perform the following tasks: -

Run configure hook of "notepad-plus-plus" snap if present (run hook "configure": signal: killed)

 

hello-world倒是成功安装,但运行hello-world时出现的却是「Kill​​ed」而不是「Hello World!」(似乎上面出现killed与这有关?)

Reply View the author