# 0.7 \] How to list available packages

**URL:** https://discourse.julialang.org/t/0-7-how-to-list-available-packages/13124
**Category:** General Usage
**Created:** [August 9, 2018, 10:42pm UTC](https://discourse.julialang.org/t/0-7-how-to-list-available-packages/13124 "2018-08-09T22:42:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Perrin\_Meyer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/perrin_meyer/32/15686_2.png) [@Perrin\_Meyer](https://discourse.julialang.org/u/Perrin_Meyer)
#### Post date: [August 9, 2018, 10:42pm UTC](https://discourse.julialang.org/t/0-7-how-to-list-available-packages/13124/1 "2018-08-09T22:42:16Z")

</div>

I just downloaded and built Julia 0.7

I cant figure out how to get the new package manager ] to list available packages? (I was able to install PyPlot and FFTW, but I know those names by heart).

I’ve looked through the Registry.toml file in …/jula/registries/General, but is there a way to browse that through ] ?

thanks

perrin

---

<div class="post-metadata">

### Author: ![purplishrock](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/purplishrock/32/13451_2.png) [@purplishrock](https://discourse.julialang.org/u/purplishrock)
#### Post date: [August 9, 2018, 10:48pm UTC](https://discourse.julialang.org/t/0-7-how-to-list-available-packages/13124/2 "2018-08-09T22:48:20Z")

</div>

I would expect there to be a “list” or “dir” command in the pkg repl, but there isn’t one listed.

shouldn’t there be such a command ?

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [August 9, 2018, 10:58pm UTC](https://discourse.julialang.org/t/0-7-how-to-list-available-packages/13124/3 "2018-08-09T22:58:19Z")

</div>

Tab completion on add can be used for some sort of exploration eg `] add Ex<tab><tab>`. We could make more info like this available from the package manager, of course, but perhaps something like [https://juliaobserver.com](https://juliaobserver.com) provides a better interface than a terminal can.

---

<div class="post-metadata">

### Author: ![Perrin\_Meyer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/perrin_meyer/32/15686_2.png) [@Perrin\_Meyer](https://discourse.julialang.org/u/Perrin_Meyer)
#### Post date: [August 10, 2018, 12:34am UTC](https://discourse.julialang.org/t/0-7-how-to-list-available-packages/13124/4 "2018-08-10T00:34:18Z")

</div>

I realize that 1.0 is out less than a day, but I’m guessing a lot more people are going to ask about a “list” function.

I guess what I’m asking for is some sort of terminal Registry browser (i.e. the ability to list the packages in a registry, search by keyword, print out the description, stuff like that).

for example, I have used the smoothing splines from Dierckx.jl, but I always forget that name, so assuming the General/D/Dierckx/Package.toml gets filled out with a description and keywords, presumably if I used pgk3 ] search on the packages in General for “splines” I would get a hit on Dierckx, and then I could add that package.

or maybe i’m just old, and should just use the web…

i’m excited about 1.0!!!

perrin
