On May 25, 2009, at 2:52 PM, Manasi Save wrote:

> Hi,
>
> Can anyone help me on how to run sqlite3-3.6.14.1.bin.gz on Linux  
> machine.
> I am working on Fedora 10. Please if anyone can provide any input on  
> this.

Like this:


   d...@computer2:~/tmp$ wget http://www.sqlite.org/sqlite3-3.6.14.1.bin.gz

     ... output ...

   d...@computer2:~/tmp$ gunzip sqlite3-3.6.14.1.bin.gz
   d...@computer2:~/tmp$ chmod 755 sqlite3-3.6.14.1.bin
   d...@computer2:~/tmp$ ./sqlite3-3.6.14.1.bin
   SQLite version 3.6.14.1
   Enter ".help" for instructions
   Enter SQL statements terminated with a ";"
   sqlite>



> -- 
> Thanks and Regards,
> Manasi Save
>
>
> _______________________________________________
> sqlite-dev mailing list
> sqlite-...@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-dev

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to