Scoop: Install specific version

Created on 22 Oct 2015  路  3Comments  路  Source: lukesampson/scoop

Hi,

I ran scoop install rsync which install version 3.1.1. On my servers running under Debian stable, I have rsync 3.0.9 (latest available there) which has a compatibility issue with 3.1.1.

How can I install 3.0.9 on my local computer ? Is there something like scoop install [email protected]?

app request

Most helpful comment

I did that manually. I still think there should be a way to specify a version number for a package, this would be helpful to solve cases like that.

All 3 comments

Hi @vpratfr

There is not currently any way to install a specific version of a manifest in scoop. The current closest solution is to have a manifest specifically for that version. E.g. manifests for git and git19

You could create a rsync30 manifest in this case to solve your problem

@vpratfr Did you end up resolving your issue?

I did that manually. I still think there should be a way to specify a version number for a package, this would be helpful to solve cases like that.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SinisterBlade picture SinisterBlade  路  3Comments

brunovieira97 picture brunovieira97  路  3Comments

benplm picture benplm  路  3Comments

bernstein82 picture bernstein82  路  3Comments

nitrocode picture nitrocode  路  3Comments