E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
and i cant either download/install via Ovi Store ...
is there something i can do? i tried rebooting but no luck...
thanks! will try that in moment, reflashing isnt really option and i dont wanna use backup, if there are some commands id rather use them to fix the system.
If you want to investigate it further, it should be relatively easy to check whether the process that created the lock file is still running or not (the lock file should contain the PID of the process that is using it). It's just Linux, no black magic involved.
and not running that code btw :P removing the lock file?
You should. I've done that many times without issues and it has solved this kind of problems.
Sometimes it has been because an application I have installed. Uninstalling said application has resolved the problem. But even in those situations removing the lock file could have worked, I just haven't tried.
Anyway removing the lock file should be safe if you know there is no application updates going on.
This lock file should be removed automatically when you are finished installing stuff. You were probably installing something, and the installer crashed before it finished - that's why the lock file is still present. Now when you try to run the installer again again, it sees the lock file and thinks "hey! installation is already running" and that's why it shows that error and won't let you install anything. In that case you will have to remove the lock file manually.