* [Comm] APT - Чистка кэша
@ 2004-05-06 13:30 Игорь
2004-05-06 13:47 ` Dmitry Alexeyev
0 siblings, 1 reply; 3+ messages in thread
From: Игорь @ 2004-05-06 13:30 UTC (permalink / raw)
To: community
Доброе время суток!
Помню было обсуждение по теме "умной чистке кэша APT"
Не проследил чем оно закончилось
Попробовал накарябать скрипт
Вот что получилось
#!/bin/sh
DIR=$1
apt-cache dumpavail | grep Filename: | cut -c 11- > allpkgs.lst
for i in $DIR/*.rpm
do
p="`grep "$i" allpkgs.lst`"
test -z "$p" && rm "$i"
done
Я попробовал работает
За стиль извините - не спец,
но старые версии и релизы прибивает
Периодически можно повторять
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Comm] APT - Чистка кэша
2004-05-06 13:30 [Comm] APT - Чистка кэша Игорь
@ 2004-05-06 13:47 ` Dmitry Alexeyev
2004-05-06 13:51 ` Игорь
0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Alexeyev @ 2004-05-06 13:47 UTC (permalink / raw)
To: community
> но старые версии и релизы прибивает
У меня прибил не только старые, но и вообще всё вычистил.
Т.е. сработал как rm *.rpm
WBR
Dmitry
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Comm] APT - Чистка кэша
2004-05-06 13:47 ` Dmitry Alexeyev
@ 2004-05-06 13:51 ` Игорь
0 siblings, 0 replies; 3+ messages in thread
From: Игорь @ 2004-05-06 13:51 UTC (permalink / raw)
To: community
Dmitry Alexeyev пишет:
>>но старые версии и релизы прибивает
>
>
> У меня прибил не только старые, но и вообще всё вычистил.
> Т.е. сработал как rm *.rpm
>
> WBR
> Dmitry
>
>
> _______________________________________________
> Community mailing list
> Community@altlinux.ru
> http://lists.altlinux.ru/mailman/listinfo/community
>
>
Вероятней всего имена rpm-ок у вас не соответствуют названиям пакетов
В Обсуждении предлагался скрипт по переименованию
Могу предложить
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-05-06 13:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-06 13:30 [Comm] APT - Чистка кэша Игорь
2004-05-06 13:47 ` Dmitry Alexeyev
2004-05-06 13:51 ` Игорь
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git