CKS Lab rsyslog issue

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.

sudo add-apt-repository ppa:adiscon/v8-devel

sudo apt-get update

sudo apt install rsyslog -y

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 :slight_smile: