LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install multiple packages using yum (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-multiple-packages-using-yum-850364/)

noony123 12-15-2010 05:23 AM

How to install multiple packages using yum
 
Hi all.

I need to install almost 10 packages using yum. i know the package names. Is there any way to install them in one single command ?

colucix 12-15-2010 05:25 AM

Yum accepts multiple arguments, so just specify all of them on the command line:
Code:

yum install package1 package2 package3 ...

sycamorex 12-15-2010 05:25 AM

Code:

yum install package1 package2 package3......
...as long as you've got the correct names for them.

Anyway see the yum manual for more info.

noony123 12-15-2010 06:10 AM

Thanks a lot guys.


All times are GMT -5. The time now is 04:07 PM.