Linux - EnterpriseThis forum is for all items relating to using Linux in the Enterprise.
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi everyone! First of all I am a newbie in linux. I am running RH EL3. I was given a cd with the latest updates for the distribution and I tried to install them by typing
[root@localhost Updates]# rpm -Uvh *.rpm
or
[root@localhost Updates]# rpm -ivh *.rpm
The result in both cases looks like this:
error: File not found by glob: at-3[1].1.8-48.ent.i386.rpm
error: File not found by glob: comps-3ES-0[1].20040902.i386.rpm
error: File not found by glob: glibc-kernheaders-2[1].4-8.34.1.i386.rpm
error: File not found by glob: kernel-2[1].4.21-20.EL.i686.rpm
error: File not found by glob: kernel-BOOT-2[1].4.21-20.EL.i386.rpm
error: File not found by glob: kernel-doc-2[1].4.21-20.EL.i386.rpm
error: File not found by glob: kernel-source-2[1].4.21-20.EL.i386.rpm
error: File not found by glob: redhat-config-securitylevel-tui-1[1].2.9-2.i386.rpm
error: File not found by glob: rpmdb-redhat-3-0[1].20040902.i386.rpm
......
Don't know if this will help a whole lot but I googled it for ya and found this --> http://reviews.cnet.com/5208-6617-0....ssageID=231566
the only other thing I can think of is to try to install the rpm's singly instead of wildcarding it.
10x, linux_terror! I've tried installing it without the wildcards but the result is the same. I will ask the person who gave me the update rpm-s. He probably will know what's going on.
I think you need to use the freshen (-F) flag and not the Update flag. You should be able to get away with
rpm -Fvh *
This will only update packages that you already have installed, so won't install any additional packages.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.