How can I install “Ubuntu minimal install” packages that are not installed with it?
I Installed Ubuntu 18.04.2 LTS selecting the minimal install option. But I wanted a full install. I read that minimal install removes around 80 packages. Is there any way in which I can install just these things again without a full install again?
18.04 package-management minimal-install
New contributor
bhatnaushad 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 |
I Installed Ubuntu 18.04.2 LTS selecting the minimal install option. But I wanted a full install. I read that minimal install removes around 80 packages. Is there any way in which I can install just these things again without a full install again?
18.04 package-management minimal-install
New contributor
bhatnaushad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
It is possible to install additional software. Are you asking which packages were omitted, or how to install packages that you already know you want?
– Organic Marble
5 hours ago
@OrganicMarble Yes, I want to know which packages were omitted and also how to install them? Can I install all of them at once?
– bhatnaushad
4 hours ago
It should be possible. I will look for a list.
– Organic Marble
4 hours ago
I think if you install ubuntu-desktop you will get all that was left.
– Jean-Marie
4 hours ago
add a comment |
I Installed Ubuntu 18.04.2 LTS selecting the minimal install option. But I wanted a full install. I read that minimal install removes around 80 packages. Is there any way in which I can install just these things again without a full install again?
18.04 package-management minimal-install
New contributor
bhatnaushad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I Installed Ubuntu 18.04.2 LTS selecting the minimal install option. But I wanted a full install. I read that minimal install removes around 80 packages. Is there any way in which I can install just these things again without a full install again?
18.04 package-management minimal-install
18.04 package-management minimal-install
New contributor
bhatnaushad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
bhatnaushad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 7 hours ago
bhatnaushad
New contributor
bhatnaushad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 7 hours ago
bhatnaushadbhatnaushad
12
12
New contributor
bhatnaushad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
bhatnaushad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
bhatnaushad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
It is possible to install additional software. Are you asking which packages were omitted, or how to install packages that you already know you want?
– Organic Marble
5 hours ago
@OrganicMarble Yes, I want to know which packages were omitted and also how to install them? Can I install all of them at once?
– bhatnaushad
4 hours ago
It should be possible. I will look for a list.
– Organic Marble
4 hours ago
I think if you install ubuntu-desktop you will get all that was left.
– Jean-Marie
4 hours ago
add a comment |
It is possible to install additional software. Are you asking which packages were omitted, or how to install packages that you already know you want?
– Organic Marble
5 hours ago
@OrganicMarble Yes, I want to know which packages were omitted and also how to install them? Can I install all of them at once?
– bhatnaushad
4 hours ago
It should be possible. I will look for a list.
– Organic Marble
4 hours ago
I think if you install ubuntu-desktop you will get all that was left.
– Jean-Marie
4 hours ago
It is possible to install additional software. Are you asking which packages were omitted, or how to install packages that you already know you want?
– Organic Marble
5 hours ago
It is possible to install additional software. Are you asking which packages were omitted, or how to install packages that you already know you want?
– Organic Marble
5 hours ago
@OrganicMarble Yes, I want to know which packages were omitted and also how to install them? Can I install all of them at once?
– bhatnaushad
4 hours ago
@OrganicMarble Yes, I want to know which packages were omitted and also how to install them? Can I install all of them at once?
– bhatnaushad
4 hours ago
It should be possible. I will look for a list.
– Organic Marble
4 hours ago
It should be possible. I will look for a list.
– Organic Marble
4 hours ago
I think if you install ubuntu-desktop you will get all that was left.
– Jean-Marie
4 hours ago
I think if you install ubuntu-desktop you will get all that was left.
– Jean-Marie
4 hours ago
add a comment |
1 Answer
1
active
oldest
votes
A list of the packages omitted when doing a minimal install can be found here: https://people.canonical.com/~ubuntu-archive/seeds/ubuntu.bionic/desktop.minimal-remove
You may not want all this stuff - you can pick and choose.
You can open a terminal and use the command sudo apt install XXXX where XXXX is the package name.
It is possible to supply a long list of packages to install at once - separate them by spaces.
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
});
}
});
bhatnaushad 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%2f1122760%2fhow-can-i-install-ubuntu-minimal-install-packages-that-are-not-installed-with%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
A list of the packages omitted when doing a minimal install can be found here: https://people.canonical.com/~ubuntu-archive/seeds/ubuntu.bionic/desktop.minimal-remove
You may not want all this stuff - you can pick and choose.
You can open a terminal and use the command sudo apt install XXXX where XXXX is the package name.
It is possible to supply a long list of packages to install at once - separate them by spaces.
add a comment |
A list of the packages omitted when doing a minimal install can be found here: https://people.canonical.com/~ubuntu-archive/seeds/ubuntu.bionic/desktop.minimal-remove
You may not want all this stuff - you can pick and choose.
You can open a terminal and use the command sudo apt install XXXX where XXXX is the package name.
It is possible to supply a long list of packages to install at once - separate them by spaces.
add a comment |
A list of the packages omitted when doing a minimal install can be found here: https://people.canonical.com/~ubuntu-archive/seeds/ubuntu.bionic/desktop.minimal-remove
You may not want all this stuff - you can pick and choose.
You can open a terminal and use the command sudo apt install XXXX where XXXX is the package name.
It is possible to supply a long list of packages to install at once - separate them by spaces.
A list of the packages omitted when doing a minimal install can be found here: https://people.canonical.com/~ubuntu-archive/seeds/ubuntu.bionic/desktop.minimal-remove
You may not want all this stuff - you can pick and choose.
You can open a terminal and use the command sudo apt install XXXX where XXXX is the package name.
It is possible to supply a long list of packages to install at once - separate them by spaces.
answered 4 hours ago
Organic MarbleOrganic Marble
11.3k63458
11.3k63458
add a comment |
add a comment |
bhatnaushad is a new contributor. Be nice, and check out our Code of Conduct.
bhatnaushad is a new contributor. Be nice, and check out our Code of Conduct.
bhatnaushad is a new contributor. Be nice, and check out our Code of Conduct.
bhatnaushad 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%2f1122760%2fhow-can-i-install-ubuntu-minimal-install-packages-that-are-not-installed-with%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
It is possible to install additional software. Are you asking which packages were omitted, or how to install packages that you already know you want?
– Organic Marble
5 hours ago
@OrganicMarble Yes, I want to know which packages were omitted and also how to install them? Can I install all of them at once?
– bhatnaushad
4 hours ago
It should be possible. I will look for a list.
– Organic Marble
4 hours ago
I think if you install ubuntu-desktop you will get all that was left.
– Jean-Marie
4 hours ago