Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 9488  / 1 Year ago, wed, march 1, 2023, 1:56:04

On the KeePassX site there is only a Linux version 0.4.3 for download.



how can I install the latest version on Ubuntu?



The problem is, that
Version 0.4 is basically unmaintained.



see:
https://www.keepassx.org/dev/issues/78#change-186


More From » security

 Answers
6

I didn't have any trouble building from source:



# Assuming you have basic build tools already installed
sudo apt-get install cmake libgcrypt11-dev
git clone https://github.com/keepassx/keepassx.git
cd keepassx/
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local
make 2>&1 | tee make.log
sudo make install 2>&1 | tee make-install.log

[#31812] Wednesday, March 1, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eatack

Total Points: 245
Total Questions: 120
Total Answers: 113

Location: Estonia
Member since Wed, Jun 8, 2022
2 Years ago
;