Skip to content

Commit 5cbf09d

Browse files
committed
tools_and_varia: add alternatives: WinGet, UniGetUI
1 parent 99e2e34 commit 5cbf09d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

topics/tools_and_varia/slides/dev_environments.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,20 @@ Chocolatey
131131
* Wenn ein Programm nicht existiert, reiche ein *eigenes Packet* ein: [choco_create_packages]
132132

133133
~~~
134-
choco list --local-only
134+
choco list
135135
choco install -y <package>
136136
choco uninstall <package>
137137
choco upgrade <package>
138138
choco upgrade -y all
139-
choco pin add -n git
140139
choco pin add -n git --version 1.2.3
141140
choco info <package>
142141
choco search --id-starts-with <pattern>
143142
~~~
144143

144+
### Alternative
145+
146+
WinGet, UniGetUI
147+
145148

146149
Ansible
147150
-------

0 commit comments

Comments
 (0)