Powershell SharePoint (PnP) - cmdlet running on IBM i

Issue #88 resolved
Julian Gomez Garcia created an issue

The idea is to run ps program on IBM i to manage libraries PnP-PowerShell.

SharePoint commands to comunicate Microsoft Cloud with IBM i. I’ve found Microsoft has developed the rpm to do it with Linux/MacOs/ARM and I’ve tried unsuccessfully install Linux rpm. However, there’s not dependencies with standard library like:

libc.so.6, libdl.so.2, libpthreadh, libz.so.1

Thank you.

Comments (1)

  1. Kevin Adler

    Sorry, running applications built for Linux on IBM i is not possible. RPM is simply a packaging mechanism - the underlying programs packaged in the RPM still has to be compatible with the platform you're installing it to.

    You can package Windows applications in a zip file and extract the zip file on Linux or macOS or even an iPad, but that doesn't mean you can run the EXE there.

  2. Log in to comment