16
submitted 14 hours ago* (last edited 12 hours ago) by YeahToast@aussie.zone to c/linux@lemmy.ml

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!

top 4 comments
sorted by: hot top controversial new old
[-] moonpiedumplings@programming.dev 21 points 13 hours ago

Did you reboot?

It could be that a system service was installed, and activated. This service could stay running even after the packages are removed, since the programs would remain in memory.

[-] YeahToast@aussie.zone 9 points 12 hours ago* (last edited 12 hours ago)

Yeah, i uninstalled it months ago. several reboots. Thanks for the heads up re: system service. I ran systemctl --type=service --state=running and found the cheeky bugger running there! Have now removed the service, thanks so much!

[-] non_burglar@lemmy.world 8 points 13 hours ago

Packages are installed and removed from disk, but unless you kill the offending process(es), it might remain active in memory, depending on the quality of the install/remove script.

You can use ps, pgrep or any number of utils to figure out which process is the one to get rid of, and just kill it.

[-] YeahToast@aussie.zone 4 points 12 hours ago

Thanks for your reply. The term 'system service' let me search the right terms. ps & pgrep are not utilities im really familiar with, i'll read up on them, thanks.

this post was submitted on 15 Jun 2026
16 points (100.0% liked)

Linux

65802 readers
934 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS