Ubuntu20.04無法使用apt安裝repo,可以參考如下方法:
1,創建repo存放目錄bin,並配置環境變量:
mkdir ~/bin
PATH=~/bin:$PATH
2,下載repo啟動程序
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
mkdir ~/bin
PATH=~/bin:$PATH
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。