什么是基于 Debian 的发行版?

What is a Debian based distribution?

我 运行 通过了 AngularJS 教程,在 get started 部分它说:

In Debian based distributions, there is a name clash with another utility called node. The suggested solution is to also install the nodejs-legacy apt package, which renames node to nodejs.

  • apt-get install nodejs-legacy npm
  • nodejs --version
  • npm --version

我不明白基于 Debian 的发行版意味着什么,即使在 https://packages.debian.org/sid/nodejs-legacy

附带说明一下,我之前在其他教程中使用过 Angular 和 Node,所以我不确定是否应该遵循这个入门部分。我现在有点喜欢它,因为我安装 nvm 时并没有打算或不了解它的用途。

松散地,如果 Linux 发行版使用 dpkg 并使用 apt 包管理器,您可以认为它是基于 Debian 的分布即Debian/Ubuntu。有很多,你可以在这里看到一个列表...

https://www.debian.org/misc/children-distros

维基百科有一个很好的页面,其中包含有关 Linux 发行版的更多详细信息。 Debian 列表可以在这里找到...

https://en.wikipedia.org/wiki/List_of_Linux_distributions#Debian-based

值得点击图片查看 Debian 产生了多少发行版。