chocolatey

Chocolatey Install Package Failing

妖精的绣舞 提交于 2020-04-06 22:11:06
问题 For those who are familiar with creating Chocolatey packages, can someone offer help to why this one isn't working? It packs, but when I test (install only package), it won't work. Here is the chocolateyinstall.ps1 file: $ErrorActionPreference = 'Stop'; # stop on all errors $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $fileLocation = Join-Path $toolsDir 'armcc.exe' $packagename = 'ARM_RVCT' $packageArgs = @{ packageName = $packageName unzipLocation = $toolsDir

Chocolatey Install Package Failing

余生颓废 提交于 2020-04-06 22:08:22
问题 For those who are familiar with creating Chocolatey packages, can someone offer help to why this one isn't working? It packs, but when I test (install only package), it won't work. Here is the chocolateyinstall.ps1 file: $ErrorActionPreference = 'Stop'; # stop on all errors $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $fileLocation = Join-Path $toolsDir 'armcc.exe' $packagename = 'ARM_RVCT' $packageArgs = @{ packageName = $packageName unzipLocation = $toolsDir

是什么在浪费我的硬盘空间-硬盘空间分析器-SpaceSniffer

最后都变了- 提交于 2020-03-06 20:49:12
SpaceSniffer 是一个免费、便携式工具应用程序,可让您了解磁盘上文件夹和文件的结构。 通过使用树图可视化布局,您可以立即感知大文件夹和文件在设备上的放置位置 基本使用 双击打开程序,选择需要分析的盘符,认真等待... 视图中的每个方块占据范围越大,磁盘上的文件夹和文件占据的空间就越大(此处的空间是指硬盘空间,也就是文件大小)。 单击方块。展开目录 单击方块顶部收起目录 双击方块顶部全屏展开目录 过滤功能 通过 过滤功能 能够列出所选分区的指定格式文件。 *.jpg 显示出 以 jpg 结尾的文件 |*.jpg 不显示以 jpg 为结尾的文件 > 1 gb 显示 大于 1 gb 的文件 > 2 years 显示 时间大于 2 年的文件 组合过滤项 * .jpg;> 1mb; <3months; 更加详细的过滤说明,可以通过软件的菜单里找到 导出功能 SpaceSniffer 可以导出纯文本的目录说明,在 File > export to file 下 下载 我们通过包管理工具可以方便的安装它 fosshub - https://www.fosshub.com/SpaceSniffer.html chocolatey 安装 - https://chocolatey.org/packages/spacesniffer 通过关注公众号 【极客收藏夹】 回复消息 【21】获取最新版

Jenkins CLI 命令行 v0.0.26

心不动则不痛 提交于 2020-02-28 09:32:31
本文首发于: Jenkins 中文社区 作者:Zhao Xiaojie Jenkins CLI 命令行 v0.0.26 jcli-v0.0.26 发布 本次版本发布,增加了两种包发行版: snapcraft 、 Chocolatey 。 snapcraft 是由 Ubuntu 提供的一个全新的 包管理器,它可以在 CentOS、Ubuntu、SUSE 等12种操作系统下使用。因此,Linux 用户可以更加方便地使用 jcli 。 命令行自动补全的特性可以大幅提高用户的工作效率,除了 bash 的用户外, zsh 以及 powerShell 的用户,现在也可以使用 jcli 的命令补全特性了。 🚀 功能 支持查看 jcli 的变更日志 (#328) @LinuxSuRen 支持根据父目录搜索任务 (#327) @LinuxSuRen 支持升级所有的插件 (#258) @yJunS 增加对 zsh 和 powerShell 的命令行补全的支持 (#296) @LinuxSuRen 🐛 缺陷修复 修复了无法启动非 LTS 的 Jenkins (#322) @LinuxSuRen 修复无法创建凭据的问题 (#325) @LinuxSuRen 📝 文档完善 增加对 snapcraft 的支持 (#321) @LinuxSuRen 增加对 Chocolatey 的支持 (#312)

Failure Installing DotNet 4.6.1 via Chocolatey using DSC cChocoPackageInstaller

泄露秘密 提交于 2020-01-05 04:06:13
问题 I'm attempting to set up a server Windows 2012 R2 in Azure via ARM templates and DSC. The DSC script runs the cChocoPackageInstaller to install dotnet4.6.1 (after running the cChocoInstaller). It looks like this: cChocoInstaller Choco { InstallDir = "c:\choco" } cChocoPackageInstaller DotNet461 { Name = "dotnet-461" DependsOn = "[cChocoInstaller]Choco" } The DotNet installer is downloaded but it ultimately fails when it is run. The log looks like this (I've excerpted just the errors here).

Chocolaty packages not installing via OneGet/PackageManagement in Windows 10?

那年仲夏 提交于 2020-01-01 08:00:46
问题 I'm trying to use oneget w/chocolaty and it doesn't seem to be working at all. The package says it's installed, no warning or notification. It installs the package in the choco directory, but doesn't run the install script and therefore the application is not actually installed. Note this is Windows 10 (Powershell 5). Get-PackageProvider –Name Chocolatey -ForceBootstrap Set-PackageSource -Name chocolatey -Trusted Install-package filezilla -Verbose -Force -ProviderName chocolatey yields 回答1:

Chocolaty packages not installing via OneGet/PackageManagement in Windows 10?

橙三吉。 提交于 2020-01-01 08:00:18
问题 I'm trying to use oneget w/chocolaty and it doesn't seem to be working at all. The package says it's installed, no warning or notification. It installs the package in the choco directory, but doesn't run the install script and therefore the application is not actually installed. Note this is Windows 10 (Powershell 5). Get-PackageProvider –Name Chocolatey -ForceBootstrap Set-PackageSource -Name chocolatey -Trusted Install-package filezilla -Verbose -Force -ProviderName chocolatey yields 回答1:

Chocolaty packages not installing via OneGet/PackageManagement in Windows 10?

让人想犯罪 __ 提交于 2020-01-01 07:59:45
问题 I'm trying to use oneget w/chocolaty and it doesn't seem to be working at all. The package says it's installed, no warning or notification. It installs the package in the choco directory, but doesn't run the install script and therefore the application is not actually installed. Note this is Windows 10 (Powershell 5). Get-PackageProvider –Name Chocolatey -ForceBootstrap Set-PackageSource -Name chocolatey -Trusted Install-package filezilla -Verbose -Force -ProviderName chocolatey yields 回答1:

How do I remove a package installed via Chocolatey?

房东的猫 提交于 2020-01-01 07:33:08
问题 I installed gittfs using cinst gittfs How do I now remove the gittfs package? 回答1: Use cuninst packagename See Uninstall Command for details. 回答2: UPDATE: as per @ferventcoder's comment, Chocolately has added support for uninstalling packages since this question was first asked and answered. The syntax is chocolatey uninstall packageName or just cuninst packageName . You can optionally uninstall a specific version: cuninst packageName -version 1.0.1234 See Rob's link for the latest, including

Error installing Sass (Ruby 2.5.0.1, MSYS2 20161025.0.0)

怎甘沉沦 提交于 2019-12-23 11:35:15
问题 I tried to install Sass. I installed Ruby and MSYS2 prior to that, the latest from all with Chocolatey: choco install ruby choco install msys2 Seemingly they were properly installed. ruby -v results in: ruby 2.5.0p0 (2017-12-25 revision 61468) [x64-mingw32] When I tried to run gem install sass I received the following error message: ERROR: Error installing sass: The last version of ffi (< 2, >= 0.5.0) to support your Ruby & RubyGems was 1.9.18. Try installing it with `gem install ffi -v 1.9