1

I have installed ubuntu 12.04 on my laptop with all the packages. I am finished with it, everything is up and running.

Now i want to install Ubuntu on my desktop but don't want to download all the stuff again and install it one by one. Is there any way to clone my ubuntu from laptop to desktop.

Mohit
  • 247
  • 1
  • 3
  • 13

2 Answers2

0

https://superuser.com/questions/378686/when-you-do-apt-get-install-where-are-the-deb-files-stored. This question tells you where the package files are stored. Copy them across and install from them. Or clone your hard drive. This is a guide http://www.makeuseof.com/tag/2-methods-to-clone-your-linux-hard-drive/ but moving the packages may be best over network

namingFailed
  • 516
  • 4
  • 11
0

Yes you can make a distro disc to install the packages from. remastersys livecd

nate
  • 307
  • 1
  • 2
  • 7
  • This does not explain how to do it. Moreover, does this really clone the current installation as the OP is asking for? – gertvdijk Jul 03 '13 at 17:55