Evan’s posterous

Adventures in pomodoro and other such things 
Filed under

rpm

 

show installed packages using rpm

the following command will sort and show all of the rpm packages installed on a computer using less

rpm -qa | sort | less

Filed under  //   linux   rpm  

Comments [0]