ColdWater@lemmy.ca to linuxmemes@lemmy.world · edit-23か月前Gentoo and Debain has the most badass package uninstall syntax everlemmy.caimagemessage-square38fedilinkarrow-up1279
arrow-up1279imageGentoo and Debain has the most badass package uninstall syntax everlemmy.caColdWater@lemmy.ca to linuxmemes@lemmy.world · edit-23か月前message-square38fedilink
minus-squareNateNate60@lemmy.worldlinkfedilinkarrow-up2·3か月前Year 3 of using Fedora and I still don’t know what the equivalent of apt purge is
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4·3か月前There is apt remove but purge will remove more things. So if dnf remove is purge equivalent, what is apt remove equivalent in dnf?
minus-squareKairos@lemmy.todaylinkfedilinkarrow-up2·3か月前I think it removes configs too. Try it yourself with nginx or Apache. You likely don’t have both installed.
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·3か月前So we don’t have the ability to remove package without configs in dnf?
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·3か月前No but its one or the other anyway right? I can’t test right now
minus-squareKairos@lemmy.todaylinkfedilinkarrow-up2·edit-23か月前Id 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.