Difference between revisions of "Chocolatey"
From HackerNet
Helikopter (talk | contribs) (Created page with "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://choco...") |
|||
Line 6: | Line 6: | ||
==Exempel== | ==Exempel== | ||
− | + | Starta cmd som admin och kör, | |
choco install git 7zip vlc firefox -y | choco install git 7zip vlc firefox -y | ||
+ | ===GUI=== | ||
+ | Skriv, | ||
+ | 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
Skriv,
choco install chocolateygui