Skip to content

Add aliases for commonly used commands #8130

@dreua

Description

@dreua

What's the problem this feature will solve?

As a software developer and package maintainer, I often install and remove software packages with different package managers. With pip I often run into this error:

$ pip3 remove pdfarranger
ERROR: unknown command "remove"

Describe the solution you'd like

Have a remove command that does exactly the same as uninstall.

Alternative Solutions

  • Using bash's alias command is not easily possible because it can only match the main command (I can add an alias for pip in general but not for pip remove.)
  • pip does not seem to provide a built in alias command like dnf has

Additional context

Package managers which use remove and don't know uninstall:

  1. dnf/yum (they do have erase as an alias)
  2. apt(-get)
  3. pacman

Package managers which have both:

  1. flatpak

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions