I want to shift from ubuntu-desktop 10.10 to ubuntu netbook edition 10.10 on my netbook. Currently, the moment I ssh into ubuntu from my ad-hoc network, ubuntu freezes. It always requires a cold shutdown. So hoping that netbook edition may not have this issue. I have custom installed many applications on the desktop edition. So I want save the app list into a script and run the script on the new installation, so that all apps will be downloaded and installed. I need suggestions as to the best way to achieve this.
|
Run this monster on your existing install:
It will generate a file called
Note: This compares the packages used on the LiveCD with the current ones. At the moment there are a few packages (gparted, btrfs-tools, etc) that are on the CD that aren't installed. If you installed gparted manually, you'll need to reinstall it on the new machine manually too. Thankfully this only applies to a few packages, all of which are simple to install if/when you realise you need it. Also if you use any PPAs or other repositories, make sure you set them up on the new machine before you run this. |
|||||||||||
|
|
I suggest using oneconf It integrates with Software Center rather nicely, and does what you want. |
|||||
|
|
I think others have answered the technical piece of your question, I'd like to answer the implied question - "will moving to Unity fix this ssh problem", and the answer is I'm afraid I doubt it. Remote shell sessions are generally not exercising Unity or the desktop. If you can ssh fine into your desktop from a wired network, but not from an ad-hoc network, the freezing is probably related to your wireless drivers and not the desktop shell. |
|||||
|
|
There's a file called 'filesystem.manifest-desktop' in the folder 'casper' on the CD (or extract it from the ISO file). It contains all the packages that get installed, minus the ones downloaded during the installation (updates, langpacks?). So something like this should give you the list of added and removed packages:
You can then install via:
(You need to make sure that all those packages are available, else that command will fail.)
|
|||||||||||||
|
|
You could just install the netbook desktop interface - here are some simple instructions http://go.sparkfire.net/2010/05/try-out-ubuntu-unity-with-quick-install/ (I've done it, I still prefer the desktop interface) |
|||
|
|
dpkg --get-selections: remember that there's a different set of packages installed by the system. You'd need to filter based on which applications were installed after the base system. – Oli♦ Nov 3 '10 at 17:04