我错误地删除了Ubuntu16.04中的usr/bin/env目录/文件。每次我尝试用以下命令:sudo apt-get install --reinstall coreutils重新安装coreutils时,我都会得到以下错误:Reinstallation of coreutils is not possible, it cannot be downloaded.
我不能使用npm,因为它需要那个目录。
请帮帮忙。
发布于 2018-08-07 08:46:30
通过从Ubuntu站点下载的coreutils包手动获取env文件并替换删除它的位置,我解决了这个问题。
https://stackoverflow.com/questions/51231246
复制相似问题