我正在尝试在 Ubuntu 20.10 上安装软件 ILOG CPLEX Optimization Studio v12.10 的免费学术版本。
当我执行文件时我得到
Preparing to install
WARNING: /tmp does not have enough disk space! Attempting to use /home/lauva for install base and tmp dir.
WARNING! The amount of /home/lauva disk space required to perform this installation is greater than
what is available. Please free up at least 1760088 kilobytes in /home/lauva and attempt this installation again.
我已经寻找解决方案,并尝试增加此分区的大小,以便按照以下说明进行升级:
sudo umount /tmp
sudo mount -t tmpfs -o size=1048576,mode=1777 overflow /tmp
但后来我又犯了同样的错误。
有人遇到过这种问题吗?可以修复吗?