-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all issues/PRs to ensure it has not already been reported or fixed.
- I have verified that I am using the latest version of Scoop and corresponding bucket.
Package Name
puksar
Expected/Current Behaviour
When updating pulsar currently i get:
Updating 'pulsar' (1.130.1 -> 1.131.1)
Downloading new version
Starting download with aria2 ...
Download: Download Results:
Download: gid |stat|avg speed |path/URI
Download: ======+====+===========+=======================================================
Download: d9cde0|OK | 6.0MiB/s|C:/Users/Mathias/scoop/cache/pulsar#1.131.1#3601d64.zip
Download: Status Legend:
Download: (OK):download completed.
Checking hash of Windows.Pulsar-1.131.1-win.zip ... ok.
Uninstalling 'pulsar' (1.130.1)
Removing shim 'pulsar'.
Removing shim 'pulsar.cmd'.
Unlinking ~\scoop\apps\pulsar\current
Installing 'pulsar' (1.131.1) [64bit] from 'extras' bucket
Loading Windows.Pulsar-1.131.1-win.zip from cache.
Extracting Windows.Pulsar-1.131.1-win.zip ... done.
Running pre_install script...done.
Linking ~\scoop\apps\pulsar\current => ~\scoop\apps\pulsar\1.131.1
Creating shim for 'pulsar'.
Creating shim for 'apm'.
Get-Command: C:\Users\Mathias\scoop\apps\scoop\current\lib\install.ps1:191
Line |
191 | $bin = (Get-Command $target).Source
| ~~~~~~~~~~~~~~~~~~~
| The term 'pulsar\resources\app\ppm\bin\apm.cmd' is not recognized as a name of a cmdlet, function, script file, or
| executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
| again.
Can't shim 'pulsar\resources\app\ppm\bin\apm.cmd': File doesn't exist.
Steps to Reproduce
Try `scoop install pulsar` or `scoop update pulsar`Possible Solution
apm was the "Atom package Manager". As pulsar is a fork of pulsar, the script name stayed apm.cmd for some time, although the directory name already switched to ppm.
pulsar\resources\app\ppm\bin\apm.cmd
should be
pulsar\resources\app\ppm\bin\ppm.cmd now.
Scoop and Buckets Version
scoop --version
Current Scoop version:
b588a06e (HEAD -> master, tag: v0.5.3, origin/master, origin/HEAD) chore(release): Bump to version 0.5.3 (resync) (#6436)
'main' bucket:
2256457274 (HEAD -> master, origin/master, origin/HEAD) terraform: Update to version 1.14.6
'extras' bucket:
f9676666fb (HEAD -> master, origin/master, origin/HEAD) vivaldi: Update to version 7.8.3925.74
'nirsoft' bucket:
1df949f (HEAD -> master, origin/master, origin/HEAD) Merge pull request #265 from msergein/multimonitortool-2.15
'sysinternals' bucket:
dc0419a (HEAD -> main, origin/main, origin/HEAD) sysinternals-suite: Update to version 2026.02.06
'nerd-fonts' bucket:
6dcf6cf2 (HEAD -> master, origin/master, origin/HEAD) Font-Awesome: Update to version 7.2.0
'games' bucket:
13450b2e7 (HEAD -> master, origin/master, origin/HEAD) vita3k: Update to version 3929-276bfafScoop Config
scoop config
last_update scoop_branch scoop_repo aria2-enabled
----------- ------------ ---------- -------------
25.02.2026 20:57:04 master https://github.com/ScoopInstaller/Scoop TruePowerShell Version
$PSVersionTable
Name Value
---- -----
PSVersion 7.5.4
PSEdition Core
GitCommitId 7.5.4
OS Microsoft Windows 10.0.26200
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0Additional Softwares
No response
Reactions are currently unavailable