Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fedora #974

Merged
merged 2 commits into from
Mar 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions locale/en/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ yum install gcc-c++ make
Official **Fedora** [Node.js](https://apps.fedoraproject.org/packages/nodejs) and [npm](https://apps.fedoraproject.org/packages/npm) packages are available in Fedora 18 and later. Install with:

```bash
sudo yum install nodejs npm
sudo dnf install nodejs
```

In a hurry for the latest updates? [Grab them from updates-testing.](https://fedoraproject.org/wiki/QA:Updates_Testing)
Expand Down Expand Up @@ -214,10 +214,10 @@ Additionally, versions of **CentOS** and **Scientific Linux** corresponding to t

**Supported Fedora versions:**

* **Fedora Rawhide** (i686/x86_64/armv7hl)
* **Fedora 21** (i686/x86_64/armv7hl)
* **Fedora 20 (Heisenbug)** (i686/x86_64/armv6hl/armv7hl)
* **Fedora 19 (Schrödinger's Cat)** (i686/x86_64/armv7hl)
* **Fedora Rawhide** (i686/x86_64/armv7hl/aarch64)
* **Fedora 25** (i686/x86_64/armv7hl)
* **Fedora 24** (i686/x86_64/armv7hl)
* **Fedora 23** (i686/x86_64/armv7hl)


## FreeBSD and OpenBSD
Expand Down