what I want is way to feed commands to Ubuntu at runtime that is to so that i don not have to wait for resources that gets locked to be free for example during during update
we get this error messsage while trying to execute other commands with sudo access
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?
what i want is way to execute my scripts at like batch processing but i could remove any batch jobs any time i want
I would like a dynamic script/program with root access to do all my jobs.