The documentation to install Qtpass 1.2 from source needs to be updated with specific steps to install qt5. I made the mistake of going to their website, download and use their '.run' installer, which did nothing but eat up over 3 Gigs of space. I'm sure you have realized by now that I'm not a programmer.
After much wasted time searching, I found I had to install the following:
sudo apt install qt5-default
The Ubuntu 16 repositories need to be updated to include the latest version of Qtpass, or at least have a .deb package on your website. That would be a tremendous help.
The documentation to install Qtpass 1.2 from source needs to be updated with specific steps to install qt5. I made the mistake of going to their website, download and use their '.run' installer, which did nothing but eat up over 3 Gigs of space. I'm sure you have realized by now that I'm not a programmer.
After much wasted time searching, I found I had to install the following:
sudo apt install qt5-defaultThe Ubuntu 16 repositories need to be updated to include the latest version of Qtpass, or at least have a .deb package on your website. That would be a tremendous help.