Sqlite3 not found

[defaultuser@XperiaX ~]$ sqlite3
-bash: sqlite3: not found
[defaultuser@XperiaX ~]$ pkcon install python3-sqlite
Resolving
Querying
Testing changes
Finished
Fatal error: The packages are already all installed
[defaultuser@XperiaX ~]$

Am I missing something?

The sqlite3 binary is in sqlite package: pkcon install sqlite.

On device, only the shared library is installed by default, not the command line tool sqlite3.

4 Likes

The sqlite3 binary is in sqlite package: pkcon install sqlite .

Brilliant,thanks!