how to update those installed via app@version
??
#5954
-
Bug ReportCurrent Behavior
Expected Behaviorthere exists some documented way to update such apps Additional context/outputi have:
Possible SolutionSystem details> systeminfo | grep -iE "^os version|system type"
OS Version: 10.0.19045 N/A Build 19045
System Type: x64-based PC
> powershell -c '& {$PSVersionTable.PSVersion}'
Major Minor Build Revision
----- ----- ----- --------
5 1 19041 4291
> cat $env:USERPROFILE/.config/scoop/config.json
{
"root_path": "D:\\UserFiles\\scoop",
"global_path": "D:\\ProgramFiles\\scoop_global",
"last_update": "2024-05-....",
"alias": {
"cat-dum": "scoop-cat-dum"
},
"debug": true,
"scoop_branch": "master",
"scoop_repo": "https://github.com/ScoopInstaller/Scoop"
}
> bash -c 'scoop -V 2>&1 | head -n2'
Current Scoop version:
d285bb08 chore(release): Bump to version 0.4.1 (#5924) |
Beta Was this translation helpful? Give feedback.
Answered by
goyalyashpal
May 12, 2024
Replies: 2 comments 3 replies
-
The only way is uninstall and install again... Since xxx@123 will create a custom manifest that could not be updated. |
Beta Was this translation helpful? Give feedback.
3 replies
-
refer to following discussion i created for migrating from custom version of an app to being a normal one: summary: update the value of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
goyalyashpal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
refer to following discussion i created for migrating from custom version of an app to being a normal one:
summary: update the value of
"bucket":
field in$(scoop prefix <app>)/install.json
file to the intended bucket & remove the"url":
key-value pair