setup/doc/pwd-mgmt.md

12 lines
246 B
Markdown
Raw Permalink Normal View History

2022-02-14 10:01:49 +01:00
# Setup Password Manager
* get the latest version of installed packages and refresh the repository cache
```
sudo apt update
```
* install Keepass2 directly from the official repository
```
sudo apt install keepass2 --no-install-recommends
```