From: Ivan Fedorov <ns@altlinux.ru>
To: community@altlinux.ru
Subject: Re: [Comm] apt reinstall all installed
Date: Wed, 12 Jan 2005 14:35:04 +0800
Message-ID: <41E4C518.4080000@altlinux.ru> (raw)
In-Reply-To: <200501120734.47962.aogurtsov@hostopia.com>
[-- Attachment #1: Type: text/plain, Size: 758 bytes --]
Alexandr R. Ogurtzoff пишет:
> Уважаемые дамы и господа!
> Тут такая глупая вещь возникла у коллеги на прикрученом к Fedore apt.
> Есть у него подозрения что система была методом грубой силы покорёжена,
> спрашивает как ему перставить все пакеты уже проинсталированые в системе?
> Может ли apt ему помочь?
> apt-get install -f
> apt-get upgrade --reinstall
> apt-get distr-upgrade --reinstall
> apt-get --reinstall install `rpm -qa + фильтр на awk оставляющий только имя
> пакета без версии`
> не спассают и ничего не собираються переустанавливать.
> apt-get --reinstall install один_пакет
> пакет переустанавливает...
> Так как же быть со всей то системой?
for p in `rpm -qa --queryformat "%{name}\n"`; do
apt-get --reinstall install $p
done
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2005-01-12 6:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-12 5:34 Alexandr R. Ogurtzoff
2005-01-12 6:35 ` Ivan Fedorov [this message]
2005-01-12 7:01 ` Alexandr R. Ogurtzoff
2005-01-12 7:17 ` Alexey I. Froloff
2005-01-12 7:24 ` [Comm] [SUMMARY] " Alexandr R. Ogurtzoff
2005-01-12 8:52 ` [Comm] [SUMMARY]apt " Alexandr R. Ogurtzoff
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=41E4C518.4080000@altlinux.ru \
--to=ns@altlinux.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