# Update Julia Package

**URL:** https://discourse.julialang.org/t/update-julia-package/57645
**Category:** New to Julia
**Created:** [March 21, 2021, 10:08am UTC](https://discourse.julialang.org/t/update-julia-package/57645 "2021-03-21T10:08:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Manisha\_07](https://avatars.discourse-cdn.com/v4/letter/m/57b2e6/32.png) [@Manisha\_07](https://discourse.julialang.org/u/Manisha_07)
#### Post date: [March 21, 2021, 10:08am UTC](https://discourse.julialang.org/t/update-julia-package/57645/1 "2021-03-21T10:08:00Z")

</div>

whenever I am trying to install new package iam getting this msg again and again. Pls anyone help me to resolve this problem

 ![3](https://global.discourse-cdn.com/julialang/original/3X/0/a/0aef2b1d5be14d46cf1011856b565b54479d6632.png)

---

<div class="post-metadata">

### Author: ![nilshg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nilshg/32/2283_2.png) [@nilshg](https://discourse.julialang.org/u/nilshg)
#### Post date: [March 21, 2021, 10:31am UTC](https://discourse.julialang.org/t/update-julia-package/57645/2 "2021-03-21T10:31:05Z")

</div>

See here: [Error: Unsatisfiable requirements detected for package](https://discourse.julialang.org/t/error-unsatisfiable-requirements-detected-for-package/54901)

Might be an issue with your local copy of the general registry, so delete that and try again. Also make sure you install in a new environment to rule out any actual incompatibilities.

---

<div class="post-metadata">

### Author: ![johnh](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/johnh/32/3615_2.png) [@johnh](https://discourse.julialang.org/u/johnh)
#### Post date: [March 21, 2021, 1:36pm UTC](https://discourse.julialang.org/t/update-julia-package/57645/3 "2021-03-21T13:36:51Z")

</div>

Hello @Manisha_07 and welcome to Julia. Everyone her is helpful and we will get your problems sorted.  
I see that you are using Windows. I always advise people to use the Chocolatey package manager to install Julia on Windows. It makes things a lot easier.  
If you want to try it install Chocolatey  
In a Powershell install the GUI  
choco install chocolateygui

Then use the GUI to install Julia

> **[Chocolatey - The package manager for Windows](https://chocolatey.org/)**
>
> Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software...
