Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

bash: sqlite3: command not found

Apparently it is supposed to be part of Python3 but it says "bash: sqlite3: command not found".

I'm so new to all of this and I'm just trying to follow along with a tutorial on youtube. Any help would be much appreciated.

like image 651
travatr0n Avatar asked Apr 06 '26 17:04

travatr0n


1 Answers

On Linux (or in a Docker container running a Linux OS variant), you can install the command line interface via sudo apt-get install sqlite3 and then run sqlite3.

like image 148
tyrex Avatar answered Apr 08 '26 05:04

tyrex



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!