Last active
          August 12, 2021 23:05 
        
      - 
      
 - 
        
Save UbuntuEvangelist/23b524141b5f34a9a77bde5a2ab6cc3b to your computer and use it in GitHub Desktop.  
    Yarn Install Ubuntu 18.04 LTS
  
        
  
    
      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
    
  
  
    
  | #!/bin/sh | |
| # Install | |
| curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - | |
| echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list | |
| sudo apt update | |
| sudo npm install -g yarn | |
| yarn --version | |
| # Uninstall | |
| # sudo apt remove cmdtest | |
| # sudo apt remove yarn | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment