ubuntu执行普通用户或root用户执行apt-get update时报错"Couldn't create temporary file /tmp/apt.conf.sssss for passing config to apt-key" 如何处理?

答: 为/tmp目录增加写权限(用户,组以及其它用户),示例如下:

# chmod 777 /tmp
posted @ 2020-06-30 10:55  Jello  阅读(3115)  评论(0编辑  收藏  举报