python-pacman icon indicating copy to clipboard operation
python-pacman copied to clipboard

Do we need two kinds of remove?

Open airvzxf opened this issue 3 years ago • 0 comments

Hi, I wonder what type of remove do you have in the source code, after my research I found that you are using -Rc[n] but I always use in my commands -Rs[n]. I did a quick research which go to this post cascade vs. recursive (SOLVED). It basically says:

-Rs goes one way down the dependency chain (remove this package, and everything it depends on *), and -Rc goes the other way (remove this package, and everything that depends on it).

-Rsc removes the package, all of its dependencies *, and all packages that depend on it.

Do we need to add two kinds of remove? One for remove_cascade, another for remove_recursive. Do we need maybe a third kind of remove? It could be remove_hard.

airvzxf avatar Jan 03 '22 04:01 airvzxf