How do I add multiple packages to a single URL?

Asked by Qwerty Maniac

I can only seem to make apt://pack-name ... I can't add a comma or dot or any other seperator to add multiple package names to a single URL.

Is this feature available yet (If so, can someone guide me on adding multiple package names to a single URL?) or is it in the upcoming list of features? :)

Harsh J

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apturl Edit question
Assignee:
No assignee Edit question
Solved by:
Stephen Drake
Solved:
Last query:
Last reply:
Revision history for this message
Best Stephen Drake (spd106) said :
#1

You can add multiple packages by separating them with a semi-colon (;).
e.g <a href=apt://ubuntu-minimal;apt://ubuntu-desktop>ubuntu packages</a>

This will then cause those packages to be installed in order, one after the other.

There's probably a better method in the works, but this works for the moment.

Revision history for this message
Qwerty Maniac (qwertymaniac) said :
#2

Works good enough, just what I was looking for, thanks for telling me that. :)

Revision history for this message
Qwerty Maniac (qwertymaniac) said :
#3

Thanks Stephen Drake, that solved my question.

Revision history for this message
Ofir Klinger (klinger-ofir) said :
#4

Something changed since 2007? Can I give the user a link which installs a bunch of packages at once?

Installing them together is necessary for installing programs which has many packages that don't depend on each other.