Published on

Debian 添加 PPA 源

Authors
  • avatar
    Name
    Jeffrey Wang
    Twitter

尝试在 Deepin 系统上安装 Rime 输入法,安装过程中发现 Debian 默认不支持 add-apt-repository 命令...

于是找到这篇 博文[1] ,完美解决该问题,内容如下:

经过查询包得知 add-apt-repositorypython-software-properties 这个软件包中

apt-get install python-software-properties
apt-get install apt-file
apt-file update

现在 Debian 就可以用 ”apt-file search PPA 源“ ( 例如 apt-file search ppa:fcitx-team/nightly )来添加源了。


  1. http://johnjohn.blog.51cto.com/4481703/1538131↩︎