Skip to content

installation *seems* to be ok, but many things don't work #83

@rapkin61

Description

@rapkin61

Description

.\install_scoop.ps1 -ScoopDir 'C:\Applications\Scoop' -ScoopGlobalDir 'C:\Applications\GlobalScoopApps'
Initializing...
Downloading...
Extracting...
Creating shim...
Scoop was installed successfully!
Type 'scoop help' for instructions.

scoop help
Get-ChildItem : Der Pfad "C:\Program Files\shims" kann nicht gefunden werden, da er nicht vorhanden ist.
In C:\Applications\Scoop\apps\scoop\current\lib\commands.ps1:2 Zeichen:51

  • ... tem "$PSScriptRoot..\libexec") + (Get-ChildItem "$scoopdir\shims") |
  •                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (C:\Program Files\shims:String) [Get-ChildItem], ItemNotFoundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

Usage: scoop []

Available commands are listed below.

Type 'scoop help ' to get more help for a specific command.
Get-ChildItem : Der Pfad "C:\Program Files\shims" kann nicht gefunden werden, da er nicht vorhanden ist.
In C:\Applications\Scoop\apps\scoop\current\lib\commands.ps1:2 Zeichen:51

  • ... tem "$PSScriptRoot..\libexec") + (Get-ChildItem "$scoopdir\shims") |
  •                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (C:\Program Files\shims:String) [Get-ChildItem], ItemNotFoundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

Command Summary


alias Manage scoop aliases
bucket Manage Scoop buckets
....

scoop update
Scoop uses Git to update itself. Run 'scoop install git' and try again.

scoop install git
Get-ChildItem : Der Pfad "C:\Program Files\buckets" kann nicht gefunden werden, da er nicht vorhanden ist.
In C:\Applications\Scoop\apps\scoop\current\lib\buckets.ps1:61 Zeichen:21

  • $bucketNames = (Get-ChildItem -Path $bucketsdir -Directory).Name
    
  •                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (C:\Program Files\buckets:String) [Get-ChildItem], ItemNotFoundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

Get-ChildItem : Der Pfad "C:\Program Files\buckets" kann nicht gefunden werden, da er nicht vorhanden ist.
In C:\Applications\Scoop\apps\scoop\current\lib\buckets.ps1:61 Zeichen:21

  • $bucketNames = (Get-ChildItem -Path $bucketsdir -Directory).Name
    
  •                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (C:\Program Files\buckets:String) [Get-ChildItem], ItemNotFoundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

Couldn't find manifest for 'git'.

scoop bucket add main
ERROR Git is required for buckets. Run 'scoop install git' and try again.
scoop bucket add extras
ERROR Git is required for buckets. Run 'scoop install git' and try again.

Installation Logs

PowerShell Context

Name Value


PSVersion 5.1.19041.4291
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.4291
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

Additional Information

Possible Solution

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions