While you can install an app of a particular version using:
scoop install <app>@<version>
this will only work if you don't already have a newer version of the app installed.
It would be nice to be able to:
scoop cleanupscoop reset <app>@<version>I uninstalled idea-ultimate (was on most recent 2018.1.3), and was able to install an old version using scoop install <app>@<version>, but now I can't update it to the most recent, see:
scoop update idea-ultimate
idea-ultimate: 2017.1.6 (latest version)
Latest versions for all apps are installed! For more information try 'scoop status'
Does scoop update idea-ultimate -f work?
@r15ch13 well that worked at getting me back up to 2018.1.3, thanks. Are these options documented anywhere? Coming back to the 2 feature requests; I think they still stand, as it's unfortunate that to install a previous version of an app you need to:
1) uninstall the existing app
2) install the old version of the app
and to bring it back to the new one, you have to use the -f option
scoop reset <app>@<version> is possible. The wiki is lacking this information.
cool, good to know. So I guess the only thing missing is installing an old version of an app.
This appears to be resolved. If not, please reopen.
Most helpful comment
scoop reset <app>@<version>is possible. The wiki is lacking this information.