環境
インストール直後のAmazonLinuxを想定しています。
$ cat /etc/system-release
Amazon Linux AMI release 2017.03
インストール
レポジトリを取得する必要があるのでwgetをインストール
$ yum -y install wget
yumのyarnレポジトリ追加
$ wget https://dl.yarnpkg.com/rpm/yarn.repo -O /etc/yum.repos.d/yarn.repo
rpmのnodeのレポジトリ追加
$ curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
インストール
$ yum install yarn
確認
$ yarn --version
0.27.5