Does the Ubuntu Software Center keep a log of everything it has installed? So I could just parse this log to convert it into a script full of 'sudo apt-get instals' or something. And then the next time I install Ubuntu I could just this script to re-install everything.
|
Yes, It maintains a log in |
||||
|
|
|
Yes it does. You're looking for the file:
I have no idea how to parse it or how to understand the format it's in, but that's not the question you asked. |
|||
|
|
|
If this is for personal use, there is a way to sync programs built in to the software center. If you just click File -> "Sync Between Computers". You just have to create an Ubuntu Software Center account. Here is a how-to with more information which may be relevant, http://www.howtogeek.com/111989/how-to-sync-quickly-reinstall-applications-on-ubuntu/. |
|||
|
|
|
You can also get a list of all manually installed packages which are not a dependency of another package by running this command:
For reinstalling these packages, use:
|
|||
|
|
