Description
install choco windows Chocolatey đã được cài đặt và bây giờ các lệnh như choco install và choco upgrade sẽ cho phép bạn quản lý các chương trình trong dòng lệnh (cmd hoặc PowerShell)..
windows-11-installation-assistant Chocolatey is a package manager for Windows that gives you a command-line approach to install, update, and remove software. It makes managing software on a Windows PC easy and saves you time and effort.
install-nvm-windows Using choco command Choco is the command-line tool we use to interact with the chocolatey package manager. To install a new package, we use the choco install command. For example, to install Git on Windows 11, you will run the choco command as follows: choco install -y git Use the choco search command to find packages by keywords.