Package installation in Multiple computers.
Verfasst: 04 Dez 2014, 11:16
Hello all,
i would like to know if there is anyway of installing one package to all the computers in my opsi that have another package already installed.
Here is an example:
Let suppose i have 50 computers in opsi. 35 of those have program X already installed. I woould like to install program Y in all computers that have program X.
If these is not possible then, is it possible in this case?
Let suppose i have 50 computers in opsi. I want to install a new package to ALL the computers in my opsi.
Thanks for the help.
EDIT:
In the first example:
To know how many computers have the program X installed you can run the command:
i would like to know if there is anyway of installing one package to all the computers in my opsi that have another package already installed.
Here is an example:
Let suppose i have 50 computers in opsi. 35 of those have program X already installed. I woould like to install program Y in all computers that have program X.
If these is not possible then, is it possible in this case?
Let suppose i have 50 computers in opsi. I want to install a new package to ALL the computers in my opsi.
Thanks for the help.
EDIT:
In the first example:
To know how many computers have the program X installed you can run the command:
Code: Alles auswählen
grep -l "ProgramName" *.sw (in the directory: /var/lib/opsi/config/audit)