在Ubuntu中,每个PPA源是单独存放在/etc/apt/sources.list.d/文件夹中的,进入到该文件夹,使用ls命令查询即可列出当前系统添加的PPA源. 添加 sudo add-apt-repository ppa:ownername/projectname sudo apt update sudo apt install something 注意,添加了PPA源时,记得update一下,不然在install的时候会出现找不到安装包的情况. 修改用文本编辑器修改/etc/apt/s…