Skip to content

Do we need two kinds of remove? #5

@airvzxf

Description

@airvzxf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions