A few days ago I installed Devuan Daedalus in a VM and downloaded the
TDE 14.1.3 mega package 'tde-trinity'.
I presumed that "mega" package downloaded everything TDE, but seems to
be only individual packages split from the core package group. Missing
from my effort are packages such as amarok, koffice, themes, etc.
I tried 'apt search trinity' but that is a messy output.
Next I tried 'apt-cache search trinity | grep -v 18n'. That produced a
list of 786 packages. Clipping the output produces provided me only
package names.
I shrugged, inhaled, and launched 'for pkg in $(apt-cache search trinity
| grep -v i18n | sed 's| - .*||'); do apt install -y $pkg; done'.
Seemed to succeed but raised a simple question. Is there a short-hand
method to download everything TDE?