Celeb Glow
news | April 03, 2026

I can't use ufw on Ubuntu 20.04: "command not found"

Somehow, I can't use sudo ufw. The terminal keeps saying:

command not found
1

1 Answer

Is it even installed on your system?

You can install UFW with

sudo apt install ufw

You can get help with UFw with

ufw --help

You can download UFW directly from the ubuntu software center:

enter image description here

But, above all else, you can set paramenters for UFW using the GUI by installing Firewall Configuration tool from the ubuntu software center.

enter image description here

reference

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy