LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   "Make sure you have the proper permissions on it"??? (https://www.linuxquestions.org/questions/linux-newbie-8/make-sure-you-have-the-proper-permissions-on-it-215880/)

madh@ter 08-10-2004 02:02 PM

"Make sure you have the proper permissions on it"???
 
Hi Im having some trouble trying to read an rpm file, it displays and error message saying "Make sure you have the proper permissions on it" I went to properties, permissions tab and ticked all boxes and not very familiar with Linux Redhat 9.0 pro and would be very greatful for any help you can offer me, Thanks.

Komakino 08-10-2004 03:07 PM

You will have to be root to install rpm files.

rjlee 08-10-2004 03:42 PM

Does the error message say what “it” is?

I suggest that you open a terminal and type
Code:

rpm --install /path/to/somefile.rpm
, and then post the output here.

It could be that you're trying to install a program without being root; this would cause a permissions problem. Try running
Code:

su -c 'rpm --install /path/to/somefile.rpm'
as well (you will need to enter your root password when prompted).


All times are GMT -5. The time now is 11:22 AM.