Skip to content

Instantly share code, notes, and snippets.

@jonsagara
Last active July 20, 2021 17:14
Show Gist options
  • Save jonsagara/1f7ed8fe9ebda1de028c6e7b844a0b3e to your computer and use it in GitHub Desktop.
Save jonsagara/1f7ed8fe9ebda1de028c6e7b844a0b3e to your computer and use it in GitHub Desktop.

Revisions

  1. jonsagara revised this gist Jul 20, 2021. No changes.
  2. jonsagara created this gist Jun 9, 2021.
    8 changes: 8 additions & 0 deletions dotnet-core-uninstall.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    # List the installed SDKs and runtimes.
    sudo ./dotnet-core-uninstall list

    # Remove a specific runtime version without a confirmation prompt.
    sudo ./dotnet-core-uninstall remove -y --runtime 3.1.10

    # Remove a specific SDK version without a confirmation prompt.
    sudo ./dotnet-core-uninstall remove -y --sdk 3.1.10