We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e2e34 commit 5cbf09dCopy full SHA for 5cbf09d
topics/tools_and_varia/slides/dev_environments.md
@@ -131,17 +131,20 @@ Chocolatey
131
* Wenn ein Programm nicht existiert, reiche ein *eigenes Packet* ein: [choco_create_packages]
132
133
~~~
134
-choco list --local-only
+choco list
135
choco install -y <package>
136
choco uninstall <package>
137
choco upgrade <package>
138
choco upgrade -y all
139
-choco pin add -n git
140
choco pin add -n git --version 1.2.3
141
choco info <package>
142
choco search --id-starts-with <pattern>
143
144
+### Alternative
145
+
146
+WinGet, UniGetUI
147
148
149
Ansible
150
-------
0 commit comments