直接在终端中运行如下命令,一行一句
wget https://www.sqlite.org/snapshot/sqlite-snapshot-202109241957.tar.gz
tar zxvf sqlite-snapshot-202109241957.tar.gz
cd sqlite-snapshot-202109241957
./configure
make && make install
mv /usr/bin/sqlite3 /usr/bin/sqlite3_old
ln -s /usr/local/bin/sqlite3 /usr/bin/sqlite3
echo"/usr/local/lib" > /etc/ld.so.conf.d/sqlite3.conf
ldconfig
reboot
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容