|
|
突然问有个Office的文档要开,去发现没有装Office软件,就emerge openoffice-bin,好不容易下载完成了,安装却出现错误,那个晕呀~还是二进制包呢!信息出下:
- ACCESS DENIED unlinkat: /usr/lib64/openoffice/basis-link
- rm: 无法删除 “/usr/lib64/openoffice/basis-link”: 权限不够
- *
- * ERROR: app-office/openoffice-bin-3.0.0 failed.
- * Call stack:
- * ebuild.sh, line 49: Called src_install
- * environment, line 2238: Called die
- * The specific snippet of code:
- * rm -f ${INSTDIR}/basis-link || die;
- * The die message:
- * (no error message)
- *
- * If you need support, post the topmost build error, and the call stack if relevant.
- * A complete build log is located at '/var/tmp/portage/app-office/openoffice-bin-3.0.0/temp/build.log'.
- * The ebuild environment file is located at '/var/tmp/portage/app-office/openoffice-bin-3.0.0/temp/environment'.
- *
- --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
- LOG FILE "/var/log/sandbox/sandbox-23277.log"
复制代码
我已经是用sudo来装了呀,为何还权限不够?su来了一次也如此 |
|