-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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:
-Rsgoes one way down the dependency chain (remove this package, and everything it depends on *), and-Rcgoes the other way (remove this package, and everything that depends on it).
-Rscremoves 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels