Julia: Problemas al agregar paquetes (BinDeps)

Soy nuevo en el administrador de paquetes de Julia, y tengo problemas para instalar GLPK y LinProgGLPK.
Ya he corridoPkg.Init() y han instalado con éxito Curl utilizandoPkg.add("Curl"). Sin embargo, cuando intento instalar GLPK o LinProgGLPK (usandoPkg.add("GLPK") yPkg.add("LinProgGLPK")), Me sale el siguiente mensaje:

MESSAGE: Installing BinDeps v0.0.0
ERROR: Path BinDeps already exists! Please remove to allow installation.
 in _resolve at pkg.jl:345
 in anonymous at no file:163
 in cd at file.jl:26
 in cd_pkgdir at pkg.jl:42
 in add at pkg.jl:143
 in add at pkg.jl:175

Parece que recibo el mismo mensaje para otros paquetes que dependen de BinDeps (incluido Winston).

He intentado llamarPkg.rm("BinDeps"), Pkg.add("BinDeps"), Pkg.update()yPkg.resolve()y luego volvió a intentar agregar GLPK, pero el mismo mensaje persiste. También he entrado~/.julia para eliminar la carpeta BinDeps, pero eso tampoco funcionó. ¿Qué me estoy perdiendo?

PD Estoy corriendo julia en Linux Ubuntu.

Respuestas a la pregunta(1)

Su respuesta a la pregunta