Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
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.
in add remove sofware applicetion it does'nt show anything in Browse widow. i heard the yum can make ot easy so ihave copied all the rpms in home folder. but i dont know how to do with yum so i can install graphically with add remove sofware.
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,306
Rep:
Assuming that the commands for Rhel5 and Fedora are the same
Ask for terminal become su ore su -
Yum install package name
If you like to a have GUI for YUM
Yum install Yumex
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,302
Rep:
Also command 'rpm' can be used for local packages.
1) For install : 'rpm -Uvh <package-name.rpm>'
2) Removing : 'rpm -e <package-name>'
.. 'rpm -e' : a must : only the plain package name,
.. no version, no rpm suffix usually.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.