-1

I'm trying to install gnome tweaks on pop_os with the command:

sudo apt install gnome-tweaks

after running the command I stumbled with this prompt:

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

Is there something I should be doing before this? online videos are not really specific about this.

1 Answers1

-2

Sounds like you have another process or maybe another window also trying to do an install. Do you have the software center or something open? Are you doing another install in a different terminal window? If all else fails, maybe reboot?

Bovine
  • 534
  • I think I DID click an install update notification, which opened the pop_shop into the installed tab. could that be the cause? – Ballooncities 8 Dec 11 '21 at 05:37
  • I am not familiar with Pop, so cannot really say. Process 1102 is what has the file locked. You can run ps 1102 to see what is running in that process. – Bovine Dec 11 '21 at 05:48