Open TMP Archive on OS X

Hi,

I’m trying to make a software deployment fixlet for OS X (NOT WINDOWS). I am walking through the steps of the fixlet, but I cannot even get started. Step 2, after downloading file TMP, is to extract it. The fixlet issues the command “extract file.tmp” The terminal returns “extract: command not found.” How do I open this file, so I can get on with my testing?

Thanks

You can use the bfarchive tool to extract it on OS X:
https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/Tivoli%20Endpoint%20Manager/page/BFArchive%20Tool

1 Like

That worked great! many thanks!