doktor5000 wrote:santo wrote:stange that on Internet one can not find such an explanation...I have found a few post of user asking exactly the same question but in no tread there was a final answer.
Not sure what you searched for, but a query for urpmi.addmedia documentation turns up the linked wiki page as the topmost result:
https://www.google.de/search?q=urpmi.addmedia+documentation
...again, yes you are right, but unless I was specifically told that the right protocol to use is file:// and not removable:// - as I found on other sites - I would have never been able to understand that file:// was the right protocol to use...when I say that I am a newbie please understand that it means that for people like me to read certain pages is not so obvious...
e.g.
I would have needed an explanation of this type:
urpmi.addmedia local_rpms
file://home/uid/RPMS/urpmi.addmedia = urpmi command
local_rpm = this can be any name you want to give to the cd device
file:// = protocol to be used to add the cd device
/home/uid/RPMS = absolute path to the directory
in the CD, were the rpms are stored
Please notice that if I had put this path ( as in the Mageia wiki...) it would have never worked as the full absolute path is :
/run/home/uid/RPMS...and not /home/uid/RPMS...
...also there should be three / not two as reported in the Mageia wiki so the Mageia wiki should be corrected to
urpmi.addmedia local_rpm file:///run/media/uid/RPMS
...is it not?

thank you again for your help...
santo