> For the complete documentation index, see [llms.txt](https://easonwang.gitbook.io/web_advance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easonwang.gitbook.io/web_advance/linux_shi_yong_zhi_ling/ubuntu-22-an-zhuang.md).

# Ubuntu 22 安裝

## 安裝 Node.js 18

```
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash

source ~/.bashrc

nvm inistall 18

nvm use 18
```
