如何卸载旧版本的dnx?

时间:2016-01-01 22:49:32

标签: dnx dnvm

我想删除clr和coreclr的所有beta版本 我无法在程序和功能中看到它们。

我正在运行Windows 7

我删除了%USERPROFILE%.dnx \ packages中的所有文件 但是当我跑步时

dnvm list

我仍然看到他们。

2 个答案:

答案 0 :(得分:6)

您可以使用 def titles Title.where( "(titles.titlesource_type = 'Book' AND titles.titlesource_id IN (SELECT books.id FROM books WHERE books.author_id = #{id})) OR (titles.titlesource_type = 'Chapter' AND titles.titlesource_id IN (SELECT chapters.id FROM books INNER JOIN chapters ON chapters.book_id = books.id WHERE books.author_id = #{id}))" ) end 命令。例如

dnvm uninstall

如果要卸载当前的dnx,您应该将dnvm uninstall 1.0.0-rc2-16343 -r coreclr -arch x64 更改为另一个dnx。我在the answer中逐步描述了如何安装新版本的dnx,尝试然后将其卸载。

您会看到default删除dnvm uninstall下现有文件夹的内容最多。

答案 1 :(得分:0)

您还可以删除c:/ users // .dnx / runtimes

中的文件夹

他们在谈论这个dnvm uninstall on github。 确保您拥有dnvm update-self的最新dnvm。