0

I see there are multiple same question like this but here I just want to confirm can I create an iso file from currently installed Ubuntu 16.04.1 with all the package I've installed? Also is it possible to also include the library installed in python virtualenvironment?

I have this tesseract-ocr library installed and other library that were not included when I first setting up Ubuntu 16.04.1, so is it possible to clone my current Ubuntu system and create an iso file from it? What are the current stable software that can do that specifically for Ubuntu 16.04.1

Thank you for the help

Fang
  • 161

2 Answers2

0

I had the same situation as yours. and I did the following:

  1. Install Ubuntu 16.04 on USB flash drive (Consider the USB as if it is the hard drive).
  2. Boot from the USB.
  3. Do the changes you want. (Installing packages and changing settings.)
  4. Boot back into the original system (Not the USB).
  5. Backup the USB flash drive by creating bootable ISO image from USB.

Also, check to this question for step No. 5

HM3RAQ
  • 31
0

Try LinuxRespin/Remastersys.
It can be used to create live bootable ISO from your current installation of Ubuntu/Debian.

Guess that's what you need.