How to list manually installed software packages in Ubuntu?
Posted
by Ivan Petrushev
on Super User
See other posts from Super User
or by Ivan Petrushev
Published on 2010-04-19T16:30:08Z
Indexed on
2010/04/19
16:33 UTC
Read the original article
Hit count: 300
Hello,
I'm using apt-get install
to install various software on my PC. I have a handful of PCs that needs the same software packages installed all over them. How can I get list of software installed via apt-get install
and the sequence in what the packages are installed. Okay, the sequence is not so important since the package manager resolves dependencies... I want to create a script that once run installs all needed software on the other PCs. All of these PCs are Ubuntu default installations. It is obvious that the packages list must not include all the packages that are installed trough a default installation :)
Also that list should not contain software installed via synaptic
or dpkg
if possible.
© Super User or respective owner