Article 6D41N How to install packages in a multilined fashion?

How to install packages in a multilined fashion?

by
debianfella
from LinuxQuestions.org on (#6D41N)
I have the problem that I have a long liner command and it's too long for me in one line. The command is basically installing packages:

Code:apt install pack_1 pack_2 pack_3 pack_4 pack_5 ...I have tried to do this:

Code:apt install \
pack_1 \
pack_2 \
pack_3 \
pack_4 \
pack_5 \
...Quote:
E: Unsupported file / given on commandline
How to install packages in a multilined fashion?
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments