I am new to Arch Linux, but each day I love it more and more.
Today I had to compile conky, because I was needing a special option that was not set by default, in any other distribution, I would have to download the .tar.gz (tarbal) file and go through the normal process of
./configure make make install
And I am not saying that is not possible, or too difficult, but if you do that on Debian, Ubuntu or any other distro (not on Gentoo, or maybe slackware) the package manager will then loose control over the installed package, to update it when updates become available.
Not with Arch Linux, thanks to ABS
Installing abs
sudo pacman -S abs base-devel
Create the tree
sudo abs
Compile and install a package
I will use htop as the example here:
mkdir -p $HOME/abs
cp -r /var/abs/extra/htop $HOME/abs
cd /$HOME/abs/htop
makepkg -s
sudo pacman -U htop-xxx.pkg.tar.gz
That is all, now pacman will take care of future updates of the package.
Isn't Arch Linux lovevly?
If this was useful for you, please consider making a donation, any amount is welcome, please proceed by clicking on the yellow donate button, thank you in advance.






Recent comments
6 days 9 hours ago
6 days 9 hours ago
1 week 2 days ago
1 week 4 days ago
1 week 4 days ago
2 weeks 1 day ago
3 weeks 8 hours ago
3 weeks 3 days ago
3 weeks 5 days ago
4 weeks 7 hours ago