Sir,
Today, when re-installing the license I had the same problem. This is how I overcame the problem:
Changed the owner of the "tmp" directory to be the user and NOT the root. In a fresh linux installation this directory belongs to the root.
sudo chown -R <user> /var/tmp
Regards,
Luis