Bad 10.04 problem
Tom H
tomh0665 at gmail.com
Tue May 4 20:20:26 UTC 2010
On Tue, May 4, 2010 at 2:39 PM, Cybe R. Wizard
<cyber_wizard at mindspring.com> wrote:
> On Tue, 4 May 2010 13:30:06 -0500
> "Cybe R. Wizard" <cyber_wizard at mindspring.com> wrote:
>
>> > What applications do you have installed? Just curious.
>>
>> Oh, the list...
>> Um, it runs to 2374 lines. Do you know how I can get only the
>> installed programs /not/ part of the normal installation? They seem
>> to be what I mainly use.
>>
>> To get my current list I:
>> dpkg --get-selections > /home/cybe/installed-software.log
>> (command stolen from somewhere in the 'cloud')
>>
>> Cybe
>
> Answering myself, I found this cool command:
>
> aptitude search '?installed ?not(?automatic)'
>
> Which, after I stripped out the libraries, left me with only 532
> lines.
If you want to use the above aptitude command output to re-install the
same packages (without having to manipulate the output) you can format
the output with
aptitude search -F "%p" '~i !~M' > installedpackages.txt
(I would not strip out the libraries in this context)
If you are pulling in packages from two or more Ubuntu versions with
apt-pinning, you have to run a search for each version.
More information about the ubuntu-users
mailing list