PS C:\Users\mcsec> choco install scala -y Chocolatey v1.1.0 2 validations performed. 1 success(es), 1 warning(s), and 0 error(s).
Validation Warnings:
- A pending system reboot request has been detected, however, this is being ignored due to the current Chocolatey configuration. If you want to halt when this occurs, then either set the global feature using: choco feature enable -name=exitOnRebootDetected or pass the option --exit-when-reboot-detected.
Installing the following packages: scala By installing, you accept licenses for the packages. Progress: Downloading scala.portable 2.11.4… 100% Progress: Downloading binroot 0.04… 100% Progress: Downloading javaruntime 7.0.75… 100% Progress: Downloading scala 2.11.4… 100%
binroot v0.04 [Approved] binroot package files install completed. Performing other installation steps. Environment Vars (like PATH) have changed. Close/reopen your shell to
see the changes (or in powershell/cmd.exe just type `refreshenv`). The install of binroot was successful. Software install location not explicitly set, it could be in package or default install location of installer.
javaruntime v7.0.75 [Approved] javaruntime package files install completed. Performing other installation steps. WARNING: Url has SSL/TLS available, switching to HTTPS for download Downloading javaruntime
from 'https://javadl.sun.com/webapps/download/AutoDL?BundleId=101467'Progress: 100% - Completed download of C:\Users\mcsec\AppData\Local\Temp\chocolatey\javaruntime\7.0.75\javaruntimeInstall.exe (28.1 MB). Download of javaruntimeInstall.exe (28.1 MB) completed. Installing javaruntime… javaruntime has been installed. PS C:\Users\mcsec> choco uninstall scala -y Chocolatey v1.1.0 2 validations performed. 1 success(es), 1 warning(s), and 0 error(s).
Validation Warnings:
- A pending system reboot request has been detected, however, this is being ignored due to the current Chocolatey configuration. If you want to halt when this occurs, then either set the global feature using: choco feature enable -name=exitOnRebootDetected or pass the option --exit-when-reboot-detected.
Uninstalling the following packages: scala scala is not installed. Cannot uninstall a non-existent package.
Chocolatey uninstalled 0/1 packages. 1 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Failures
- scala - scala is not installed. Cannot uninstall a non-existent package.
If a package uninstall is failing and/or you've already uninstalled the
software outside of Chocolatey, you can attempt to run the command with `-n` to skip running a chocolateyUninstall script, additionally adding `--skip-autouninstaller` to skip an attempt to automatically remove system-installed software. Only the packaging files are removed and not things like software installed to Programs and Features.
If a package is failing because it is a dependency of another package
or packages, then you may first need to consider if it needs to be removed as packages have dependencies for a reason. If you decide that you still want to remove it, head into `$env:ChocolateyInstall\lib` and find the package folder you want to be removed. Then delete the folder for the package. You should use this option only as a last resort.
PS C:\Users\mcsec> choco install scala3 -y Chocolatey v1.1.0 2 validations performed. 1 success(es), 1 warning(s), and 0 error(s).
Validation Warnings:
- A pending system reboot request has been detected, however, this is being ignored due to the current Chocolatey configuration. If you want to halt when this occurs, then either set the global feature using: choco feature enable -name=exitOnRebootDetected or pass the option --exit-when-reboot-detected.
Installing the following packages: scala3 By installing, you accept licenses for the packages. scala3 not installed. The package was not found with the source(s) listed.
Source(s): 'https://community.chocolatey.org/api/v2/' NOTE: When you specify explicit sources, it overrides default sources.If the package version is a prerelease and you didn't specify `–pre`,
the package may not be found.Please see https://docs.chocolatey.org/en-us/troubleshooting for more
assistance.
Chocolatey installed 0/1 packages. 1 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Failures
- scala3 - scala3 not installed. The package was not found with the source(s) listed. Source(s): 'https://community.chocolatey.org/api/v2/' NOTE: When you specify explicit sources, it overrides default sources.If the package version is a prerelease and you didn't specify `–pre`,
the package may not be found.Please see https://docs.chocolatey.org/en-us/troubleshooting for more
assistance.PS C:\Users\mcsec> choco uninstall binroot -y Chocolatey v1.1.0 2 validations performed. 1 success(es), 1 warning(s), and 0 error(s).
Validation Warnings:
- A pending system reboot request has been detected, however, this is being ignored due to the current Chocolatey configuration. If you want to halt when this occurs, then either set the global feature using: choco feature enable -name=exitOnRebootDetected or pass the option --exit-when-reboot-detected.
Uninstalling the following packages: binroot
binroot v0.04
Skipping auto uninstaller - No registry snapshot. binroot has been successfully uninstalled.
Chocolatey uninstalled 1/1 packages.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).