When you want to install a new released version of your Linux system, it might be interesting to have a list of the installed packages you have in the previous version.
If you have a RPM-based distribution, all you have to do is:
rpm -qa | sort
When you want to install a new released version of your Linux system, it might be interesting to have a list of the installed packages you have in the previous version.
If you have a RPM-based distribution, all you have to do is:
rpm -qa | sort