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.
sudo apt update
before you run anything else inapt
and if you're going to add or remove software, you should also make sure everything is up-to-date withsudo apt upgrade
. Otherwise you're increasing the chance that you're going to break something. FYI: Pop!OS is off topic here. – Nmath Dec 11 '21 at 05:38