Page 1 of 1

problem handling rpm

Posted: Wed Jul 02, 2003 12:07 am
by mementomori
salamo alikum
i want to install apt, i download its rpm package, i also download xine,and mplayer, in rpm format,. now my problem is when i click on it, it ask for my root password, then message appears reading package header but after that, window disappear and nothing happend, so tell me is it problem with the file??????or something else
take care
byebye

it might be already done.

Posted: Wed Jul 02, 2003 1:01 pm
by s7r1k3r
Assalam-O-Alaekum!

The RPM package might already be installed by now. Try typing the name of the binary in the shell. If it is not installed, use the following command.

rpm -Uvh rpm_file_name

ALLAH HAFIZ.

Posted: Sun Jul 13, 2003 9:36 pm
by Faraz.Fazil
As stated, first query to check whether the packages are installed or not by:

rpm -q packagename

this will report if the package rpm is installed or not.If it is not installed, install the packaes using the rpm -uvh packagename.rpm or rpm -u packagename.rpm command

If u are not logged on as root, then do a su or su -c command before installing the packages.

Note: su command changes user credentials to those of the root user

Syntax

su [ - ] [ Name [ Argument ... ] ]

Description

The su command changes user credentials to those of the root user or to the user specified by the Name parameter, and then initiates a new session