On Thu, Sep 21, 2017 at 12:45 PM, Richard Shaw <hobbes1069@xxxxxxxxx> wrote:
dnf list installedOn Thu, Sep 21, 2017 at 11:37 AM, Jeffrey Ross <jeff@xxxxxxxxxx> wrote:How can I obtain a list of all packages currently installed on the system?Don't need dnf...$ rpm -qaWhich will likely be a lot, you can pipe to less to scroll or dump into a file for grepping or later use:$ rpm -qa | less$ rpm -qa > installed.txt
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx