List installed packages



Tolkem

Well-Known Member
Joined
Jan 6, 2019
Messages
1,511
Reaction score
1,244
Credits
11,034
How can I list installed rpm packages ?
There are a few ways to accomplish that
1 Using rpm command
Code:
sudo rpm -qa
You can list package files installed by some program using the following command
Code:
sudo rpm -ql package_name

2 Using yum
Code:
sudo yum list installed | less

3 Using dnf
Code:
sudo dnf list installed | less

This is a nice tutorial you might want to read https://www.tecmint.com/20-practical-examples-of-rpm-commands-in-linux/

Hope this helps! :)
 
MALIBAL Linux Laptops

Linux Laptops Custom Built for You
MALIBAL is an innovative computer manufacturer that produces high-performance, custom laptops for Linux.

For more info, visit: https://www.malibal.com

Staff online

Members online


Top