- Learn WebAssembly
- Mike Rourke
- 65字
- 2021-08-13 15:38:58
Install nvm on Ubuntu
Ubuntu comes bundled with wget, which can retrieve files using HTTP/S and FTP/S protocols. The GitHub page for nvm (https://github.com/creationix/nvm) contains the following command to install it using wget:
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
Once installed, restart Terminal to complete the installation. You can check to ensure that the installation was successful by running the following command:
nvm --version
推薦閱讀
- Software Defined Networking with OpenFlow
- Spring技術內幕:深入解析Spring架構與設計
- Production Ready OpenStack:Recipes for Successful Environments
- Monitoring Elasticsearch
- Visual FoxPro程序設計
- Visual Basic 6.0程序設計實驗教程
- Python商務數據分析(微課版)
- Go語言入門經典
- NGUI for Unity
- Python面試通關寶典
- 基于MATLAB的控制系統仿真及應用
- Apache Solr for Indexing Data
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT
- Practical Linux Security Cookbook
- Kotlin核心編程