Precompile errors with `pkg> update` or `pkg> add` for some packages

I solved this problem in the following way.

  1. Download the nightlies Julia
  2. Unpack
  3. Go to julia-####/share/julia
  4. Copy cert.pem to the place where is is required, in our case /usr/share/julia
  5. Enjoy :smile:

Hope it solves your problem.

I forgot something to mention, that might be important in the future. When you decide to reintall julia, or maybe in the next update, it could be possible that the update will give you an error. Something like “/usr/share/julia/cert.pem arleady exist” , then , you need to delete it, and , it would work find.

1 Like