Miguel Fernandez
Miguel Fernandez
## Update ### Packages needed - RPM - /sbin/service -> ```initscripts``` - /usr/sbin/groupadd /usr/sbin/useradd -> ```shadow-utils``` - DEB - libc6 (>= 2.7) - lsb-release - debconf - adduser ```` root@b32465d27643:/#...
## Update report - DEB ### Installing ```lsb-release``` in the agent package In the documentation, the installation uses ```apt-get``` whereas the Wazuh dashboard uses ```dpkg -i``` ```lsb-release```is not installed in...
## Update report - RPM The rpm agent only has these dependencies: ```` Requires(pre): /usr/sbin/groupadd /usr/sbin/useradd Requires(preun): /sbin/service Requires(postun): /sbin/service ```` The ```/usr/sbin/groupadd``` and ```/usr/sbin/useradd``` these services are in the...
## Update report The dependencies ```libc6```, ```debconf``` and ```adduser``` are very important in Debian-based systems. They are installed by default and if they are removed a lot of other important...
## Update report ### Removing ```adduser``` Debian 11 Docker ```` root@733fb2f97d70:/# apt-get remove adduser Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages were...
## Update report - RPM ### Removing ```shadow-utils``` and installing wazuh-agent Amazon Linux 2 ```` bash-4.2# yum remove shadow-utils Loaded plugins: ovl, priorities No Match for argument: shadow-utils No Packages...
## Update report ## DEB Binaries | Command | Ubuntu 22 | Ubuntu 20 | Ubuntu 18 | Ubuntu 16 | Ubuntu 14 | Debian 11 | Debian 10 |...
## Update report ## RPM Binaries | Command | Red Hat 9 | Red Hat 8 | Red Hat 7 | CentOS 8 | CentOS 7 | CentOS 6 |...
## Update report ```yum install``` install the dependencies if they are not in the system in most cases, ```apt-get install``` does not. Considering this fact, it only makes sense to...
Hello @zbalkan, If the system has firewalld install the installation works perfectly, but if not I have noticed a few errors 1. The command ```iptables -L INPUT``` does not show...