#VPS Web interface

4 messages · Page 1 of 1 (latest)

sand ember
#

Hiya, tryna install the web interface but getting spammed with this error.

Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 6020 (apt)...

any idea how to fix?

Ubuntu 22.04

hybrid cryptBOT
#

Hi there 👋
Thank you for creating a post on our Community Forum. Please keep in mind that we don't provide official support on Discord. This is a forum for the community, by the community. Meaning that help is not guaranteed. If at any point you believe your post is resolved, feel free to use the button below to close this automatically.
Now let's wait and see if someone of our lovely community can help you out!

discordtip TIP:

Need actual official support? Reach out to our customer care. greenticket

lucid dirge
#

I don't know about what this "web interface" is, but the error is pretty common, you have another package manager (apt) process running so you need to either wait it to finish (maybe you ran apt-get update in another terminal?) or kill it (kill PIDNUMBER -- 6020 in your error message).

sand ember
#

Got it sorted, thanks