Nonportable icon indicating copy to clipboard operation
Nonportable copied to clipboard

Issues with `files-np` package

Open bingis-khan opened this issue 2 years ago • 1 comments

Bug Report

Package Name: files-np

Current Behaviour

Two issues.

  • Files not showing in search (not on PATH).
  • Cannot uninstall this package.

As to the second one:

> scoop uninstall files-np
Uninstalling 'files-np' (2.4.40).
Running pre_uninstall script...
ERROR files-np requires admin rights to uninstall
> sudo scoop uninstall files-np
ERROR 'files-np' isn't installed.

Expected Behaviour

Files should be added to PATH. It should be possible to uninstall it.

Additional context/output

Using gsudo for the sudo command. When opening a terminal as admin, PS complains scoop is not installed there.

Also, sudo scoop list outputs There aren't any apps installed..

Tried looking for the uninstall problem, but could not find anything.

System details

Windows version: 10

OS architecture: 64bit

PowerShell version: 5.1

Additional software: gsudo

Scoop Configuration

{
    "last_update":  "2023-02-21T14:00:32.3664156+01:00",
    "scoop_branch":  "master",
    "scoop_repo":  "https://github.com/ScoopInstaller/Scoop"
}

bingis-khan avatar Feb 21 '23 13:02 bingis-khan

Cannot uninstall this package.

it works fine on my side.

PS …… scoop install files-np
Installing 'files-np' (2.4.40) [64bit] from nonportable bucket
Files.Package_2.4.40.0_x64_arm64_Sideload.msixbundle (204.4 MB) [=============================================] 100%
Checking hash of Files.Package_2.4.40.0_x64_arm64_Sideload.msixbundle ... ok.
Running pre_install script...
Linking ~\scoop\apps\files-np\current => ~\scoop\apps\files-np\2.4.40
'files-np' (2.4.40) was installed successfully!
PS …… scoop uninstall files-np
Uninstalling 'files-np' (2.4.40).
Running pre_uninstall script...
ERROR files-np requires admin rights to uninstall
PS …… sudo scoop uninstall files-np
Uninstalling 'files-np' (2.4.40).
Running pre_uninstall script...
Unlinking ~\scoop\apps\files-np\current
'files-np' was uninstalled.

StarsbySea avatar Feb 22 '23 13:02 StarsbySea