Evan's posterous

Adventures in pomodoro and other such things

« Back to posts
  • Viewed
    times

Filed under

  • linux
  • rpm
August 5, 2009

show installed packages using rpm

  • Edit
  • Delete
  • Tags
  • Autopost

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

rpm -qa | sort | less

  • 0 responses
  • Like
  • Comment