Closed LinuxUserGD closed 2 years ago
Nice, makes totally sense!
For the alias: you can also output search results as json with -o json
, so you can replace grep/sed with jq:
luet search --installed -o json | jq '.packages | map(.category+"/"+.name) | .[]' -rc
Will be available in the next release :blush:
Is your feature request related to a problem? Please describe.
luet search --installed
lists all installed packages.luet upgrade
upgrades all packages. If the system breaks, it's currently only possible to reinstall packages individually, e. g.luet install [package-list]
.Describe the solution you'd like
luet reinstall --installed
for reinstalling installed package list (like@system
and@world
when using portage)Describe alternatives you've considered
Using a bash alias:
Additional context
https://luet-lab.github.io/docs/docs/concepts/overview/managing_packages/ https://www.mocaccino.org/docs/desktop/usage/