Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/SGizek/Raiku/llms.txt

Use this file to discover all available pages before exploring further.

raiku uninstall deletes one or more cached versions of a package from ~/.raiku/cache/. By default it removes every version of the named package that is present in the cache, printing a confirmation prompt before doing so. If you want to keep other versions intact, pass --version with the exact version string you want to delete. The --yes flag suppresses the prompt for use in scripts or automated environments.

Usage

raiku uninstall PACKAGE [--yes] [--version VER]

Flags

FlagShortDescription
--yes-ySkip the interactive confirmation prompt
--versionRemove only the specified version; all other cached versions are kept

Examples

raiku uninstall fast-math
raiku uninstall only removes files from your local cache at ~/.raiku/cache/. It does not affect the Raiku registry, the remote index, or any other user’s installation. The package can be reinstalled at any time with raiku install <package>.

Build docs developers (and LLMs) love