1.install sqlite3
checklist
wget https://sqlite.org/2021/sqlite-autoconf-3360000.tar.gz
tar -xvf sqlite-autoconf-3360000.tar.gz
./configure
make
sudo make install
checklist
root@raspberrypi:~# which python3
/usr/local/bin/python3
root@raspberrypi:~# python3 --version
Python 3.10.9
root@raspberrypi:~# which sqlite3
/usr/local/bin/sqlite3
root@raspberrypi:~# sqlite3 --version
3.36.0 2021-06-18 18:36:39 5c9a6c06871cb9fe42814af9c039eb6da5427a6ec28f187af7ebfb62eafa66e5
0