maiochristian.blogg.se

Install choco windows
Install choco windows













install choco windows

choco install package_nameįor example, to install Skype you could do so with the following command. Chocolatey website packagesĪs you can see, how to install them is very simple, just use the choco command followed by install and the package name.

install choco windows

On the official site you have a search box to locate those that you need to know what is the name of the package. Once installed the package m anager, you can install and automate the installation of various tools from command line. In this case please note that you must have previously executed Set-ExecutionPolicy Unrestricted in order to run the previous line. Īlso you can install it from PowerShell with the following command : iex ((new-object net.webclient).DownloadString('')) R ealize that if you launch this command without being an administrator It will only be available to the user who launched the installation. With that command you will install Chocolatey and will add it to the environment variables so that you can use it from anywhere. To start installing packages from the terminal with this m anager, the first thing you should do is to open the console as administrator to launch the following command : -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString(''))" & SET PATH=%PATH% %ALLUSERSPROFILE%\chocolatey\bin Instalando Chocolatey como administrador Therefore, today I would like to talk to you about Chocolatey, a package manager for Windows, supported in PowerShell and the Nuget infrastructure. On Windows it is less frequent, but there are occasions in which can be really useful a tool, especially when it comes to automate. If you work with Linux or Mac you ‘re more than used to deploy and maintain applications from the terminal of the operating system.















Install choco windows