pub fn are_installed(programs: &Vec<Program>) -> bool
Iterates the programs vec and calls .is_installed() on each of them. Returns true if they are installed and false otherwise.
programs
.is_installed()