linux poison RSS
linux poison Email

HowTo to get the lists of installed package/software on Fedora/RedHat/CentoOS/OpenSuse

You can list the packages that are installed on a RedHat or CentOS or Fedora or OpenSuse system, running this commands:

# rpm -qa

You can also redirect the list of packages to a file by using this command

# rpm -qa > /root/list.txt

You should remove packages you dont use for security reasons.


0 comments:

Post a Comment

Related Posts with Thumbnails