when you try to use "apt install",error happened
do this you can solve it
1、ps -A | grep apt and then kill the "apt" process
2、rm /var/cache/apt/archives/lock
3、sudo rm /var/lib/dpkg/lock
when you try to use "apt install",error happened
do this you can solve it
1、ps -A | grep apt and then kill the "apt" process
2、rm /var/cache/apt/archives/lock
3、sudo rm /var/lib/dpkg/lock