Home > System Tutorial > LINUX > body text

Bonus: Windows package management system Chocolatey

WBOY
Release: 2024-03-24 09:20:08
forward
627 people have browsed it
Chocolatey Detailed introduction

Chocolatey is the next command line package management software for Windows. Simply put, this is Windows’ apt-get. If you are used to Linux operating methods and really want to use it to control Windows, please give it a try. Chocolatey, a package management system, currently contains nearly 500 commonly used software.

The installation is very simple. Open the command line interface, paste the following line and press Enter:

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('http://bit.ly/psChocInstall'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
Copy after login

Usage is also simple:

Query whether the program is in the database: clist

Installer:cinst
福利:Windows 软件包管理系统 Chocolatey

The above is the detailed content of Bonus: Windows package management system Chocolatey. For more information, please follow other related articles on the PHP Chinese website!

source:linuxprobe.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!