Hello House,
I am trying to distribute Trend Micro agents to AIX machines and the agents are .gz files. I am getting the error below. How do I go about this?
Hello House,
I am trying to distribute Trend Micro agents to AIX machines and the agents are .gz files. I am getting the error below. How do I go about this?
A .gz file is essentially a zipped package and wont install natively.
You will need to create a fixlet that unzips it then installs it from there.
gzip -d file.gz would work or something like tar xvzf file.tar.gz
I suggest to extract the file with 7zip or similar on a local machine and look what kind of files we are talking about. In case of rpm building a manual fixlet is needed, in case of .bff the bigfix wizard will be helpful.