LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing RPM's (https://www.linuxquestions.org/questions/linux-software-2/installing-rpms-58800/)

drojek 05-08-2003 06:38 PM

Installing RPM's
 
i am trying to install RPM using the following command

[root@redhat root]# rpm -U webmin-1.80-1.noarch.rpm

and all i get is

error: open of webmin-1.080-1.noarch.rpm failed: No such file or directory

any help wpuld be greatly appreciated.

Thanks again

Streams 05-08-2003 06:49 PM

rpm -i packagename.rpm

drojek 05-08-2003 06:57 PM

i tried that command but are still getting that same error message. Does the RPM file have to be in a certain location? or could it be anywhere? Also do i have to be at a certain spot in the command line?
Thanks

arnold 05-08-2003 07:00 PM

either you were not in the same directory as the rpm or you mispelled the file name.

Crashed_Again 05-08-2003 07:01 PM

Well it looks like you are not in the directory where the rpm is. If you downloaded the file to /home/user then you have to:

cd /home/user
rpm -Uvh webmin*

<EDIT>
Sorry arnold didn't mean to say exactly what you said.
</EDIT>

chem1 05-08-2003 08:44 PM

I would highly suggest that you get synaptic from
http://freshrpms.net
you will also need apt package , which is also avaiable from the same site.
Install syanaptim using the command
rpm -ivh <packagename>

and let synaptic handle the rest of your RPM Problems. It works exceptionally well on Red Hat 9.0

Hope that helps...

fancypiper 05-08-2003 09:38 PM

rpm -ivh /path/to/<packagename>.rpm

# Guides to software and installation
Compiling Software Help File
LNAG - How do I install a program I downloaded from the Internet?
Rute Guide's software explanation

# Redhat links
RedHat Linux Manuals
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
RedHat 8.0 Tips & Tricks

# Redhat 8.0 configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network


All times are GMT -5. The time now is 04:19 PM.