#249021 "uninstall" synonym for "install"

Package:
apt
Source:
apt
Description:
commandline package manager
Submitter:
Earle Martin
Date:
2025-07-02 13:41:01 UTC
Severity:
wishlist
#249021#5
Date:
2004-05-14 14:06:58 UTC
From:
To:
When removing packages using apt-get, the command is "apt-get remove".
As the command to install is "apt-get install", I find myself occasionally
mistakenly typing "apt-get uninstall" to remove packages. It would be useful
therefore if "uninstall" were to be added as a synonym for "remove".

#249021#12
Date:
2008-01-20 06:01:53 UTC
From:
To:
tag 249021 wontfix

in order to maintain simplicity, you only want there to be one way to
do things.  hence providing synonyms for commands is a bad idea.  the
user has a lot of avenues to figure out the correct syntax.  they can
read the man page or search the web.  and i bet they discover "remove"
pretty quickly even if they are used to things being called
"uninstall".  so, i recommend that this issue not be fixed.

#249021#19
Date:
2020-10-14 17:22:11 UTC
From:
To:
Please reconsider marking this as "wontfix".

Apt is the only package manager I use that calls it "remove" instead
of "uninstall". Off the top of my head: pip (Python), brew (macOS),
cargo (Rust), gem (Ruby) and npm (JavaScript) all call it "uninstall".
The only exceptions I can think of are ArchLinux, which uses single
letter flags that I forget and yarn (JavaScript), which uses "remove"
but also uses "add" instead of install, so that makes more sense.

It's also slightly faster when you just installed something to add
"un" to the previous command instead of deleting the whole word and
typing out "remove".

I have been using Ubuntu/Debian for close to 10 years and I just made
this mistake for the umpteenth time this morning, which prompted me to
come looking for this bug.

#249021#24
Date:
2020-10-14 18:27:18 UTC
From:
To:
Control: tag -1 - wontfix

Sure. I've been adding a bunch of undocumented synonyms and spellings
for a while now, so this is fine.

#249021#31
Date:
2025-07-02 13:38:43 UTC
From:
To:
A recent similar complaint from Fedora:
https://samthursfield.wordpress.com/2025/06/29/dnf-uninstall/

Thank you,
Jeremy Bícha