Results 1 to 4 of 4
Recently I Installed New Redhat server while I Install Any Packages It says
" No such file or directory "
But If i Search the file using [rpm -qa | ...
- 11-18-2010 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 1
I Can't Install Any Redhat Packages
Recently I Installed New Redhat server while I Install Any Packages It says
" No such file or directory "
But If i Search the file using [rpm -qa | grep packages_name]
It shows the package , Also If I Use [rpm -qi package_name ] It show package Information , Size and Every thing .
Finally when i going install package using [ rpm -ivh package_name] It says
" No such file or directory " Any one Help Me...
Screen Shot of error link => [IMG]img135.imageshack.us/img135/2430/linuxerror.jpg[/IMG]
- 11-18-2010 #2shows *already* installed packages.Code:
rpm -qa
If you want to search the package repository, use yum
To install a new package useCode:yum search <WHATEVER>
Code:yum install <PACKAGENAME>
You must always face the curtain with a bow.
- 11-18-2010 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
You should use the yum package manager instead of rpm to install packages on Red Hat systems. Also, you need to have a valid support license in order to install any updates or new packages with RHEL.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 11-20-2010 #4
If you don't have a licence, you can convert to CentOS
How to Convert RHEL 5 to CentOS 5 | Unixmen
The comments have additional info.If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.


Reply With Quote