Hi, Just wondering if Someone can help me out. I previously downloaded PIA but have uninstalled it some time ago with the sudo apt purge. However, I’ve now found that there is still ongoing network activity through the Pihole. I’ve attempted to look through the DPKG --list as well as the apt list which does gave “pia/noble 3.107-2build” (however purge states there is no pia installed), but can’t seem to uninstall PIA any further. Does anyone know how I can further uninstall any packages so that this is no longer occurring? For now ive blocked access through pihole.
Many thanks in advance!


Wait, pgrep exists and I don’t have to
ps -ax |grep processNameall the time? That could have saved me so much time for so long.
Thanks!
Yeah, it’s very handy. The switches are a bit different, depending on what you’re trying to identify, but
pgrep -l <term>Will usually get it done.