在 WineHQ 网站上,我按照最后一步安装了其中一个可用软件包,我选择了稳定分支,命令是sudo apt install --install-recommends winehq-stable
,它解压了一些 wine 文件,最终出现此错误:
dpkg: error processing archive /var/cache/apt/archives/wine-stable-amd64_5.0.2~
focal_amd64.deb (--unpack):
cannot copy extracted data for './opt/wine-stable/lib64/wine/d3dx9_24.dll' to
'/opt/wine-stable/lib64/wine/d3dx9_24.dll.dpkg-new': failed to write (No space
left on device)
No apport report written because the error message indicates a disk full error
d
pkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/wine-stable-amd64_5.0.2~focal_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
答案1
错误是这么说的
写入失败(设备上没有剩余空间)没有写入批准报告,因为错误消息表明磁盘已满错误
请检查主分区上的可用空间。可能您的分区上没有足够的空间。
您可以直接df -h
在终端中输入内容来查找。