Страница 1 из 1

Add Programs

Добавлено: 17 май 2012, 01:26
l2ulinux
How do you add a program?
Where do you find the repositories?

New to Rosa and I like the setup and might get to run it after I do a test install.
So far every time I boot it live it freezes after about 10 minutes.
Going to see if I can install to 16 gd USD drive if not to my HD.

Re: Add Programs

Добавлено: 17 май 2012, 09:09
ДроноваЮ
See pictures, step by step:
add_media_en_0.png
add_media_en_1.png
add_media_en_2.png
add_media_en_3.png
add_media_en_4.png
add_media_en_5.png
add_media_en_6.png
Please ask any additional questions :)
In my system media were already added, in your case the list will be empty, but the steps are the same.

Re: Add Programs

Добавлено: 19 май 2012, 20:55
l2ulinux
I tried to do it that way first before I posted. After you answered the post I tried again.
When I tell it to update it will start and then a warning comes up and said it fell to
update. Try back later and I have for two days with the same reply.

Re: Add Programs

Добавлено: 19 май 2012, 21:18
PastorDi
Which gives an error MCC?

Re: Add Programs

Добавлено: 19 май 2012, 23:49
l2ulinux
This is what happens?
First is when you go to file and use the add media mirror.
Second picture is when you tell it to add.

Re: Add Programs

Добавлено: 20 май 2012, 02:16
PastorDi
Write in terminal:

Код: Выделить всё

rm -rf /var/cache/urpmi/mirrors.cache
and try to add mirrors.

Re: Add Programs

Добавлено: 21 май 2012, 04:17
l2ulinux
Thank you very much, that solved the problem. I have to keep punching the add button to get to download all the mirrors but that is ok.
MANY THANKS FOR THE HELP....

Re: Add Programs

Добавлено: 06 июн 2012, 19:38
lisa
This how-to helped me also. I assumed 'media' was referring to disk, so I didn't click 'add', but now that I did, I retrieved the package list.
I received this;

Код: Выделить всё

...retrieving failed: aria2 failed: exited with 5
problem reading synthesis file of medium "main (LTS2012.0-1)"
...retrieving failed: aria2 failed: exited with 5
problem reading synthesis file of medium "contrib updates (LTS2012.0-4)"
so I clicked,'add' again and it re-retrieved the package list, and now I have double entries as you can see in this snapshot.

Should I delete the extra mirrors?

I wanted to install digikam for photo management, which was main reason I was doing update in package manager. I don't see it. Is it in one of the mirrors that is not ticked? Thank you!

Re: Add Programs

Добавлено: 06 июн 2012, 20:26
VictorR2007
Delete all source

Код: Выделить всё

urpmi.removemedia -a
add for i586

Код: Выделить всё

urpmi.addmedia --distrib ftp://mirror.yandex.ru/rosa/rosa2012lts/repository/i586/
add for x86_64

Код: Выделить всё

urpmi.addmedia --distrib ftp://mirror.yandex.ru/rosa/rosa2012lts/repository/x86_64/

Re: Add Programs

Добавлено: 06 июн 2012, 21:31
lisa
Thank you VictorR2007!