5

Is it possible to install multiple packages via a single pacman command?

E.g.

Pacman -S package_1,package_2 

1 Answer 1

10

yes from pacman wiki To install a single package or list of packages (including dependencies), issue the following command:

# pacman -S package_name1 package_name2 ..

2
  • 1
    Ah, so my issue was the commas ... Thanks! Commented May 23, 2014 at 4:04
  • I didn't notice the commas ;) Commented May 23, 2014 at 4:05

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.