You are not logged in.
Pages: 1
I am new with Arch .... And I have a set of PKBUILD's, and I would like to create a custom group.... So when I build the packages, I would like to be able to install all of them as a group. I must be missing a wiki page, or overlooked something....
Offline
You just need to set the "groups" array in the PKGBUILDs. The group is "created" as soon as a package is installed that uses it, that's all there is to it. A package group isn't a real object that exists outside of its members.
Offline
So ... if I "pacman -U" my package, will it pull all of the others within the group..? ... Is it dynamic this way...? Do all of my packages need to be in the same directory...?
Offline
-S, --sync
[snip]
In addition to packages, groups can be specified as well. For example, if gnome is a defined package group, then pacman -S gnome will install every package in the gnome group, as well as the dependencies of those packages.
I think you may want to set up a local repo.
Offline
Garns is right, package groups are not useful for installing packages unless they are in a repo.
Offline
But Garns is always right ! ![]()
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
But Garns is always right !
How the ... did you get that impression? ![]()
Would be nice if it was true
.
PS: If I am always right, what will happen when I say that I am not always right?
Offline
Thanks ... I'll look into the local repo. I was suspecting something like this, but wasn't sure.
Offline
Pages: 1