Forrest logo
back to the haxelib tool

haxelib:tldr:550fb

haxelib: Uninstall a Haxe library.
$ haxelib remove ${libname}
try on your machine

The command haxelib remove ${libname} is used in the Haxe programming language to uninstall or remove a library from the local Haxelib repository.

  • haxelib refers to the command-line tool used to manage Haxe libraries.
  • remove is the argument that specifies the action of uninstalling or removing the library.
  • ${libname} is a placeholder that represents the name of the library you want to remove. It should be replaced with the actual name of the library you wish to uninstall.

By executing this command, Haxelib will search for the specified library in the local repository and remove it from the system. This means that you will no longer be able to access or use the library in your Haxe projects.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the haxelib tool