Install custom packages deb linux

(imported topic written by Corda)

Hi to all, How do I install custom packages (.deb) with Tivoli Endpoint Manager? There isn’t the wizard like software distribution for windows.

Thanks.

yes use the software distribution, create the package add the .deb files, when you create the task, it will not recognize the .deb file so it will not auto-populate the command field, so in the command field enter your command example; dpkg -i nameofsoftware.deb
if you want to be tidy, you will also notice on the action script that because it was unsure about the OS platform, it also added a windows section. you can remove this, remove the text from the first if to the else line, then remove the endif line at the end.
everyone likes clean code. :slight_smile: