On 04/25/2015 12:30 PM, Emmanuel Lécharny wrote: > Although I think that we should propose two ways to proceed : > - one which is destructive (binaries, data, config) > - one which keep the config and data
Makes sense. dpkg / apt-get have two options / commands: * -r / remove: should only delete the binaries * -P / purge: also delete config But rpm only has one option -e to erase a package. On the other hand we always backup the data and config in /var/lib into a tgz.
