用pacman 从archlinux 中获取程序源代码

1.
pacman -S abs

2.
pacman -S base-devel

3.As root, edit /etc/abs.conf to include your desired repositories: vim /etc/abs.conf. Remove the ! in front of the appropriate repositories, for example: REPOS=(core extra community !testing) shell


4.Download the Arch Build System(ABS) tree. As root, run:abs. Your ABS tree is now created under /var/abs. The above step is done once for all(run abs from time to time to update the source tree though). Next, vim


5.say if you want the source code of the Linux command find
1)find out which package the command find belongs to: pacman -Qo echo which find. The result is "usr/bin/find is owned by findutils 4.4.2-3".

2)
cp -r /var/abs/core/findutils /home/yourname/a_directory


6.
cd /home/yourname/a_diretory 
makepkg


Now you have your source code.
相关文章
相关标签/搜索