Skip to content

Instantly share code, notes, and snippets.

@mivxxx
Last active October 4, 2018 06:09
Show Gist options
  • Save mivxxx/7f7d52eaf119f87afa829ab3d058a7ed to your computer and use it in GitHub Desktop.
Save mivxxx/7f7d52eaf119f87afa829ab3d058a7ed to your computer and use it in GitHub Desktop.
# install latest version of keepass
sudo add-apt-repository ppa:jtaylor/keepass
sudo apt-get update
sudo apt-get install keepass2
# plugins project (readme)
# https://github.com/dlech/Keebuntu
# add plugins repo
sudo apt-add-repository ppa:dlech/keepass2-plugins
sudo apt-get update
# install minimize to tray plugin
sudo apt-get install keepass2-plugin-application-indicator
# for firefox
# install rpc plugin (needs for firefox kee extension work, see below)
sudo apt-get install keepass2-plugin-rpc
# install firefox kee extension
# https://addons.mozilla.org/ru/firefox/addon/keefox/
# for chrome
# install keepasshttp plugin (needs for chrome chromeIPass extension work, see below)
sudo apt-get install keepass2-plugin-keepasshttp
# install chrome chromeIPass extension
# https://chrome.google.com/webstore/detail/chromeipass/ompiailgknfdndiefoaoiligalphfdae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment