Tuesday, December 14, 2010

install sqlite browzer in ubuntu

sudo apt-get install sqlite3
sudo apt-get install sqlitebrowser


SQLite Database is a lightweight database that available in many platform. In this short tutorial I will guide you how to install SQLite3 on Ubuntu Karmic together with sqlitebrowser, GUI for managing this SQLite database.
To install SQLite, simply execute this command below on terminal:
sudo apt-get install sqlite3
Then your system will install the SQLite database and its dependencies automatically.
If you need a GUI interface instead of the command line. You can then install sqlitebrowser.sudo apt-get install sqlitebrowser
Then run this GUI manager for SQLite via Applications | Programming | SQLite Database Browser.

http://gamblis.com/2010/04/25/how-to-install-sqlite3-database-in-ubuntu-karmic-koala/

No comments:

Post a Comment