-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
UXUser experience relatedUser experience relatedUX: ecosystem research epicTemporary label to link tickets to #8515Temporary label to link tickets to #8515UX: functionality research epicTemporary label to link tickets to #8516Temporary label to link tickets to #8516type: feature requestRequest for a new featureRequest for a new feature
Description
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 forpip 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:
Package managers which have both:
- flatpak
McSinyx, wshayes, MrMino, oliver-batchelor, Emerentius and 4 more
Metadata
Metadata
Assignees
Labels
UXUser experience relatedUser experience relatedUX: ecosystem research epicTemporary label to link tickets to #8515Temporary label to link tickets to #8515UX: functionality research epicTemporary label to link tickets to #8516Temporary label to link tickets to #8516type: feature requestRequest for a new featureRequest for a new feature