【发布时间】:2012-11-06 00:20:43
【问题描述】:
我在 ubunty 中卸载 ruby 时遇到了很大的问题。 我正在关注https://stackoverflow.com/a/9618017/1796624,当我尝试时
aptitude purge <package name>
我明白了:
E: I wasn't able to locate a file for the ttf-mscorefonts-installer package. This might mean you need to manually fix this package.
E: I wasn't able to locate a file for the ttf-mscorefonts-installer package. This might mean you need to manually fix this package.
E: Internal error: couldn't generate list of packages to download
如何彻底删除 rails 和 ruby,在哪里可以找到 ttf-mscorefonts-installer 包并现在手动修复它?
【问题讨论】:
-
如果您在使用
rails时遇到问题,请尝试安装 rvm。 -
或者 rbenv (github.com/sstephenson/rbenv) 也不错...不那么麻烦。
标签: ruby-on-rails ruby uninstallation