Please follow the below template, it will help us to help you!

Expected Behaviour:
It should be on green, several lines earlier it was checking for sqlite3 and found it. It is installed.
Actual Behaviour:
Cannot update Gravity because of this error.
Debug Token:
https://tricorder.pi-hole.net/ek460x5o4n

It says command not found
mibere
5
Do you have the file /usr/bin/sqlite3 ?
Can you post the output of echo $PATH
/usr/bin/sqlite3 file not found

mibere
7
And these?
dpkg-query -l | grep sqlite3
sudo find / -iname sqlite3
mibere
9
Strange. Maybe someone has a better one, but my recommendation is, uninstall sqlite3 via apt-get and re-install it.
1 Like
sudo dpkg -P sqlite3
sudo apt install --reinstall sqlite3
stat /usr/bin/sqlite3
system
Closed
13
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.