I need to install O365CentralizedAddInDeployment module to continue my development related to microsoft365 add-in development. For that I already installed powershell in ubuntu and executed following command,
Install-Module -Name O365CentralizedAddInDeployment -RequiredVersion 1.5.0.2
then import using Import-Module -Name O365CentralizedAddInDeployment
but it gives me following error.
Import-Module: Could not load file or assembly 'microsoft.identitymodel.clients.activedirectory, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Is there any way to install this "O365CentralizedAddInDeployment
" module to uduntu environment and use for the development?