SQLite installation trouble

Hey all,

I’m following the SQlite installation on GitBash in this tutorial:

https://www.codecademy.com/journeys/data-scientist-ml/paths/dsmlcj-22-data-science-foundations/tracks/dsmlcj-22-learn-sql/modules/dsinf-learn-sql-manipulation-425c4029-9550-494e-9035-1c13e12ae845/articles/what-is-sqlite

The tutorial says ‘Download the sqlite-tools-win32-x86-3200100.zip file and unzip it.’ On the SQL download page however SQLite Download Page , I cannot see the link specifically for this. Instead, I have this one:

sqlite-dll-win-x86-3460100 It’s not the same as the file in the tutorial, but it seems appropriate

I am trying to call the zip file (as in tutorial), but I’m getting a ‘no such file or directory’ error. This is the input I am getting the error with:

$ cd /c/Users/Alan/Downloads/sqlite-dll-win-x86-3460100/sqlite-dll-win-x86-3460100/

So, why is it I am getting the ‘no such file or directory error’ on this? I swear I’m following the tutorial closely too. Any assistance will be appreciated.

Thankyou!