Exclusively for TechExams members for Infosec Boot Camps starting before April 30, 2026
[COLOR=#333333]yum list installed[/COLOR]
yum list installed | awk {'print $1'}
log32 wrote: » yum list installed | awk {'print $1'}
yum list installed | awk {'print $1'} > installed.txt
yum -y install $(cat installed.txt)
Exclusively for TechExam members. Applies to boot camps starting before April 30, 2026.