So apt-get update updates the package cache of your system. It doesn’t actually mean that the package is installed, it merely asks the remote repository whether there is an update.
To resolve this completely, you can run (make sure it’s exactly like that, a typo in this command can be bad): sudo rm -rf /etc/apt/sources.list.d/cloudflared.list
Ah I see. Thank you for that. I ran the command and I assume it worked since now when I run
sudo apt update
Cloudflared is no longer in the list.
However, everything is still running at a snails pace. I don’t remember uninstalling cloudflared. I wish I had a backup right before I installed this so I could go back to what I had before.