I’m using Manjro. I just installed Netdata using this link “wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --disable-telemetry”
But after installation I ran sudo netdata and it showing me this error
[lelouch@euphoria ~]$ sudo netdata
[sudo] password for lelouch:
sudo: netdata: command not found
Assuming that the command did indeed install netdata and it did not fail, can you check if sudo systemctl status netdata returns the status of netdata service? Generally netdata should start as a service, not needing to run it as a command.