julia 1.0 stdlib里的Sparse Arrays,Symbol怎么安装和使用

稀疏矩阵标准库,不会安装和使用,我查阅了文档和搜索栏网页,还是没有解决问题。
QQ%E5%9B%BE%E7%89%8720180822192143
julia> Pkg.add("SparseMatrix")
Updating registry at ~/.julia/registries/General
Updating git-repo ![](file:///C:\Users\yango\AppData\Roaming\Tencent\QQ\Temp\[5UQ[BL(6~BS2JV6W}N6[%S.png)https://github.com/JuliaRegistries/General.git
ERROR: The following package names could not be resolved:

  • SparseMatrix (not found in project, manifest or registry)
    Please specify by known name=uuid.

不是SparseArray吗?

using SparseArrays

没有sparse matrix这个包。。。