- 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
推薦閱讀
- 大話PLC(輕松動漫版)
- JavaScript:Functional Programming for JavaScript Developers
- Python神經網絡項目實戰
- 深入理解Elasticsearch(原書第3版)
- Android程序設計基礎
- Java系統化項目開發教程
- 第一行代碼 C語言(視頻講解版)
- C#程序設計(項目教學版)
- Java EE 7 with GlassFish 4 Application Server
- Tableau Desktop可視化高級應用
- Docker:容器與容器云(第2版)
- Functional Python Programming
- C++服務器開發精髓
- 數據結構與算法詳解
- 新手學ASP.NET 3.5網絡開發