* [sisyphus] снова apt-get
@ 2007-04-05 7:34 Serge
2007-04-05 7:41 ` Anton Farygin
0 siblings, 1 reply; 4+ messages in thread
From: Serge @ 2007-04-05 7:34 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Доброго дня.
Как все таки правильно утстановить заданную версию пакета?
я пробовал (конкретный пример)
apt-get install ruby=1.8.5
E: Версия ='1.8.5' для 'ruby' не найдена
apt-get install ruby=1.8.5-alt4
E: Версия ='1.8.5-alt4' для 'ruby' не найдена
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] снова apt-get
2007-04-05 7:34 [sisyphus] снова apt-get Serge
@ 2007-04-05 7:41 ` Anton Farygin
2007-04-05 7:52 ` Serge
0 siblings, 1 reply; 4+ messages in thread
From: Anton Farygin @ 2007-04-05 7:41 UTC (permalink / raw)
To: sisyphus
Serge wrote:
> Доброго дня.
>
> Как все таки правильно утстановить заданную версию пакета?
> я пробовал (конкретный пример)
>
> apt-get install ruby=1.8.5
> E: Версия ='1.8.5' для 'ruby' не найдена
>
> apt-get install ruby=1.8.5-alt4
> E: Версия ='1.8.5-alt4' для 'ruby' не найдена
# apt-get install ruby=1.8.6-alt1
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
ruby
0 upgraded, 1 newly installed, 0 removed and 2 not upgraded.
Need to get 0B/243kB of archives.
After unpacking 742kB of additional disk space will be used.
Committing changes...
Preparing... ###########################################
[100%]
1: ruby ###########################################
[100%]
# apt-get remove ruby=1.8.6
Reading Package Lists... Done
Building Dependency Tree... Done
Selected version ruby#1.8.6-alt1 for ruby=1.8.6
The following packages will be REMOVED:
ruby
0 upgraded, 0 newly installed, 1 removed and 2 not upgraded.
Need to get 0B of archives.
After unpacking 742kB disk space will be freed.
Do you want to continue? [Y/n]
Committing changes...
Preparing... ###########################################
[100%]
Done.
А версии 1.8.5 действительно нет ;)
Rgds,
Rider
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] снова apt-get
2007-04-05 7:41 ` Anton Farygin
@ 2007-04-05 7:52 ` Serge
2007-04-05 8:06 ` Dmitriy L. Kruglikov
0 siblings, 1 reply; 4+ messages in thread
From: Serge @ 2007-04-05 7:52 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Anton Farygin пишет:
> Serge wrote:
>
>> Доброго дня.
>>
>> Как все таки правильно утстановить заданную версию пакета?
>> я пробовал (конкретный пример)
>>
>> apt-get install ruby=1.8.5
>> E: Версия ='1.8.5' для 'ruby' не найдена
>>
>> apt-get install ruby=1.8.5-alt4
>> E: Версия ='1.8.5-alt4' для 'ruby' не найдена
>>
>
> # apt-get install ruby=1.8.6-alt1
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following NEW packages will be installed:
> ruby
> 0 upgraded, 1 newly installed, 0 removed and 2 not upgraded.
> Need to get 0B/243kB of archives.
> After unpacking 742kB of additional disk space will be used.
> Committing changes...
> Preparing... ###########################################
> [100%]
> 1: ruby ###########################################
> [100%]
> # apt-get remove ruby=1.8.6
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Selected version ruby#1.8.6-alt1 for ruby=1.8.6
> The following packages will be REMOVED:
> ruby
> 0 upgraded, 0 newly installed, 1 removed and 2 not upgraded.
> Need to get 0B of archives.
> After unpacking 742kB disk space will be freed.
> Do you want to continue? [Y/n]
> Committing changes...
> Preparing... ###########################################
> [100%]
> Done.
>
> А версии 1.8.5 действительно нет ;)
>
>
Э... как это нет? Она у меня лежит в кеше...
Или прошлые версии пакетов живут ограниченое время?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] снова apt-get
2007-04-05 7:52 ` Serge
@ 2007-04-05 8:06 ` Dmitriy L. Kruglikov
0 siblings, 0 replies; 4+ messages in thread
From: Dmitriy L. Kruglikov @ 2007-04-05 8:06 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
На календаре было: Четверг, 05 Апрель 2007 года,
Serge писал(а) в сообщении:
S == Serge
S> Э... как это нет? Она у меня лежит в кеше...
S> Или прошлые версии пакетов живут ограниченое время?
Поиск не в кеше, а в индексном файле.
Постройте свой репозиторий из своего кеша,
тогда в интексном файле _вашего_ репозитория будет нужная версия...
Но с зависимостями тогда могут быть проблемы...
--
Best regards,
Dmitriy L. Kruglikov .--.
Dmitriy.Kruglikov_at_gmail_dot_com |@_@ |
DKR6-RIPE |!_/ |
XMPP:dkr6@jabber.ru // \ \
(| | )
/'\_ _/`\
Powered by Linux \___)=(___/
-- Мысль --
Благородные люди живут в согласии с другими людьми, но не следуют за другими
людьми, низкие следуют за другими людьми, но не живут с ними в согласии.
-- Конфуций
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-04-05 8:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-05 7:34 [sisyphus] снова apt-get Serge
2007-04-05 7:41 ` Anton Farygin
2007-04-05 7:52 ` Serge
2007-04-05 8:06 ` Dmitriy L. Kruglikov
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git