Tente excluir alguns arquivos da sua pasta pessoal.
Caso você tenha uma casa separada e a partição raiz esteja cheia,
-
pacotes em cache limpos
sudo apt-get clean
-
remova os kernels e cabeçalhos antigos
dpkg -l linux-* | awk '/^ii/{ print $2}' | grep -v -e 'uname -r | cut -f1,2 -d"-"' | grep -e [0-9] | xargs apt-get -y purge
Para excluir arquivos do terminal, use os seguintes comandos:
cd /home/duane/ #change to the home folder
ls #list the files
rm file_name