打开网址:https://www.sqlite.org/download.html
下载安装包:https://www.sqlite.org/2020/sqlite-autoconf-3310100.tar.gz
编译安装 sqlite3:
tar -zxvf sqlite-autoconf-3310100.tar.gz
cd sqlite-autoconf-3310100
./configure --prefix=/usr/local/sqlite3
make && make install && make clean