Error message: You don't have enough free space in /var/cache/apt/archives/.
You might get this error message while installing a program with apt-get. It happened becuase the Q7 saves a copy of everything you install to that folder. The fix is relatively simple. Type the following command to delete the contents of that folder.
sudo rm /var/cache/apt/archives/*.deb
|