Answer the question
In order to leave comments, you need to log in
How to get a list of packages installed in centos?
Good afternoon.
How can I get a list of packages installed in centos without taking into account the dependencies of these packages? (rpm -qa lists all packages installed on the system).
As, for example, it is done in gentoo in the world. Having this file and a couple more configs, you can deploy a copy of the working system with one command.
Answer the question
In order to leave comments, you need to log in
and why rpm -qa is not suitable??
rpm -qa > rpm.list
Install
yum install `cat rpm.list`
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question