powershell 将已安装的Chocolatey包导出为packages.config - 感谢Matty666
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 将已安装的Chocolatey包导出为packages.config - 感谢Matty666相关的知识,希望对你有一定的参考价值。
#Put this in Export-Chocolatey.ps1 file and run it:
#Export-Chocolatey.ps1 > packages.config
#You can install the packages using
#choco install packages.config -y
Write-Output "<?xml version=`"1.0`" encoding=`"utf-8`"?>"
Write-Output "<packages>"
choco list -lo -r -y | % { " <package id=`"$($_.SubString(0, $_.IndexOf("|")))`" version=`"$($_.SubString($_.IndexOf("|") + 1))`" />" }
Write-Output "</packages>"
以上是关于powershell 将已安装的Chocolatey包导出为packages.config - 感谢Matty666的主要内容,如果未能解决你的问题,请参考以下文章
PowerShell命令
如何将已部署在ASM的资源迁移到ARM中
无法将已安装的字体与 ImageMagick 一起使用
javascript 将已安装的node_modules与干净的npm install进行比较
获取 YN0028 锁定文件将已被此安装修改,这是明确禁止的。使用纱线浆果和heroku
SymbolicLink利用软连接将已安装程序搬迁到其他盘符