79395063

Date: 2025-01-28 20:18:05
Score: 1.5
Natty:
Report link

For Windows users, even with opening PowerShell as Administrator didn't solve the case for me...

The problem can be solve with the PowerShell(as Admin) command:

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser

Answer Y to autorize the script's execution.

et Voila!

Now you can run rpm install without any restrictions

To learn more about execution policies : https://learn.microsoft.com/fr-fr/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.5

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: RoGKôT