Dne 24. 09. 21 v 11:59 Vitaly Zaitsev via devel napsal(a):
sudo dnf remove $(dnf -C list extras | cut -d ' ' -f -1 |
tail -n +3)
This will remove packages which are not in current repositories.
On my workstation, this will suggests to remove webex, which I installed manually as an
rpm. And I definitelly want to
keep it.
My current implementation is more conversative and remove only packages which were
presented at some point in Fedora and
now are retired.
It is so conservative, that it even leave behind the packages from N-2 version.
Miroslav