Closed weak-head closed 6 months ago
It is required to introduce some sort of clean-up command. The command should include:
clean-up
Clean up package cache and temp folder:
df -Th
sudo apt clean
sudo apt autoclean
dnf autoremove
yum autoremove
Docker related commands could include:
docker ps -a
docker system df
docker container prune -f
docker volume prune -f
docker network prune -f
docker image prune -a -f
This functionality goes beyond the scope of the utility and doesn't match it's core goal and purpose. There is no plan to support this kind of clean-up functionality.
Description
It is required to introduce some sort of
clean-up
command. The command should include:System clean-up
Clean up package cache and temp folder:
df -Th
sudo apt clean
sudo apt autoclean
dnf autoremove
yum autoremove
Docker clean-up
Docker related commands could include:
docker ps -a
docker system df
docker container prune -f
docker volume prune -f
docker network prune -f
docker image prune -a -f