

Now, we will mount the ISO image on /mnt/mount-iso/ through mount command – mount -o loop /path/to/ /mnt/mount-iso/

Make a directory to mount the ISO – sudo mkdir -p /mnt/mount-iso/ Thereafter, we would make relevant entries in /etc/apt/sources.list file. Manually edit the SourcesListįirstly, we need to mount the ISO image. There are two methods through which we can add a CD-ROM repository. In case you don’t have one, then contact your System Administrator for assistance. Note: Following operations would require you to have superuser privileges. Now, we will discuss each of these operations step-by-step and explain it with examples wherever necessary. Thereafter, we can mount the ISO and fetch the relevant packages.
UBUNTU MINI ISO INSTALLATION INSTALL
For instance, if we want to install Firefox web browser then issue the following in terminal – sudo apt updateīut, installing a package from CD-ROM requires you to add the repository in /etc/apt/sources.list first. All we need to do is update the repository and then install the relevant packages. To install the required packages we have two options available –ĭownloading a package over internet is pretty straight-forward. We can install required packages as and when required. It makes sense not to install all the packages available on CD/DVD beforehand. These packages can be installed either during Ubuntu installation or later. The bootable ISO image of Ubuntu distribution contains hundreds of packages.
UBUNTU MINI ISO INSTALLATION HOW TO
In this article, we would discuss how to add ISO image as CD-ROM repository in Ubuntu distribution.
