UFW Command not found (solved)

Ive tried looking this up and cannot find a solution, all my issues seem to be simple solves right now but im currently getting:

root@kali:~/Documents# ufw allow from 10.10.10.27 proto tcp to any port 80,443
bash: ufw: command not found
root@kali:~/Documents# cd …
root@kali:~# ufw allow from 10.10.14.178 proto tcp to any port 80,443
bash: ufw: command not found
root@kali:~# ufw allow from 10.10.14.178:80 proto tcp to any port 80,443
bash: ufw: command not found

ive put my ip in, added the port number. im slightly at a lose as to what im missing here.

Activated:
root@kali:~# python3 -m http.server 80
Serving HTTP on 0.0.0.0 port 80 (http://0.0.0.0:80/) …

root@kali:~# nc -lvnp 443
listening on [any] 443 …

also i am running a terminal that has the SQL> prompt and i am able to type into it and such but im not getting any results.

and remember kids, Google it, then apparently install it. Kali2020 doesnt have a bunch of things preinstalled for the starter box

@GalacticOmlett said:

Ive tried looking this up and cannot find a solution, all my issues seem to be simple solves right now but im currently getting:

root@kali:~/Documents# ufw allow from 10.10.10.27 proto tcp to any port 80,443
bash: ufw: command not found

It literally tells you what the problem is. ufw is not installed on your system. By default, no incoming connections are blocked on Kali Linux, so the problem might be somewhere else.