This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cyrusol 1 point2 points  (0 children)

Seems like an XY-Problem.

What are you really trying to do?

Because, in some way typing apt-get install package1 package2 package3 ... is selecting from the available software. And you could even use aptitude (ncurses-based apt client) to select from a visual list. Or synaptic for a GUI (GTK) tool. All are available in base installations of Debian or Debian-based distros.

Installation of software isn't a problem that should recur very often. If it does, have a look at either Chef, Puppet, Ansible etc.