Hi guys.. anyone know how solve this. cannot install the ufw version at aapanel 7.0.9
`root@unycruc:~# systemctl status ufw
● ufw.service - Uncomplicated firewall
Loaded: loaded (/lib/systemd/system/ufw.service; enabled; vendor preset: enabled)
Active: active (exited) since Tue 2024-09-17 05:44:56 -05; 9min ago
Docs: man:ufw(8)
Main PID: 440 (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 4915)
CGroup: /system.slice/ufw.service
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
root@unycruc:~# systemctl enable ufw
Synchronizing state of ufw.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable ufw
root@unycruc:~# systemctl start ufw
root@unycruc:~# sudo ufw status verbose
Traceback (most recent call last):
File "/usr/sbin/ufw", line 25, in <module>
import ufw.frontend
ModuleNotFoundError: No module named 'ufw'
root@unycruc:~# D`