Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Version of what, a particular program ?? Usually you can do the program name with a --version afterwards.. but that doesn't always work. Check the programs documentation for more details on obtaining version numbers.
If you're talking about RPM (Red Hat package Manager) you can check which packages that have been installed by typing:
# rpm -qa
To remove a certain package installed using rpm:
# rpm -e NAME_OF_PACKAGE
where "NAME_OF_PACKAGE" is in the list you got by running the command "rpm -qa".
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.