logo

List of Available Commands in Julia Package Management Mode 📂Julia

List of Available Commands in Julia Package Management Mode

Description

1.PNG

By typing the right bracket ] in the Julia REPL, you can switch to package management mode. The available commands in package management mode are as follows.

CommandFunction
add fooAdds the package foo.
free fooUnpins the package version.
help, ?Shows these commands.
pin fooPins the version of the package foo.
remove foo, rm fooRemoves the package foo.
test fooTest-runs the package foo.
status, stShows all installed packages and their versions. Typing a package name shows only its version.
undoReverses the most recent action.
update, upUpdates all packages to their latest versions. Typing a package name updates only that specific package.

Environment

  • OS: Windows10
  • Version: Julia 1.7.1