I just installed Ubuntu Touch on my Nexus 7.
Unfortunately I can't install anything from the terminal app:
If I enter:
sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev
I get:
W: Not using locking for read only lock file /var/lib/dpkg/lock
E: Unable to write to /var/cache/apt/
E: The package lists or status file could not be parsed or opened.
I've rebooted the device but wasn't successful yet. What should I do to fix the error?
lsblk
to your question? Also, you can trysudo mount -o remount,rw /
– kiri Jan 03 '14 at 21:32"Users with less than 10 reputation can't answer their own question for 8 hours after asking. You can answer 1/4/2014 5:29:31 AM. Until then please use comments, or edit your question instead."
Also I don't now how to move it out of unanswered. Can you help me?
The solution was sudo mount -o remount,rw /
– Clipper Dashing Wave Jan 03 '14 at 21:56