Installing .Net Core SDK and RunTime from the Windows Terminal?

1

I need to install both the Runtime and the .Net Core SDK on the college machine, however, the only place I can put a general access proxy is in the Terminal, so I'd like to know if you can install those components via windows terminal?

ps: I can not install anything because admin privileges are required for this.

    
asked by anonymous 23.08.2017 / 14:37

1 answer

2

using chocolatey Link: link

can do this

choco install dotnetcore-runtime

Link: link

    
24.08.2017 / 19:22