CIS benchmark Lab, install rsyslog issue

Hi,
I’m stuck on question 8 of “Lab - Run CIS Benchmark Assessment tool on Ubuntu”

The question is:

Fix the failed test - 5.1.2.1 Ensure rsyslog is installed
Follow exact commands given in Remediation of given test

The remediation form CIS report is # apt install rsyslog

unfortunately in the terminal
it is unable to resolve rsyslog

controlplane ~/Assessor via :coffee: v1.8.0 ➜ apt install rsyslog
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package rsyslog

The Solution to this question also points to the same command.

As a result I’m not able to finish the Lab

Hi @bartb

You need to update the package index apt update ( as you are root) else use sudo, and then try installing it.
It works: