How to install repo tool on ubuntu 20.04
RDK 소스를 다운 받으려면 repo tool이 필요하며, 우분투 18.04 저장소에 repo를 제공하여 apt 명령어를 쉽게 설치가 가능하지만, 우분투 20.04 저장소 삭제되어 수동으로 설치를 해야 한다. Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo is not meant to replace Git, only to make it easier to work with Git. The repo command is an executable ..