apt install rsyslog
The above command does not work in CIS benchmark lab with CKS. (as per the solution provided)
To install rsyslog you need following steps.
I just tried the lab. The following also works fine:
apt update
apt install rsyslog
Thanks a lot. I thought it depends only on repository.
It never hurts to run apt update
. But often, as it does here, it helps