No available space on device. Problem in /tmp folder

I'm trying to install an update from Android Studio, but this results in error: the file is downloaded, but when it is unzip by Android Studio I get an error message as below:
[img]file:///home/tdms/Imagens/Captura%20de%20tela%20de%202016-07-05%2001%3A27%3A49.png[/img]
The problem is: I have no enough space in my computer!
The file is only 444Mb, and I have more than 100 Gb available in home partition.
But when I check it out in terminal by using
So, the problem is the /tmp, but I didn't created any partition /tmp and the available 1,8Gb is to little... Is there anything I can do to solve this, maybe expanding this partition?
And, why I have this partition, with this fixed value and all my downloads stay in it instead of home partition?
Thanks in Advance!
[img]file:///home/tdms/Imagens/Captura%20de%20tela%20de%202016-07-05%2001%3A27%3A49.png[/img]
The problem is: I have no enough space in my computer!

But when I check it out in terminal by using
- Code: Select all
df -l
- Code: Select all
[tdms@localhost ~]$ df -lh
Sist. Arq. Tam. Usado Disp. Uso% Montado em
devtmpfs 1,8G 0 1,8G 0% /dev
tmpfs 1,8G 2,4M 1,8G 1% /dev/shm
tmpfs 1,8G 1,1M 1,8G 1% /run
/dev/sda5 50G 7,4G 40G 16% /
tmpfs 1,8G 0 1,8G 0% /sys/fs/cgroup
tmpfs 1,8G 1,8G 2,1M 100% /tmp
/dev/sda1 100M 25M 76M 25% /media/win_c
/dev/sda7 148G 13G 136G 9% /home
/dev/sda2 154G 135G 20G 88% /media/win_d
tmpfs 365M 24K 365M 1% /run/user/1000
tmpfs 365M 12K 365M 1% /run/user/1002
So, the problem is the /tmp, but I didn't created any partition /tmp and the available 1,8Gb is to little... Is there anything I can do to solve this, maybe expanding this partition?
And, why I have this partition, with this fixed value and all my downloads stay in it instead of home partition?
Thanks in Advance!