You may execute the following commands to determine which folders are using more space:
cd ~
du -sh /* | sort -nr | head -n 10
If you see, for example, that the var folder is being using a lot of space, you can execute the same command to check what folders inside are using more space: