Difference between revisions of "Chocolatey"
From HackerNet
(→GUI) |
|||
Line 10: | Line 10: | ||
===GUI=== | ===GUI=== | ||
− | |||
choco install chocolateygui | choco install chocolateygui | ||
[[Category:Windows]] | [[Category:Windows]] |
Revision as of 14:00, 3 August 2015
Chocolatey är en pakethanterare för Windows, som apt-get och yum.
Installation
Kör powershell som admin.
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
Exempel
Starta cmd som admin och kör,
choco install git 7zip vlc firefox -y
GUI
choco install chocolateygui