# 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 ```