- Code: Select all
$ sqlite3 some.db < schema.sql
But when I run the command, I get error
- Code: Select all
bash: sqlite3: command not found
I tried using urpmq -y sqlite3 but it isn't producing any viable candidates for the sqlite3 binary. I only have Core Release and Core Updates as my active media. I also did a minimal install of Mageia 2. I hope these details are enough to point me in the right direction on installing sqlite3. It was mentioned in the tutorial that it's installed along with Python; I have Python 2.7.3 installed but still I get the error above when I run the command.
Thanks.