On 2 Jan 2010, at 8:02pm, Ervin Sebag wrote:

> Sorry for this newbie question, I am trying to figure out how to uninstall
> sqlite (v3.5.6-3) from my system (small linux system).  Tnx.

There's no 'install' for SQLite: it's not a set bunch of files in known 
directories.  You'll find it in two forms: an executable library file (which 
you may have any number of copies of, as .lib, .dylib) or source code 
(including but not limited to sqlite3.h and libsqlite3.a) which may be included 
in any number of sets of source code on your hard disk.  Without knowing which 
distribution of Linux you have we can't guess how it's done on your system.  

I'd recommend you do a 'locate sqlite' and see what turns up.  But unless you 
know they have become corrupt you should probably leave the executable 
command-line file and the man page alone since they are part of your Linux 
distribution and scripts may depend on them.

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

Reply via email to