Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
keepass2安装插件的问题
Experiences and Insight
832
views ·
0
replies ·
To
floor
Go
176******30
deepin
2018-04-04 21:06
Author
本帖最后由 senkawu 于 2018-4-4 13:08 编辑
之前Windows一直在使用keepass2+Firefox+Kee插件。
现在在deepin上根据kee网站指导安装,始终安装不上。麻烦各位大声帮我瞅瞅怎么解决。
# Create plugins folder
sudo mkdir /usr/lib/keepass2/plugins
# Install curl and jq (required only for ease of installing the latest version of KeePassRPC)
sudo apt install curl
sudo apt install jq
# Put the latest version of KeePassRPC into the plugins folder created earlier
curl -s https://api.github.com/repos/kee-org/keepassrpc/releases/latest | jq -r ".assets[] | select(.name | test(\"KeePassRPC.plgx\")) | .browser_download_url" | xargs sudo curl -s -L -o "/usr/lib/keepass2/plugins/KeePassRPC.plgx"
Copy the Code
kee插件的安装页面https://forum.kee.pm/t/installing-kee-instructions/23
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
How to fix grub boot menu that has disappeared?
Looking Deepin ci 25.2.0 Developer/Unstable repositories
Popular Events
More
之前Windows一直在使用keepass2+Firefox+Kee插件。
现在在deepin上根据kee网站指导安装,始终安装不上。麻烦各位大声帮我瞅瞅怎么解决。