LinuxCommandLibrary

uv-cache

Manage uv package download cache

TLDR

Show cache directory

$ uv cache dir
copy
Clear cache
$ uv cache clean
copy
Prune cache
$ uv cache prune
copy

SYNOPSIS

uv cache command [options]

DESCRIPTION

uv cache manages uv's package cache. uv caches downloaded packages for faster subsequent installations. Clear cache to free disk space or resolve corrupted downloads.

PARAMETERS

dir

Show cache directory.
clean
Remove all cached data.
prune
Remove unused cache entries.

SEE ALSO

uv(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community