firefox-locale-en not removed after apt purge firefox
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I've just installed Linux Mint (Tara) on an old laptop. One of the first things I've done is removing Firefox using sudo apt purge firefox
and installing Chromium.
Now, after doing sudo apt autoremove
, sudo apt autoclean
and sudo apt update
, apt
tells me that one of the packages that can be upgraded is firefox-locale-en
. Shouldn't this package be removed when I unninstalled Firefox? Isn't firefox-locale-en
a Firefox dependency?
linux-mint firefox dependencies
add a comment |
up vote
0
down vote
favorite
I've just installed Linux Mint (Tara) on an old laptop. One of the first things I've done is removing Firefox using sudo apt purge firefox
and installing Chromium.
Now, after doing sudo apt autoremove
, sudo apt autoclean
and sudo apt update
, apt
tells me that one of the packages that can be upgraded is firefox-locale-en
. Shouldn't this package be removed when I unninstalled Firefox? Isn't firefox-locale-en
a Firefox dependency?
linux-mint firefox dependencies
1
"Isn't firefox-locale-en a Firefox dependency?" To answer that, runapt depends firefox
.
– DK Bose
Nov 25 at 11:07
Thanks for the answer. According to the command it isn't but why? What other purpose could that package have if it is not to work only with firefox?.
– potato
Nov 25 at 11:10
Sorry, I don't know that else I'd have posted an answer!
– DK Bose
Nov 25 at 11:14
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I've just installed Linux Mint (Tara) on an old laptop. One of the first things I've done is removing Firefox using sudo apt purge firefox
and installing Chromium.
Now, after doing sudo apt autoremove
, sudo apt autoclean
and sudo apt update
, apt
tells me that one of the packages that can be upgraded is firefox-locale-en
. Shouldn't this package be removed when I unninstalled Firefox? Isn't firefox-locale-en
a Firefox dependency?
linux-mint firefox dependencies
I've just installed Linux Mint (Tara) on an old laptop. One of the first things I've done is removing Firefox using sudo apt purge firefox
and installing Chromium.
Now, after doing sudo apt autoremove
, sudo apt autoclean
and sudo apt update
, apt
tells me that one of the packages that can be upgraded is firefox-locale-en
. Shouldn't this package be removed when I unninstalled Firefox? Isn't firefox-locale-en
a Firefox dependency?
linux-mint firefox dependencies
linux-mint firefox dependencies
edited Nov 25 at 10:16
Rui F Ribeiro
38.3k1476127
38.3k1476127
asked Nov 25 at 10:01
potato
305
305
1
"Isn't firefox-locale-en a Firefox dependency?" To answer that, runapt depends firefox
.
– DK Bose
Nov 25 at 11:07
Thanks for the answer. According to the command it isn't but why? What other purpose could that package have if it is not to work only with firefox?.
– potato
Nov 25 at 11:10
Sorry, I don't know that else I'd have posted an answer!
– DK Bose
Nov 25 at 11:14
add a comment |
1
"Isn't firefox-locale-en a Firefox dependency?" To answer that, runapt depends firefox
.
– DK Bose
Nov 25 at 11:07
Thanks for the answer. According to the command it isn't but why? What other purpose could that package have if it is not to work only with firefox?.
– potato
Nov 25 at 11:10
Sorry, I don't know that else I'd have posted an answer!
– DK Bose
Nov 25 at 11:14
1
1
"Isn't firefox-locale-en a Firefox dependency?" To answer that, run
apt depends firefox
.– DK Bose
Nov 25 at 11:07
"Isn't firefox-locale-en a Firefox dependency?" To answer that, run
apt depends firefox
.– DK Bose
Nov 25 at 11:07
Thanks for the answer. According to the command it isn't but why? What other purpose could that package have if it is not to work only with firefox?.
– potato
Nov 25 at 11:10
Thanks for the answer. According to the command it isn't but why? What other purpose could that package have if it is not to work only with firefox?.
– potato
Nov 25 at 11:10
Sorry, I don't know that else I'd have posted an answer!
– DK Bose
Nov 25 at 11:14
Sorry, I don't know that else I'd have posted an answer!
– DK Bose
Nov 25 at 11:14
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
There is no declared relationship, in Linux Mint, between the firefox
package and the firefox-locale-en
package; as a result, removing the former doesn’t result in the removal of the latter. It could make sense to have firefox-locale-en
depend on firefox
(the equivalent Debian packages do this); that way, removing firefox
would force the removal of firefox-locale-en
. Perhaps you could file a bug...
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
There is no declared relationship, in Linux Mint, between the firefox
package and the firefox-locale-en
package; as a result, removing the former doesn’t result in the removal of the latter. It could make sense to have firefox-locale-en
depend on firefox
(the equivalent Debian packages do this); that way, removing firefox
would force the removal of firefox-locale-en
. Perhaps you could file a bug...
add a comment |
up vote
0
down vote
There is no declared relationship, in Linux Mint, between the firefox
package and the firefox-locale-en
package; as a result, removing the former doesn’t result in the removal of the latter. It could make sense to have firefox-locale-en
depend on firefox
(the equivalent Debian packages do this); that way, removing firefox
would force the removal of firefox-locale-en
. Perhaps you could file a bug...
add a comment |
up vote
0
down vote
up vote
0
down vote
There is no declared relationship, in Linux Mint, between the firefox
package and the firefox-locale-en
package; as a result, removing the former doesn’t result in the removal of the latter. It could make sense to have firefox-locale-en
depend on firefox
(the equivalent Debian packages do this); that way, removing firefox
would force the removal of firefox-locale-en
. Perhaps you could file a bug...
There is no declared relationship, in Linux Mint, between the firefox
package and the firefox-locale-en
package; as a result, removing the former doesn’t result in the removal of the latter. It could make sense to have firefox-locale-en
depend on firefox
(the equivalent Debian packages do this); that way, removing firefox
would force the removal of firefox-locale-en
. Perhaps you could file a bug...
answered Nov 25 at 20:08
Stephen Kitt
159k24356431
159k24356431
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f484005%2ffirefox-locale-en-not-removed-after-apt-purge-firefox%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
"Isn't firefox-locale-en a Firefox dependency?" To answer that, run
apt depends firefox
.– DK Bose
Nov 25 at 11:07
Thanks for the answer. According to the command it isn't but why? What other purpose could that package have if it is not to work only with firefox?.
– potato
Nov 25 at 11:10
Sorry, I don't know that else I'd have posted an answer!
– DK Bose
Nov 25 at 11:14