From: Yury Aliaev <mutab0r@rambler.ru>
To: community@altlinux.ru
Subject: [Comm] Скрипт
Date: Fri, 08 Apr 2005 16:38:39 +0400
Message-ID: <42567B4F.4090605@rambler.ru> (raw)
In-Reply-To: <425672DC.7070409@elan.com.ua>
[-- Attachment #1: Type: text/plain, Size: 300 bytes --]
Slava Dubrovskiy пишет:
>
>>Кстати, я однажды написал скриптик, который среди подмножества пакетов
>>(например, lib*) ищет те, от которых никто не зависит. Если надо, могу
>>выложить.
>
>
> Да, очень надо.
>
Ну так держите ;-) Там всё тривиально и по необходимости допиливается за
пару секунд.
[-- Attachment #2: finddeadsouls --]
[-- Type: text/plain, Size: 321 bytes --]
#!/bin/sh
rpm -qa | grep ^lib| sed s'/-[0-9].*$//'| while read pkg; do
# echo $pkg
mbdead=`rpm -q --whatrequires $pkg 2>&1 | grep ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ| cut -s -d' ' -f 8`
if [ -n $mbdead ]; then
if rpm -e --test $mbdead > /dev/null 2>&1; then
echo $mbdead": is not required for any package";
fi;
fi;
done
next prev parent reply other threads:[~2005-04-08 12:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-08 10:32 [Comm] аналог orphaner? Artem Zolochevskiy
2005-04-08 11:01 ` [Comm] " Michael Shigorin
2005-04-08 11:29 ` Yury Aliaev
2005-04-08 11:45 ` Nick S. Grechukh
2005-04-08 12:02 ` Slava Dubrovskiy
2005-04-08 12:38 ` Yury Aliaev [this message]
2005-04-08 12:35 ` Michael Shigorin
2005-04-11 11:17 ` Yury Aliaev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42567B4F.4090605@rambler.ru \
--to=mutab0r@rambler.ru \
--cc=community@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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