# ①パッケージのインストール
$ sudo apt update⏎
$ sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 python3-subunit zstd liblz4-tool file locales libacl1⏎

# ②repoルールのインストール
$ mkdir ~/bin⏎
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo⏎
$ chmod a+x ~/bin/repo⏎

# ③~/.bashrcの修正
$ echo 'export PATH=${HOME}/bin:${PATH}' >> ~/.bashrc⏎
$ source ~/.bashrc⏎
