ish-app / ish

Linux shell for iOS
https://ish.app
Other
17.07k stars 905 forks source link

Install sqlite3 #1340

Open ifuchs opened 3 years ago

ifuchs commented 3 years ago

I would like to install the sqlite3 command. I did an APK search SQLite and found what appeared to be the package (sqlite-3.35.2-r0 )but apk install says it is not found. What is the proper way to find and install this package?

eadmaster commented 3 years ago

sqlite is in the edge branch, which is not enabled by default: https://stackoverflow.com/questions/52899227/alpine-add-package-from-edge-repository

eadmaster commented 3 years ago

update: i’ve successfully installed the package this way:

http://dl-cdn.alpinelinux.org/alpine/v3.13/main
http://dl-cdn.alpinelinux.org/alpine/v3.13/community
http://dl-cdn.alpinelinux.org/alpine/edge/main
http://dl-cdn.alpinelinux.org/alpine/edge/community
http://dl-cdn.alpinelinux.org/alpine/edge/testing
http://dl-cdn.alpinelinux.org/alpine/latest-stable/main
http://dl-cdn.alpinelinux.org/alpine/latest-stable/community” > /etc/apk/repositories; apk update
apk add sqlite

However it is throwing some instruction error, i think you should try another static build.