Installing multiple packages with one yum command

Clash Royale CLAN TAG#URR8PPP
Is there a way to install 2 or more packages using one yum command
yum install mysql php vsftp
fedora yum
add a comment |
Is there a way to install 2 or more packages using one yum command
yum install mysql php vsftp
fedora yum
6
I just tried your command, and it works ok. Why didn't you try it out?
– Tshepang
Feb 18 '11 at 14:28
add a comment |
Is there a way to install 2 or more packages using one yum command
yum install mysql php vsftp
fedora yum
Is there a way to install 2 or more packages using one yum command
yum install mysql php vsftp
fedora yum
fedora yum
asked Feb 18 '11 at 14:11
whoamiwhoami
1,57531923
1,57531923
6
I just tried your command, and it works ok. Why didn't you try it out?
– Tshepang
Feb 18 '11 at 14:28
add a comment |
6
I just tried your command, and it works ok. Why didn't you try it out?
– Tshepang
Feb 18 '11 at 14:28
6
6
I just tried your command, and it works ok. Why didn't you try it out?
– Tshepang
Feb 18 '11 at 14:28
I just tried your command, and it works ok. Why didn't you try it out?
– Tshepang
Feb 18 '11 at 14:28
add a comment |
2 Answers
2
active
oldest
votes
Just use the exact command from your question. yum can take multiple package names as input:
yum install mysql php vsftp
1
would this work?yum install -y php mysql
– whoami
Feb 18 '11 at 14:39
1
Yes it works like a charm on my laptop running Fedora 14.
– Dharmit
Feb 18 '11 at 16:32
5
It helps if you summarize the link, so the user doesn't have to click through and they're not screwed if the link breaks
– Michael Mrozek♦
Feb 18 '11 at 19:00
1
It just says "Yum accepts multiple arguments, so just specify all of them on the command line" in various ways. I don't think that having a link to some random forum posts that say that actually is useful.
– mattdm
Feb 18 '11 at 19:30
add a comment |
Yes, I do it all the time. Any yum command will work with multiple packages specified, just take a look at the man page.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
);
);
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%2f7638%2finstalling-multiple-packages-with-one-yum-command%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Just use the exact command from your question. yum can take multiple package names as input:
yum install mysql php vsftp
1
would this work?yum install -y php mysql
– whoami
Feb 18 '11 at 14:39
1
Yes it works like a charm on my laptop running Fedora 14.
– Dharmit
Feb 18 '11 at 16:32
5
It helps if you summarize the link, so the user doesn't have to click through and they're not screwed if the link breaks
– Michael Mrozek♦
Feb 18 '11 at 19:00
1
It just says "Yum accepts multiple arguments, so just specify all of them on the command line" in various ways. I don't think that having a link to some random forum posts that say that actually is useful.
– mattdm
Feb 18 '11 at 19:30
add a comment |
Just use the exact command from your question. yum can take multiple package names as input:
yum install mysql php vsftp
1
would this work?yum install -y php mysql
– whoami
Feb 18 '11 at 14:39
1
Yes it works like a charm on my laptop running Fedora 14.
– Dharmit
Feb 18 '11 at 16:32
5
It helps if you summarize the link, so the user doesn't have to click through and they're not screwed if the link breaks
– Michael Mrozek♦
Feb 18 '11 at 19:00
1
It just says "Yum accepts multiple arguments, so just specify all of them on the command line" in various ways. I don't think that having a link to some random forum posts that say that actually is useful.
– mattdm
Feb 18 '11 at 19:30
add a comment |
Just use the exact command from your question. yum can take multiple package names as input:
yum install mysql php vsftp
Just use the exact command from your question. yum can take multiple package names as input:
yum install mysql php vsftp
edited Jan 20 at 0:51
terdon♦
130k32255433
130k32255433
answered Feb 18 '11 at 14:25
DharmitDharmit
1,89262132
1,89262132
1
would this work?yum install -y php mysql
– whoami
Feb 18 '11 at 14:39
1
Yes it works like a charm on my laptop running Fedora 14.
– Dharmit
Feb 18 '11 at 16:32
5
It helps if you summarize the link, so the user doesn't have to click through and they're not screwed if the link breaks
– Michael Mrozek♦
Feb 18 '11 at 19:00
1
It just says "Yum accepts multiple arguments, so just specify all of them on the command line" in various ways. I don't think that having a link to some random forum posts that say that actually is useful.
– mattdm
Feb 18 '11 at 19:30
add a comment |
1
would this work?yum install -y php mysql
– whoami
Feb 18 '11 at 14:39
1
Yes it works like a charm on my laptop running Fedora 14.
– Dharmit
Feb 18 '11 at 16:32
5
It helps if you summarize the link, so the user doesn't have to click through and they're not screwed if the link breaks
– Michael Mrozek♦
Feb 18 '11 at 19:00
1
It just says "Yum accepts multiple arguments, so just specify all of them on the command line" in various ways. I don't think that having a link to some random forum posts that say that actually is useful.
– mattdm
Feb 18 '11 at 19:30
1
1
would this work?
yum install -y php mysql– whoami
Feb 18 '11 at 14:39
would this work?
yum install -y php mysql– whoami
Feb 18 '11 at 14:39
1
1
Yes it works like a charm on my laptop running Fedora 14.
– Dharmit
Feb 18 '11 at 16:32
Yes it works like a charm on my laptop running Fedora 14.
– Dharmit
Feb 18 '11 at 16:32
5
5
It helps if you summarize the link, so the user doesn't have to click through and they're not screwed if the link breaks
– Michael Mrozek♦
Feb 18 '11 at 19:00
It helps if you summarize the link, so the user doesn't have to click through and they're not screwed if the link breaks
– Michael Mrozek♦
Feb 18 '11 at 19:00
1
1
It just says "Yum accepts multiple arguments, so just specify all of them on the command line" in various ways. I don't think that having a link to some random forum posts that say that actually is useful.
– mattdm
Feb 18 '11 at 19:30
It just says "Yum accepts multiple arguments, so just specify all of them on the command line" in various ways. I don't think that having a link to some random forum posts that say that actually is useful.
– mattdm
Feb 18 '11 at 19:30
add a comment |
Yes, I do it all the time. Any yum command will work with multiple packages specified, just take a look at the man page.
add a comment |
Yes, I do it all the time. Any yum command will work with multiple packages specified, just take a look at the man page.
add a comment |
Yes, I do it all the time. Any yum command will work with multiple packages specified, just take a look at the man page.
Yes, I do it all the time. Any yum command will work with multiple packages specified, just take a look at the man page.
answered Feb 18 '11 at 14:34
Justin EthierJustin Ethier
10.6k83254
10.6k83254
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.
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%2f7638%2finstalling-multiple-packages-with-one-yum-command%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
6
I just tried your command, and it works ok. Why didn't you try it out?
– Tshepang
Feb 18 '11 at 14:28