In this article, I am going to show you how to removed cloudflared from Ubuntu/Debian and other Linux distributions.
First, uninstall the cloudflared systemd service.
# cloudflared service uninstall
To uninstall the cloudflared system package on Ubuntu/Debian, run the following command:
# apt remove cloudflared -y
To uninstall the cloudflared system package on RHEL/CentOS/Fedora/AlmaLinux/RockyLinux, run the following command:
# dnf remove cloudflared -y
cloudflared shoiuld be uninstalled.
