Comment on Why don't most distros support listing packages and system settings in text file(s)?
Harlehatschi@lemmy.ml 1 week ago
If you just want to have the list of packages saved in a text file and use that file for apt/dnf/… you could just
sudo dnf install $(< list.txt)