Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

chocolatey

1. Open PowerShell with admin rights
2. Now run the following command:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

3. Wait a few seconds for the command to complete.
4. If you don't see any errors, you are ready to use Chocolatey! Type choco or choco -? now, or see Getting Started for usage instructions.
Comment

chocolatey

# Chocolatey is a package management software for Windows operating system.
# With chocolatey, a user can install a lot of software packages for use through out the windows machine.
# if those are available on the chocolatey repository.
# Just like Brew for MacOS, use Chocolatey...

# Download and install chocolatey from https://chocolatey.org/install

# Open Your command prompt or Powershell with administrator rights
# Now you can run any command. Try the following commands:

# You can install the Python executable with just one command
$ choco install python
# Or specific version
$ choco install python --version <version>

# You can install the nodejs executable with just one command
$ choco install nodejs
# Or specific version
$ choco install nodejs --version <version>

# You can install the Java Development Kit (JDK) with just one command
$ choco install jdk11

# So with this package manager, we see how easy it is to get, install or update software without any hassel. Hurray!

# For more info visit https://chocolatey.org/
Comment

what is chocolatey

// Chocolatey is a package management software for Windows operating system.  
Comment

PREVIOUS NEXT
Code Example
Shell :: check port status linux 
Shell :: how to install gnome-shell-extension-appindicator 
Shell :: The CUDA compiler identification is unknown CMake Error at CMakeLists.txt:441 (enable_language): No CMAKE_CUDA_COMPILER could be found. 
Shell :: linux service .net app 
Shell :: install sublime text editor ubuntu terminal 
Shell :: download clamav via terminal 
Shell :: brownie list saved accounts 
Shell :: Help manual in linux 
Shell :: git pull on another branch 
Shell :: clear tracked files from git 
Shell :: crictl image prune 
Shell :: perl install Switch 
Shell :: grep not include 
Shell :: redis ubuntu install 
Shell :: linux check if screen is running 
Shell :: email client for linux 
Shell :: dropbox linux 
Shell :: ubuntu bluetooth gets turned off everytime i reboot 
Shell :: arrow folder file github 
Shell :: rename master to main 
Shell :: check iptables rules in kubernetes service 
Shell :: boucle bash 
Shell :: react native navigation 
Shell :: count lines in bash script 
Shell :: check bluetooth radio status bash 
Shell :: setup teamspeak docker 
Shell :: clone branch git 
Shell :: regex for url in bash 
Shell :: how-to-fix-held-broken-packages 
Shell :: Git config --list to list all the settings 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =