@[email protected] to [email protected] • edit-24 months agoGentoo and Debain has the most badass package uninstall syntax everlemmy.caimagemessage-square35fedilinkarrow-up171
arrow-up171imageGentoo and Debain has the most badass package uninstall syntax everlemmy.ca@[email protected] to [email protected] • edit-24 months agomessage-square35fedilink
minus-square@[email protected]linkfedilink0•4 months agoYear 3 of using Fedora and I still don’t know what the equivalent of apt purge is
minus-square@[email protected]linkfedilinkEnglish0•4 months agoThere is apt remove but purge will remove more things. So if dnf remove is purge equivalent, what is apt remove equivalent in dnf?
minus-squareKairoslinkfedilink0•4 months agoI think it removes configs too. Try it yourself with nginx or Apache. You likely don’t have both installed.
minus-square@[email protected]linkfedilinkEnglish0•4 months agoSo we don’t have the ability to remove package without configs in dnf?
minus-square@[email protected]linkfedilinkEnglish0•4 months agoNo but its one or the other anyway right? I can’t test right now
minus-squareKairoslinkfedilink1•edit-24 months agoId assume so. I mean there’s a chance it somehow adds files.
Year 3 of using Fedora and I still don’t know what the equivalent of
apt purge
isdnf remove
There is apt remove but purge will remove more things. So if dnf remove is purge equivalent, what is apt remove equivalent in dnf?
I think it removes configs too.
Try it yourself with nginx or Apache. You likely don’t have both installed.
So we don’t have the ability to remove package without configs in dnf?
Did you test it
No but its one or the other anyway right? I can’t test right now
Id assume so. I mean there’s a chance it somehow adds files.