ColdWater@lemmy.ca to linuxmemes@lemmy.world · edit-21 年前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-21 年前message-square37fedilink
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4·1 年前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·1 年前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·1 年前So we don’t have the ability to remove package without configs in dnf?
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·1 年前No but its one or the other anyway right? I can’t test right now
minus-squareKairos@lemmy.todaylinkfedilinkarrow-up2·edit-21 年前Id assume so. I mean there’s a chance it somehow adds files.
dnf 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.