ColdWater@lemmy.ca to linuxmemes@lemmy.world · edit-28 个月前Gentoo and Debain has the most badass package uninstall syntax everlemmy.caimagemessage-square37fedilinkarrow-up1281arrow-down116
arrow-up1265arrow-down1imageGentoo and Debain has the most badass package uninstall syntax everlemmy.caColdWater@lemmy.ca to linuxmemes@lemmy.world · edit-28 个月前message-square37fedilink
minus-squareNateNate60@lemmy.worldlinkfedilinkarrow-up2arrow-down3·8 个月前Year 3 of using Fedora and I still don’t know what the equivalent of apt purge is
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4·8 个月前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·8 个月前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·8 个月前So we don’t have the ability to remove package without configs in dnf?
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·8 个月前No but its one or the other anyway right? I can’t test right now
minus-squareKairos@lemmy.todaylinkfedilinkarrow-up2·edit-28 个月前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.