Ubuntu的add-apt-repository: command not found

前端之家收集整理的这篇文章主要介绍了Ubuntu的add-apt-repository: command not found前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

背景:使用命令sudo add-apt-repository ppa:webupd8team/java提示错误信息:

Ubuntu的add-apt-repository: command not found

原因:

缺少程序

解决办法:

sudo apt-get install software-properties-common python-software-properties


猜你在找的Linux相关文章