System Image

Arthur Johnson arthur.johnson at gmail.com
Mon Nov 10 23:52:51 UTC 2008


I assume your not talking about an exact duplicate, you just want the same
software correct?

In which case, I've done this on Debian before.  Run the following command
on the current machine:

# dpkg --get-selections > packages.list.txt

copy packages.list.txt to the new machine, and run:

# cat packages.list.txt | dpkg --set-selections
# dselect install

The last command I'm not sure about.  dselect doesn't seem to be present on
Ubuntu without apt-get install dselect.  You might be able to get away with
substituting "apt-get -f install" instead.

On Mon, Nov 10, 2008 at 11:20 AM, Chaman Singh Verma <csv610 at gmail.com>wrote:

> Hello,
>
> I have installed Ubuntu on one of my machine and I would like to have exact
> image ( all the system software,
> downloaded software) on an another machine. Can someone tell how it should
> be done ?
>
> thanks.
> csv
>
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20081110/712caf4a/attachment.html>


More information about the ubuntu-users mailing list