How to Find A Program installed directory in Linux

Hi Friends today I have tried to copy the sqlite file for django project , but as I am not familiar with linux I have to search the previously installed sqlite file , And  I have found a useful command which helps to show all the directories that are associated with that installed program.

The command I found is : rpm -ql sqlite

which showed a output like this

 /usr/bin/sqlite3
/usr/lib/libsqlite3.so.0
/usr/lib/libsqlite3.so.0.8.6
/usr/share/doc/sqlite-3.6.23.1
/usr/share/doc/sqlite-3.6.23.1/README
/usr/share/man/man1/sqlite3.1.gz

No comments:

Post a Comment