Hi! Is there a command that installs all gnome packages?
similar to:
I find it difficult to write each of the packages
similar to:
sudo pkg install gnome-*
I find it difficult to write each of the packages
sudo pkg install gnome-*
pkg search . | awk '{print $1}' | grep ^gnome > mygnomes.txt
cat mygnomes.txt
cat mygnomes | xargs -I {} pkg install -y {}
Doing something like this will not install all gnome packages. Only the ones with gnome in the name. You will likely miss things like gconf, dbus, etc.Hi! Is there a command that installs all gnome packages?
similar to:
I find it difficult to write each of the packages
# pkg install gnome3-liteHi! Is there a command that installs all gnome packages?
similar to:
sudo pkg install gnome-*
pkg install -g 'gnome-*'OPTIONS
...
-g, --glob
Treat the package names as shell glob patterns.
Work like a charm! Thanks!Verify if ok , and knowing installing these packages will not remove other packages.Code:pkg search . | awk '{print $1}' | grep ^gnome > mygnomes.txt
Edit the file to your needs, if ok,Code:cat mygnomes.txt
Code:cat mygnomes.txt | xargs -I {} pkg install -y {}
Note that x11/gnome3 and x11/gnome3-lite are so-called meta-ports. They don't install anything of their own, they're just a collection of dependencies on other ports/packages. Both will install a 'complete' Gnome 3 desktop, with the x11/gnome3-lite just installing the bare necessities. So that's without a bunch of additional applications (which themselves are often meta-ports too) like games/gnome-games or deskutils/gnome-utils. Installing a meta-port is sort of like using groupinstall with yum for example.
Why didn't you asked the real problem in the first place? I assumed you are trying to install all other 'gnome-*' named packages not included in the Gnome3 desktop, installed by one of the gnome3 meta-port packages. It didn't occurred to me you are trying to install a Gnome3 desktop from individual packages.Since gnome3 was removed from the packages, this is the only way I have found to have a "working" gnome desktop. But, have a bugs/errors/crashes... No icons for somes aps, error when open a file, etc...
14 RUN_DEPENDS?=
49 .if ${FLAVOR} == "full"
50 RUN_DEPENDS+=