“The following additional package will be installed” but I don't want to install it - what can I d?How to...
How to have a sharp product image?
Examples of subgroups where it's nontrivial to show closure under multiplication?
What is Niska's accent?
Map of water taps to fill bottles
Examples of non trivial equivalence relations , I mean equivalence relations without the expression " same ... as" in their definition?
Does a semiconductor follow Ohm's law?
Symbolic Multivariate Distribution
A Strange Latex Symbol
Normal Map bad shading in Rendered display
Is the 5 MB static resource size limit 5,242,880 bytes or 5,000,000 bytes?
Can someone publish a story that happened to you?
Exchange,swap or switch
To say I met a person for the first time
Are Boeing 737-800’s grounded?
How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?
How can I practically buy stocks?
Does holding a wand and speaking its command word count as V/S/M spell components?
What's the polite way to say "I need to urinate"?
Why other Westeros houses don't use wildfire?
How to write a column outside the braces in a matrix?
What are the potential pitfalls when using metals as a currency?
Fizzy, soft, pop and still drinks
How can I place the product on a social media post better?
Why do games have consumables?
“The following additional package will be installed” but I don't want to install it - what can I d?
How to determine the version and origin of proprietary drivers installed by Additional Drivers?How can I check what was installed for an apt package?Given a package name, how can I find out what will change if I install the package?What happens to a .deb installed package with a Ubuntu version update that includes the same package?How to prevent package updation in `apt-get install -y package` if the package is already installed?where can I find the installed packagePackage installed but not installed?? (apt-get)What does the apt-get -f install do?Unmet dependencies, but package already installed. Tried apt-get -f install, but will only remove needed packageHow to check exactly what apt install [some package] is going to do?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
What can I do when APT tells me an additional package will be installed but I don't want to install that package?
apt package-management
New contributor
Wond is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
What can I do when APT tells me an additional package will be installed but I don't want to install that package?
apt package-management
New contributor
Wond is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
The following additional package will be installed: That could be dependencies. As of now your question stands unclear. Edit your question and include what are you trying to install, which additional packages will be installed, which Ubuntu are you using, etc.
– Kulfy
yesterday
add a comment |
What can I do when APT tells me an additional package will be installed but I don't want to install that package?
apt package-management
New contributor
Wond is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
What can I do when APT tells me an additional package will be installed but I don't want to install that package?
apt package-management
apt package-management
New contributor
Wond is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Wond is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 16 hours ago
Zanna
51.5k13141244
51.5k13141244
New contributor
Wond is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked yesterday
WondWond
11
11
New contributor
Wond is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Wond is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Wond is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
The following additional package will be installed: That could be dependencies. As of now your question stands unclear. Edit your question and include what are you trying to install, which additional packages will be installed, which Ubuntu are you using, etc.
– Kulfy
yesterday
add a comment |
2
The following additional package will be installed: That could be dependencies. As of now your question stands unclear. Edit your question and include what are you trying to install, which additional packages will be installed, which Ubuntu are you using, etc.
– Kulfy
yesterday
2
2
The following additional package will be installed: That could be dependencies. As of now your question stands unclear. Edit your question and include what are you trying to install, which additional packages will be installed, which Ubuntu are you using, etc.
– Kulfy
yesterday
The following additional package will be installed: That could be dependencies. As of now your question stands unclear. Edit your question and include what are you trying to install, which additional packages will be installed, which Ubuntu are you using, etc.
– Kulfy
yesterday
add a comment |
1 Answer
1
active
oldest
votes
Read the apt-get manpage:
--no-install-recommends
Do not consider recommended packages as a dependency for installing. Configuration
Item: APT::Install-Recommends.
This works also with apt install.
This will only work for packages, that are not required by the package you are installing.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Wond is a new contributor. Be nice, and check out our Code of Conduct.
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%2faskubuntu.com%2fquestions%2f1138359%2fthe-following-additional-package-will-be-installed-but-i-dont-want-to-install%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Read the apt-get manpage:
--no-install-recommends
Do not consider recommended packages as a dependency for installing. Configuration
Item: APT::Install-Recommends.
This works also with apt install.
This will only work for packages, that are not required by the package you are installing.
add a comment |
Read the apt-get manpage:
--no-install-recommends
Do not consider recommended packages as a dependency for installing. Configuration
Item: APT::Install-Recommends.
This works also with apt install.
This will only work for packages, that are not required by the package you are installing.
add a comment |
Read the apt-get manpage:
--no-install-recommends
Do not consider recommended packages as a dependency for installing. Configuration
Item: APT::Install-Recommends.
This works also with apt install.
This will only work for packages, that are not required by the package you are installing.
Read the apt-get manpage:
--no-install-recommends
Do not consider recommended packages as a dependency for installing. Configuration
Item: APT::Install-Recommends.
This works also with apt install.
This will only work for packages, that are not required by the package you are installing.
answered yesterday
Simon SudlerSimon Sudler
1,782616
1,782616
add a comment |
add a comment |
Wond is a new contributor. Be nice, and check out our Code of Conduct.
Wond is a new contributor. Be nice, and check out our Code of Conduct.
Wond is a new contributor. Be nice, and check out our Code of Conduct.
Wond is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1138359%2fthe-following-additional-package-will-be-installed-but-i-dont-want-to-install%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
2
The following additional package will be installed: That could be dependencies. As of now your question stands unclear. Edit your question and include what are you trying to install, which additional packages will be installed, which Ubuntu are you using, etc.
– Kulfy
yesterday