100 Days DevOps: Jenkins Task Number 68. Installation of jenkins

Hello KodeKloud Team,
I am facing the below issue when installing Jenkins.
As the question suggest installing with yum but when i check the release it is ubuntu. So, i am using apt to install Jenkins. But i am getting host down error.
Please do check and help me on this.

I’d tend to agree that the current setup of the jenkins host is screwy. You can complete the lab by starting the jenkins program with:

sudo -u jenkins /usr/bin/jenkins

which the grader will accept. Nonetheless, I’ll write this up and have them either fix the host, the task description, or both.

I’ve since learned that you can start the jenkins service on that host using service jenkins start – the service is enabled by the installer, so that should suffice.

Thanks @rob_kodekloud for your help. It worked.

In any event, we’ve now updated the question to match the changed environment. Should work more intuitively now.