美文网首页
Ubuntu 16.04.1 PPA源管理(查询、添加、修改、删

Ubuntu 16.04.1 PPA源管理(查询、添加、修改、删

作者: wudics | 来源:发表于2016-11-23 02:35 被阅读0次

查询

在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/sources.list.d/文件夹下的文件内容即可。

删除

使用sudo rm命令删除/etc/apt/sources.listd/文件夹中指定的PPA源文件即可。

相关文章

网友评论

      本文标题:Ubuntu 16.04.1 PPA源管理(查询、添加、修改、删

      本文链接:https://www.haomeiwen.com/subject/fhimpttx.html