# Install a range of versions for a range of packages

**URL:** https://discourse.julialang.org/t/install-a-range-of-versions-for-a-range-of-packages/56272
**Category:** General Usage
**Tags:** pkg
**Created:** [March 1, 2021, 6:14pm UTC](https://discourse.julialang.org/t/install-a-range-of-versions-for-a-range-of-packages/56272 "2021-03-01T18:14:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![josePereiro](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/josepereiro/32/17322_2.png) [@josePereiro](https://discourse.julialang.org/u/josePereiro)
#### Post date: [March 1, 2021, 6:14pm UTC](https://discourse.julialang.org/t/install-a-range-of-versions-for-a-range-of-packages/56272/1 "2021-03-01T18:14:18Z")

</div>

Hi, I’m having access to a remote machine, but I’ll have a one time internet chance…  
How can I install/download a significant set of versions of a set of packages, so I can work for a while offline?  
Instantiate a few `Manifest.toml` is a little to restrictive for me, my code will be changing, and I want to reduce the risk of needing internet.

Any thought?  
Thanks

---

<div class="post-metadata">

### Author: ![josePereiro](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/josepereiro/32/17322_2.png) [@josePereiro](https://discourse.julialang.org/u/josePereiro)
#### Post date: [March 4, 2021, 3:51am UTC](https://discourse.julialang.org/t/install-a-range-of-versions-for-a-range-of-packages/56272/2 "2021-03-04T03:51:36Z")

</div>

Well, I did an small [package](https://github.com/josePereiro/PkgMassInstaller.jl) for doing this… It just search for `Project.toml`s and install them… Plus that, you can pass a number of of extra dep versions to further install …
