there is enough space in /tmp and that the installation package is not corrupt
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
1、
sudo sh cuda_9.0.176_384.81_linux.run
Extraction failed.
Ensure there is enough space in /tmp and that the installation package is not corrupt
Signal caught, cleaning up
=================================
解决办法:
cd ~
mkdir tmp
chmod 1777 tmp
export TMPDIR=/home/quejinlong/tmp
2、you don't have enough free space in /var/cache/apt/archives
-
清除所有已下载的安装包
sudo apt-get clean -
在某个空间大的分区建立一个目录,然后把/var/cache/apt/archives换成指向那个目录的软链接
-
mkdir -p "$HOME/debs/partial" rm -rf /var/cache/apt/archives
-
ln -s "$HOME/debs" /var/cache/apt/archives
参考:https://blog.csdn.net/mynameislinduan/article/details/90053727
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献4条内容
所有评论(0)