리눅스 sqlite 설치

1 개요[ | ]

리눅스 sqlite 설치
testuser@localhost:~$ curl -LO http://www3.sqlite.org/2020/sqlite-tools-linux-x86-3340000.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2018k  100 2018k    0     0  1190k      0  0:00:01  0:00:01 --:--:-- 1190k
testuser@localhost:~$ unzip sqlite-tools-linux-x86-3340000.zip
Archive:  sqlite-tools-linux-x86-3340000.zip
   creating: sqlite-tools-linux-x86-3340000/
  inflating: sqlite-tools-linux-x86-3340000/sqlite3
  inflating: sqlite-tools-linux-x86-3340000/sqlite3_analyzer
  inflating: sqlite-tools-linux-x86-3340000/sqldiff
testuser@localhost:~$ sudo mv sqlite-tools-linux-x86-3340000/* /usr/local/bin/
testuser@localhost:~$ sqlite3 -version
3.34.0 2020-12-01 16:14:00 a26b6597e3ae272231b96f9982c3bcc17ddec2f2b6eb4df06a224b91089fed5b

2 Debian 트러블슈팅[ | ]

testuser@localhost:~$ sqlite3 -version
sqlite3: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
sudo apt-get install lib32z1

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}