debian add-apt-repository
在ubuntu下 add-apt-repository 命令挺好用,今天看别人推荐fcitx的新功能就想试试。以前我是从debina的backports里面直接拉的,版本为4.0.1~现在通过ppa直接从fcitx的站点里拿了
原文地址:http://blog.anantshri.info/howto-add-ppa-in-debian/
1. Download the script
$ wget http://blog.anantshri.info/content/uploads/2010/09/add-apt-repository.sh.txt
2. Save this file in /usr/sbin/
$ cp add-apt-repository.sh.txt /usr/sbin/add-apt-repository
3. Change permissions to execute
$ chmod o+x /usr/sbin/add-apt-repository
4. Change ownership to root
$chown root:root /usr/sbin/add-apt-repository
Now
you can execute command add-apt-repository
相关推荐
菜鸟上路CCLinux 2020-11-04
84931231 2020-07-30
wh0 2020-01-13
83457807 2015-07-07
playlinuxxx 2020-11-11
liaochaowu 2020-09-14
gracecxj 2020-08-25
secondid 2020-06-05
lfjjia 2020-05-19
ppppfly 2020-05-11
zwt00 2020-04-11
chyeers 2020-04-08
humanbeng 2020-03-05
linzb 2020-02-11
onlykg 2020-01-09
lovecodeblog 2020-01-09