TestingDocs.com
    Software Testing website
    • Automation
      • Selenium
      • JBehave Framework
    • Tutorials
      • MySQL Tutorials
      • Testlink
      • Maven
      • Git
    • IDEs
      • IntelliJ IDEA
      • Eclipse
    • Flowcharts
      • Flowgorithm
      • Raptor
    • About

    Android

    Install Chocolatey on Windows

    Overview

    In this tutorial, we will install Chocolatey on the Windows operating system. Chocolatey is a package manager for Windows that allows us to install, update, and manage software packages on the computer system. The tool simplifies software management by providing a command-line interface (CLI) and a vast repository of pre-compiled packages.

    Install Chocolatey

    To install Chocolatey, follow the below steps:

    Open Windows PowerShell with Administrator privileges(or a Command Prompt).

    Windows PowerShell is a command-line shell and scripting language developed by Microsoft Corporation. The tool is designed for power users like System Administrators to automate tasks and manage configurations in the Windows operating system.

    Run the following command:

    Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString(‘https://community.chocolatey.org/install.ps1’))

    Paste the command into your power shell and press Enter button.

     

    Install Chocolatey Windows

    To verify the installation,  Type the following command:

    choco or choco -?

     

    PS C:\WINDOWS\system32> choco
    Chocolatey v2.0.0
    Please run ‘choco -?’ or ‘choco <command> -?’ for help menu.

     

    Verify Choco Install Windows

    If you don’t see any errors, the installation was successful. The common error is when you execute the command in the shell without administrative privileges.

    Example

    In this example, we will use Chocolatey to install or upgrade Dart SDK on the Windows operating system.

    https://www.testingdocs.com/install-dart-sdk-on-windows/

    Chocolatey Website

    More information on Chocolatey:

    https://chocolatey.org/

    Related Posts

    Google Play Store Desktop

    Android /

    Mobile App Stores

    Google Play Console Account

    Android /

    Steps to Publish an Android app

    Android /

    Android Programming Languages

    Android Studio Setup Wizard

    Android /

    Customization of Android Development Environment

    Download Android Studio

    Android /

    Download Android Studio Package on Linux

    ‹ Customization of Android Development Environment› Android Programming Languages

    Recent Posts

    • ChatGPT Subscription Plans
    • Stellar Converter for Database
    • Stellar Log Analyzer for MySQL
    • Stellar Repair for MySQL
    • ChatGPT Capabilities
    • How to secure your SQL Database: Tips and Tricks
    • ChatGPT4 Conversational AI Features
    • Shaping the Future of Development: Exploring Key Trends in Software Engineering
    • Improving Java Performance with Multithreading
    • Open-source Vector Databases

    Back to Top

    Links

    • Contact
    • Privacy Policy
    • Cookie Policy

    www.TestingDocs.com