SQLite Browser package for ubuntu does not come with SQLCipher by default.
sudo add-apt-repository -y ppa:linuxgndu/sqlitebrowser
sudo apt-get update
sudo apt-get install sqlitebrowser
The Question
How could it be enabled in order to be able to view encrypted databases?
What Versions
- Ubuntu 17.10
- SQLite Browser 3.10.99
- Qt 5.9.1
- SQLite 3.19.3
Update
https://github.com/sqlitebrowser/sqlitebrowser/blob/master/BUILDING.md#ubuntu--debian-linux
Legacy
The solution is to build SQLite Browser with
libsqlcipher-dev
package.Here the steps required:
libsqlcipher-dev
package.This should complete without errors, giving you a binary file called
sqlitebrowser
which has now SQLCipher support.