Problem with Software in Zorin

Yes, you might have missing libraries that are not installed that should be installed. Also, Mark Java for re-installation if its already installed, like I said, can't hurt.

1 Like

^Citing for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 82911 (synaptic)... 30s

1 Like

Do you still have the Software Center open? Only one package manager can operate at a time. Make sure you close Software Center, or if your using terminal, close the window, then try Synaptic again. If your still having issues, its beyond my current level of Linux knowledge.

1 Like

When tried update from synaptic have this error
E: oracle-java11-installer-local: podproces zainstalowany pakiet oracle-java11-installer-local skrypt post-installation zwrócił kod błędu 1
code fail 1

1 Like

What if re-install java?
Could you support with some link guide?

1 Like
1 Like

Option One:

Easy solution
Remove it:

sudo apt remove oracle-java11-installer-local

Option Two

Complex solution: place the proper files in the proper places:

sudo mv jdk-11.0.5_linux-x64_bin.tar.gz /var/cache/oracle-jdk11-installer-local/

sudo rm /var/lib/dpkg/info/oracle-java11-installer-local.postinst

sudo apt update && sudo apt upgrade

2 Likes

It is blocked any software and blocked commands in terminal. The same problem. Maybe best uninstall. What a hell one things blocked all.

1 Like

Close Synaptic. Close Software Store. Close Terminal.

Then open a new terminal and run:

sudo apt remove oracle-java11-installer-local

Close terminal when done.

Reboot.

Open Software Store and test.

1 Like

C

annot uninstall. Here screenshot.

1 Like

[Solved] Could not get lock /var/lib/dpkg/lock Error in Ubuntu here some webside about this problem what i find now.

1 Like

Have you closed Software Store and Synaptic both?
If you have, then please follow This Excellent Guide to remove the /var/lib/dpkg/lock:

Edit: jinx...

1 Like

You mean when I have opened another software like Store or Synaptic then this blocked my terminal.

1 Like

It Locks APT from removing or installing. Only One Installer or Remover can operate at a time.

2 Likes

From solution two is wrote no file or catalog.
sudo mv jdk-11.0.5_linux-x64_bin.tar.gz /var/cache/oracle-jdk11-installer-local/

1 Like

You may have downloaded a different package or installed java 11 in a different way. I guessed.
Try Option One.

1 Like

Yeah, I had mentioned that to him in post number 8. But if he's still having trouble after shutting those down, then maybe he should restart his computer.

1 Like

Gotta drive my son in to work if you can carry on the thread.... :smiley:

1 Like

Ok. Have a nice day. Uninstalled and then check what next. I will try will your guide link.

2 Likes

In synaptic, with software updater and terminal closed, did you check the broken packages item on the left near the bottom?

If there is nothing there, removing and reinstalling java 11 will most likely fix your issue. Do this from the terminal with synaptic closed.