12 lines
181 B
Shell
12 lines
181 B
Shell
|
|
#! /usr/bin/env bash
|
||
|
|
|
||
|
|
uv cache clean
|
||
|
|
|
||
|
|
podman container prune
|
||
|
|
podman image prune
|
||
|
|
podman system prune -a
|
||
|
|
rm -rf ~/.local/share/containers
|
||
|
|
|
||
|
|
flatpak uninstall --unused
|
||
|
|
|
||
|
|
sudo pacman -Sc
|