Linux
Installation on Linux (Ubuntu) should be relatively straightforward.
Open a terminal and run
sudo apt update
.Run
sudo apt install sqlite
to install.Close and reopen the terminal, and run
sqlite3 --version
to make sure it installed correctly.
That's it! You're good to go.