Overslaan naar inhoud
  • +31 653-919-302
Cafayate.Net
  • 0
  • 0
  • Aanmelden
  • Nederlands English (US) Español (AR)
  • Contact
  • Startpagina
  • Blog
  • Vacatures
  • Contact
Cafayate.Net
  • 0
  • 0
    • Startpagina
    • Blog
    • Vacatures
    • Contact
  • +31 653-919-302
  • Nederlands English (US) Español (AR)
  • Aanmelden
  • Contact

How to install Node.js 7.x on Ubuntu/Debian and CentOS

  • Alle blogs
  • Tech Blog
  • How to install Node.js 7.x on Ubuntu/Debian and CentOS
  • 5 maart 2021 in
    Administrator

    Node.js 7.x is the current stable release of the Node.js, which is actively maintained in parallel to Node.js 6.x Long-Term Support (LTS). At the moment, the latest version is Node.js v7.4.0, and you can find the Node.js v7.x Changelog here on Github.

    This guide shows a quick and reliable way to install the current Node.js 7.x version (including npm) on Ubuntu/Debian and CentOS, using the system package manager, in order to continually receive security updates without risking a major version jump with possibly breaking changes.

    Installing Node.js 7.x on Ubuntu and Debian

    This is the official way to install Node.js 7.x on Ubuntu, Debian, Linux Mint, Linux Mint Debian Edition (LMDE) and elementaryOS:

    # Install Node.js 7.x repository
    curl -sL https://deb.nodesource.com/setup_7.x | bash -
    
    # Install Node.js and npm
    apt-get install -y nodejs
    

    The setup_7.x bash script basically just checks whether your operating system version is suppored and adds the corresponding repository (eg. https://deb.nodesource.com/node_7.x xenial InRelease).


    Installing Node.js 7.x on CentOS 7

    Node.js provides a script for CentOS/Fedora/RHEL based distributions, which checks your operating system and adds the corresponding RPM repository for yum, the standard package manager:

    # Install Node.js 7.x repository
    curl -sL https://rpm.nodesource.com/setup_7.x | bash -
    
    # Install Node.js and npm
    yum install nodejs
    

    The content of the script can be found here: https://rpm.nodesource.com/setup_7.x.

    in Tech Blog
    Debian – Ubuntu php5-intl

    Ontworpen voor bedrijven

    We zijn een team van gepassioneerde mensen met als doel levens te verbeteren met vernieuwende producten. We ontwikkelen geweldige oplossingen voor al je zakelijke uitdagingen. Onze producten zijn ontworpen voor kleine tot middelgrote bedrijven die hun prestaties willen optimaliseren.

    Neem contact op

    Plantexel
    Pedernera
    Salta Capital 
    Argentina

    • +31 653-919-302
    • [email protected]
    Volg ons
    Copyright © Plantexel
    Nederlands | English (US) | Español (AR)