Skip to main content

Chocolatey – Ist ein, auf .NET basierender, genialer, leicht zu bedienender Open-Source (Apache 2.0) Windows Powershell Command-Line Paketmanager, der vom Ansatz her wie Debian’s apt-get Paketmanager funktioniert.

Momentan kann man über die Offizielle Webseite auf über 300 Chocolatey-Pakete zugreifen, um mit diesen endlich auch auf Windows-Systemen, wilde Download-Orgien feiern. Eine Such- und Tag-Funktion runden das ganze noch einmal ab.

Kleine Kostprobe gefällig?

Installation des Chocolatey Paketmanagers
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex
((new-object net.webclient).DownloadString('http://bit.ly/psChocInstall'))"
&& SET PATH=%PATH%;%systemdrive%chocolateybin
Installation Notepad++
cinst notepadplusplus
Deinstallation Notepad++
cuninst notepadplusplus
Update Notepad++
cup notepadplusplus
Alles updaten
cup all
Noch ein paar Features
  • WebPI Support
  • Ruby Gems Support
  • Cygwin integration
  • Gute Dokumentation und lebendige Community
Requirement:
  • Windows ab XP
  • .NET Framework 4.0
  • PowerShell 2.0