keepass2安装插件的问题
Tofloor
poster avatar
176******30
deepin
2018-04-04 21:06
Author
本帖最后由 senkawu 于 2018-4-4 13:08 编辑

之前Windows一直在使用keepass2+Firefox+Kee插件。
现在在deepin上根据kee网站指导安装,始终安装不上。麻烦各位大声帮我瞅瞅怎么解决。
  1. # Create plugins folder
  2. sudo mkdir /usr/lib/keepass2/plugins

  3. # Install curl and jq (required only for ease of installing the latest version of KeePassRPC)
  4. sudo apt install curl
  5. sudo apt install jq

  6. # Put the latest version of KeePassRPC into the plugins folder created earlier
  7. 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 Favorite View the author
All Replies

No replies yet