# Offline installation of Julia packages

**URL:** https://discourse.julialang.org/t/offline-installation-of-julia-packages/20083
**Category:** General Usage
**Tags:** package, installation
**Created:** [January 25, 2019, 11:31am UTC](https://discourse.julialang.org/t/offline-installation-of-julia-packages/20083 "2019-01-25T11:31:59Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![dmolina](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dmolina/32/5246_2.png) [@dmolina](https://discourse.julialang.org/u/dmolina)
#### Post date: [January 25, 2019, 11:49am UTC](https://discourse.julialang.org/t/offline-installation-of-julia-packages/20083/2 "2019-01-25T11:49:17Z")

</div>

I think currently there is no way of doing that, see

> [@Package install on (offline) Cluster - Build needs internet](https://discourse.julialang.org/t/package-install-on-offline-cluster-build-needs-internet/19862):
>
> Hey everyone, I’m trying to use julia 1.0 on our cluster. It is not connected to the internet (login via login-server) so I can’t use the standard procedure to install the packages I need. I read [here](https://discourse.julialang.org/t/offline-package-installation/7880) that one option should be able to set up the .julia folder on a separate computer and copy it to the cluster. (But maybe that was only true for pre-1.0?) I tried it but got the following error ERROR: LoadError: InitError: /home/isensee/.julia/packages/SpecialFunctions/fvheQ/deps/usr/lib/lib…

However, I think you can try installing in another computer, and then copy the ~/.julia directory to the offline computer. Sometimes it gives problem by differences in the systems, but it is the simpler way. I suggest you to test it.

---

_[View the full topic](https://discourse.julialang.org/t/offline-installation-of-julia-packages/20083)._
