Locked Out

New to Zorin16,but Linux user for many years. I am signed in as Admin in my account. However, I am unable to stop/terminate/delete 2 processes(viewed
in TaskManager), no matter how I try. Even did shutdown of computer did not
help. It interferes with my trying to do some other things, such as opening up
Synaptic. The 2 processes are result of my trying to install the MS TTY fonts.
Attached is error message I get when in Task Manager/Processes. Would very
much appreciate any assistance on this. THANK YOU in advance.

lock

Hi, and welcome to the forums.

Normally you would see this message short after starting up your computer as it checks for available updates automatically. The process that you are seeing and trying to shutdown is apt which is the package manager, responsible for doing this type of housekeeping. So I'm wondering if this error goes away after waiting for a little bit.

You also mention there are two processes being held, which is the second one? It may give a bit more information about the problem.

Also, how did you try to install MS fonts?

Please run the following in terminal:

sudo lsof /var/lib/dpkg/lock-frontend

in order to see what is causing the lock (even after reboot).
The above should show a process I.D. that can be used with the sudo kill command.

Remove the lock:

sudo rm /var/lib/dpkg/lock-frontend

Then you should probably run:

sudo dpkg --configure -a

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.