Difference between revisions of "Chocolatey"
From HackerNet
(→GUI) |
|||
Line 3: | Line 3: | ||
==Installation== | ==Installation== | ||
Kör powershell som admin. | Kör powershell som admin. | ||
− | + | <syntaxhighlight lang=powershell>iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))</syntaxhighlight> | |
==Exempel== | ==Exempel== | ||
− | Starta cmd som admin och | + | Starta cmd som admin och skriv, |
choco install git 7zip vlc firefox -y | choco install git 7zip vlc firefox -y | ||
Revision as of 14:02, 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 skriv,
choco install git 7zip vlc firefox -y
GUI
choco install chocolateygui