Check if you have already a process using /var/lib/dpkg/lock
You can run ps aux|grep pkg and if you see some processes there you can kill them.
You can also remove lock directory: rm -f /var/lib/dpkg/lock
Check if you have already a process using /var/lib/dpkg/lock
You can run ps aux|grep pkg and if you see some processes there you can kill them.
You can also remove lock directory: rm -f /var/lib/dpkg/lock
i dont have /var/lib/dpkg/lock running, only /usr/bin/pkgmgrd running in background