APT should support scanning .iso for packages, as it scans CD-ROMs

Bug #525784 reported by Pushkaraj
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
apt (Ubuntu)
Opinion
Wishlist
Unassigned
Nominated for Lucid by Pushkaraj

Bug Description

Binary package hint: apt

As apt supports scanning CD-ROMs, an inbuilt support for .iso images should be provided to scan and install the packages too.

Tags: apt cdrom
Revision history for this message
Torsten Spindler (tspindler) wrote :

As a work around, you can always loop back mount the iso image and install from there.

summary: - aptitude should support scanning .iso for packages, as it scans CD-ROMs
+ APT should support scanning .iso for packages, as it scans CD-ROMs
Changed in apt (Ubuntu):
status: New → Opinion
importance: Undecided → Wishlist
Revision history for this message
Drew Scott Daniels (drewdaniels) wrote :

Loopback isn't as easy as it used to be. In lucid, apt-cdrom, synaptic, and update-manager are expecting to mount real hardware.

I worked around this by something like:
sudo mkdir /mnt/image
#append mount point information to fstab
echo '/ext/precise-dvd-amd64.iso /mnt/image iso9660 user,loop,ro 0 0'>>/etc/fstab #requires root and plain sudo doesn't work, sudo gedit could be used instead
#test:
mount /mnt/image
ls /mnt/image
echo 'Acquire::cdrom::mount "/mnt/image";
APT::CDROM::NoMount;'>>/etc/apt/apt.conf.d/30local-cdimage #requires root and plain sudo doesn't work, sudo gedit could be used instead

Then I could use the software to mount a cdrom image, though apt-cdrom still didn't work.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.