gdebi-gtk does not support multi-package installations
Bug #37649 reported by
Matt Galvin
This bug report is a duplicate of:
Bug #449932: gdebi should support installing more than one package.
Edit
Remove
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gdebi (Debian) |
Confirmed
|
Unknown
|
|||
gdebi (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
When trying to install multiple packages at once gdebi starts multiple copies of itself (or nautilus starts multiple copies of it).
Use Case:
1) Download two packages (libdvdcss2 and libdvdcss2-dev in the example)
2) These two packages are on a users desktop
3) User selects both packages
4) User right clicks and selects "Open with GDebi..."
Current Incorrect Result:
Two copies of GDebi start, one per package and the user must install one package then the other (in the right order (not such a big deal b/c one window warns of the dep on the other)).
Desired Result:
One instance of GDebi should run and be able to install all of the selected packages at once.
Changed in gdebi: | |
status: | Unconfirmed → Confirmed |
Changed in gdebi: | |
status: | Unknown → New |
Changed in gdebi (Debian): | |
status: | New → Confirmed |
summary: |
- gdebi does not support multi-package installations + gdebi-gtk does not support multi-package installations |
To post a comment you must log in.
It should also be possible to install multiple packages from the command line, like:
gdebi-gtk package1.deb package2.deb package3.deb
See this Brainstorm idea and duplicates: brainstorm. ubuntu. com/idea/ 3889/
http://
It should try to install packages in the order given, but if one fails due to a dependency, and the dependency is one of the other packages in the list, it should resolve this automatically.
Some users suggested it also try to fulfill dependencies with other packages in the local directory as well, as described in Bug 134331. Of course if these are not included in the command line, it should ask first.