linux:security:password:password-manager:keepassxc
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:security:password:password-manager:keepassxc [2021/11/09 23:39] – created chuck | linux:security:password:password-manager:keepassxc [2022/03/03 11:43] (current) – [AppImage] chuck | ||
|---|---|---|---|
| Line 44: | Line 44: | ||
| MimeType=application/ | MimeType=application/ | ||
| X-Desktop-File-Install-Version=0.22 | X-Desktop-File-Install-Version=0.22 | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===Script it!=== | ||
| + | * Here's a script I wrote to install/ | ||
| + | # | ||
| + | |||
| + | latest=" | ||
| + | |||
| + | # Import keepassxc' | ||
| + | if ! gpg --list-keys 0xCFB4C2166397D0D2; | ||
| + | gpg --fetch-keys https:// | ||
| + | fi | ||
| + | |||
| + | printf ' | ||
| + | |||
| + | # Download the files | ||
| + | curl -s " | ||
| + | |||
| + | # Verify and install the appimage | ||
| + | printf ' | ||
| + | if shasum -c KeePassXC-*.AppImage.DIGEST; | ||
| + | if gpg --verify KeePassXC*.AppImage.sig KeePassXC*.AppImage; | ||
| + | mv -f KeePassXC*.AppImage ~/ | ||
| + | chmod +x ~/ | ||
| + | pkill -f keepassxc && \ | ||
| + | gtk-launch keepassxc.desktop && \ | ||
| + | rm -f KeePassXC*.AppImage* | ||
| + | else | ||
| + | printf ' | ||
| + | fi | ||
| + | else | ||
| + | printf ' | ||
| + | fi | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | =====keepassxc-cli===== | ||
| + | There' | ||
| + | * Installed using the apt instructions above:< | ||
| + | keepassxc-cli help | ||
| + | </ | ||
| + | * Installed using the AppImage instructions above:< | ||
| + | keepassxc cli help | ||
| </ | </ | ||
| Line 51: | Line 96: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | * https:// | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
linux/security/password/password-manager/keepassxc.1636501174.txt.gz · Last modified: by chuck
