[Rpm-maint] [rpm-software-management/rpm] RFE: support install/upgrade/erase in the same transaction from the cli (#1125)

Michal Domonkos notifications at github.com
Mon Feb 22 15:56:52 UTC 2021


Perhaps we could also come up with a simple scheme to specify a list of packages together with the desired action, for example:
```
--add-packages i:foo i:bar e:baz
```

Basically, a shorthand for:
```
--add-install foo --add-install bar --add-erase baz
```
(Could we use popt's aliasing magic here?)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1125#issuecomment-783475494
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210222/38efeaca/attachment.html>


More information about the Rpm-maint mailing list