Run these commands it will show you what folders are using the most space

du -h / | grep '^.*[0-9]G' | sort -n
du -h / | grep '^.*[0-9]M' | sort -n