While downgrading Java 26.0.1 to Java 17 working on Linux Mint - Cinnamon 64-bit, I'm struggling with the following type of issue:
N: Be aware that removing the lock file is not a solution and may break your system"```
while executing the step as:
`sudo apt update`
Based on it, my question is the following:
how can I handle this situation painlessly and get rid of the error?
Should I kill the process:
`sudo killall mint-refresh-ca`?
or are there any not such critical solutions?
Thank you in advance.