Opened 15 years ago
Closed 15 years ago
#5315 closed enhancement (fixed)
installoptionalpackage -a could accept several packages add once
Reported by: | colin | Owned by: | nobody |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | Applications/Command Line Tools | Version: | R1/Development |
Keywords: | installoptionalpackage | Cc: | |
Blocked By: | #5248 | Blocking: | |
Platform: | All |
Description
At the moment the installoptionalpackage -a option accepts only one parameter.
By allowing it to accept multiple parameters it would be more convenient to add several packages to the system.
This possibly allows prevention of double installs, too, in the case that several packages have the same dependency.
Attachments (1)
Change History (4)
comment:1 by , 15 years ago
Blocked By: | 5248 added |
---|---|
Component: | - General → Applications/Command Line Tools |
Version: | R1/alpha1 → R1/Development |
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
It was actually easier to implement both this and #5248 at once. The attached patch will correctly determine all of the dependencies for a particular package. It also allows the user to specify multiple packages to add :
installoptionalpackage -a "Git Subversion NetSurf"
This patch is large and fairly ugly. Would it be preferred for me to submit multiple smaller patches to be applied in succession?
by , 15 years ago
Attachment: | installoptionalpackage-Improvements.patch added |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Applied in hrev35327. Thank you!
will look into this & 5248