Open ifuchs opened 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
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.
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?