Last active
          April 28, 2023 00:25 
        
      - 
      
 - 
        
Save buzzkillb/7d88587534790d0fe75e8ae7d8c25255 to your computer and use it in GitHub Desktop.  
    install nodejs ubuntu ez
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | wget https://nodejs.org/dist/v20.0.0/node-v20.0.0-linux-x64.tar.xz | |
| sudo apt-get install xz-utils | |
| sudo tar -C /usr/local --strip-components 1 -xJf node-v20.0.0-linux-x64.tar.xz | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment