Find the answer to your Linux question:
Results 1 to 3 of 3
I downloaded a debain dvd.I installed a 1cd kde.I haven't write the dvd .It is on my system as an .iso file. Without writing is it possible to install directly ...
  1. #1
    Just Joined!
    Join Date
    Nov 2007
    Posts
    2

    help needed

    I downloaded a debain dvd.I installed a 1cd kde.I haven't write the dvd .It is on my system as an .iso file. Without writing is it possible to install directly from this .iso files using apt command or any other command in debain

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,085
    I know that it's not as simple as using the apt command. You might be able to do it with a kernel loop, but I've never used that installation method so don't know how well or easily it works.

    Search google and the forums for "loop mount install" and I think you'll get some hints on how to go about it.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    hi

    you need use losetup to bound iso image to a loop device, and than you can mount it. Finaly you create a symlink to the loop device on cdrom name . nov yu can use your dvd image

    losetup /dev/loop0 /path/to/image
    mount /dev/loop0 /mountpoint
    apt-cdrom add -d mountpoint
    aptitude update

    now you can install anything

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •