pupy icon indicating copy to clipboard operation
pupy copied to clipboard

Uninstall thing installed with sh script

Open Fabxx opened this issue 4 years ago • 3 comments

How do i remove everything that has been installed with pupy? since i got an error with the installation, i got some space occupied and i want to remove that stuff

Fabxx avatar Jun 02 '20 22:06 Fabxx

The space consumed is usually from docker layers. You may delete them and git repo, this will free the space

alxchk avatar Jun 03 '20 05:06 alxchk

where are located the docker layers?

Fabxx avatar Jun 03 '20 10:06 Fabxx

docker images -a
docker containers ls -a
# docker system prune -a

alxchk avatar Jun 03 '20 18:06 alxchk