【问题标题】:ruby on rails uninstall manuallyruby on rails 手动卸载
【发布时间】: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


【解决方案1】:

ttf-mscorefonts-installer - 是一个安装微软TrueType字体的包,这个包对rails没有影响。
您的 apt-get 实用程序存在问题。

【讨论】:

    猜你喜欢
    • 2012-01-31
    • 2010-12-01
    • 1970-01-01
    • 2015-03-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-10-05
    相关资源
    最近更新 更多