ubuntu18.04安装redis-desktop-manager

通过proxychains4 clone项目,否则安装不成功

教程:https://www.cnblogs.com/bignode/p/9254500.html

1 git clone --recursive https://github.com/uglide/RedisDesktopManager.git -b 0.9 rdm && cd ./rdm
2 cd src/
3 ./configure
4 source /opt/qt59/bin/qt59-env.sh 
5 qmake && make && sudo make install
6 cd /usr/share/redis-desktop-manager/bin
7 sudo mv qt.conf qt.backup
8 ./rdm

如果已经安装过qt5,第四步可以省去

第六步目录不一定是这个,按照make install后提示的目录进行接下去的操作

原文地址:https://www.cnblogs.com/bignode/p/9254848.html