Windows: Difference between revisions

12 bytes added ,  29 March 2020
No edit summary
Line 31: Line 31:
===Chocolatey===
===Chocolatey===
[https://chocolatey.org/ Chocolatey] is an open source package manager for windows.<br>
[https://chocolatey.org/ Chocolatey] is an open source package manager for windows.<br>
Install by following the directions on [https://chocolatey.org/install https://chocolatey.org/install].<br>
Install Chocolatey by following the directions on [https://chocolatey.org/install https://chocolatey.org/install].<br>
It is particulary useful for managing CLI applications such as ffmpeg and youtube-dl.
It is particularly useful for managing CLI applications such as ffmpeg and youtube-dl.
<pre>
<pre>
# Installs ffmpeg
# Installs ffmpeg
choco install ffmpeg
choco install ffmpeg
</pre>
</pre>