From 64 bit to 32 bit?

Nigel Ridley nigel at rmk.co.il
Fri Apr 20 19:02:11 UTC 2007


Vayu wrote:
> Donn wrote:
>>> I don't really want to have to start making a list of all the extra apps
>>> I've installed over the last 6 months.
>>>
>>>     
>> That reminded me of a really cool thingy on the interblah I read, go see:
>> "Ubuntu Tricks - how to generate a list of installed packages and use it to 
>> reinstall packages."
>> http://www.arsgeek.com.nyud.net:8080/?p=564
>>   
> 
> That link doesn't work for me.

The actual url is:
http://www.arsgeek.com/?p=564

and the following is a slightly modified version (for us Kubuntu users) of the post:

  Kubuntu Tricks - how to generate a list of installed packages and use it to 
reinstall packages
(modified from http://www.arsgeek.com/?p=564)

First, let's make the list. You'll be doing all of this in a Terminal Session:

     dpkg --get-selections | grep -v deinstall > Kubuntu-files


Now you've got a list of all of your installed debs in a fairly small file. In my 
case, I simply moved this file to a thumb-drive. You could also store it on a 
seperate partition or on a disk somewhere. Heck, it's not that big, email it to 
your gmail account.

So now you've got this list and all is well, until your Kubuntu install either 
dies or has to be reinstalled for some reason. Go ahead and do the base install.

Once you've got Kubuntu back up and running, copy your Kubuntu-files back into 
your home directory and do the following:

     sudo apt-get update

     sudo apt-get dist-upgrade

     dpkg --set-selections < Kubuntu-files

Now you've told your system what it needs to install, so let's install it all.

     sudo dselect

This will open up a dselect session. Type 'I' and allow dselect to install of the 
the packages listed in your Kubuntu-files document. When it's finished, type 'Q' 
and hit the ENTER key to exit dselect.

Now you're a lot closer to where you were before.

geek out.

> 
> 
>> If u don't want to, to list all your (apt) installed software:
>> dpkg --get-selections | grep -v deinstall > ubuntu-files
>>
>> Now, go forth and do .. stuff. :p
>>
>>
>> /d

Blessings,

Nigel

-- 
OliveRoot Ministries
http://www.oliveroot.net/

PrayingForIsrael.net
http://www.prayingforisrael.net/






More information about the kubuntu-users mailing list