출처 : https://sun2day.tistory.com/216

관련 : https://linuxhint.com/upgrade-to-latest-sqlite3-on-centos7/

        https://number1.co.za/upgrading-sqlite-on-centos-to-3-8-3-or-later/

 

 

* sqlite 파일 다운로드 후 설치, 버전확인

$ wget https://kojipkgs.fedoraproject.org//packages/sqlite/3.8.11/1.fc21/x86_64/sqlite-devel-3.8.11-1.fc21.x86_64.rpm
$ wget
https://kojipkgs.fedoraproject.org//packages/sqlite/3.8.11/1.fc21/x86_64/sqlite-3.8.11-1.fc21.x86_64.rpm

$ sudo yum install sqlite-3.8.11-1.fc21.x86_64.rpm sqlite-devel-3.8.11-1.fc21.x86_64.rpm

$ sqlite3 --version
3.8.11 2015-07-27 13:49:41 b8e92227a469de677a66da62e4361f099c0b79d0

설치

 

 

 

 

 

 

 

 

 

+ Recent posts