Quantcast
Channel: askyb.com » Linux
Viewing all articles
Browse latest Browse all 5

Installing SQLite in Ubuntu

$
0
0
Installing SQLite in Ubuntu is pretty simple and all you have to do is using the following command to download and install the package.
$ sudo apt-get install sqlite3 libsqlite3-dev
Once it’s downloaded and installed, type the following command to create a SQLite database file. I called the database file — askyb.db. You should see the following screenshot:
$ sqlite3 askybdb.db
install sqlite in ubuntu Use the ls command to list the file created and you should obsered that askyb.db was created in the directory.

Viewing all articles
Browse latest Browse all 5

Trending Articles