ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Denis Kirienko <kirienko@mccme.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Firefox Sysiphus ...
Date: Fri, 14 Jan 2005 10:50:47 +0300
Message-ID: <20050114105047.7a790ad3.kirienko@mccme.ru> (raw)
In-Reply-To: <20050114015600.619500c2@softm>

Получил Fri, 14 Jan 2005 01:56:00 +0200 от Arsen Kirillov следующее
письмо:

> Во время установки пакета firefox-1.0-alt3:
> 
> error: unpacking of archive failed on file
> /usr/lib/firefox-1.0/libnspr4.so;41e709e8: cpio: MD5 sum mismatch
> 
> Проблема возникла вчера - назад откатываться не хочет, понаставлено 
> расширений ... а анинсталиться не хотят. Что делать подскажите плз ?

1. В sisyphus@. Там это проскакивало.

2. Вы, вероятно, успели подцепить битый пакет, он лежал в Daedalus
несколько часов. Скачайте новый пакет и перед установкой проверьте
сумму, rpm --checksig firefox-1.0-alt3.rpm

3. И вот мы приходим к сути проблемы: "анинсталиться не хотят". Но
здесь из вашего сообщения ничего непонятно, поэтому могу посоветовать
только удалить все rpm-пакеты с firefox с ключом --nodeps (а если
будет ругаться на скрипты - то еще и с --noscripts):

# rpm -e --nodeps `rpm -qa --queryformat "%{NAME}\n" | grep firefox`

(Хотя я бы так не стал делать, а сначала сделал бы rpm -qa | grep
firefox, а потом руками вбил бы имена пакетов в строку rpm -e. Ибо
боязливо...)

Затем стереть каталоги
/usr/share/firefox-1.0/
/usr/lib/firefox
/usr/lib/firefox-1.0/

Заменить битый пакет на нормальный и повторить установку.

--
Денис




  reply	other threads:[~2005-01-14  7:50 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-13 23:56 Arsen Kirillov
2005-01-14  7:50 ` Denis Kirienko [this message]
2005-01-15 10:42   ` Arsen Kirillov
2005-01-15 11:23     ` Denis Kirienko
2005-01-15 14:55       ` Arsen Kirillov
2005-01-15 15:46         ` Denis Kirienko
2005-01-16 10:58           ` Arsen Kirillov
2005-01-16 12:47             ` Alexey Borovskoy
2005-01-16 14:14               ` Arsen Kirillov
2005-01-16 15:30                 ` Eugene Ostapets
2005-01-17  5:50                 ` Alexey I. Froloff
2005-01-17 10:42                 ` Alexei Takaseev
2005-01-17 11:12                   ` Arsen Kirillov
2005-01-17 11:37                     ` Alexei Takaseev
2005-01-16 12:48             ` Sergey Kuznetsov
2005-01-16 12:50               ` [Comm] " Konstantin A. Lepikhov
2005-01-16 13:08                 ` [Comm] Daedalus (was: Firefox Sysiphus ...) [JT] Denis Kirienko
2005-01-16 13:24                   ` [Comm] " Konstantin A. Lepikhov
2005-01-16 13:40                     ` [Comm] Кодировка в рассылке (Was: Daedalus) [JT] Denis Kirienko
2005-01-16 14:20                       ` Denis Smirnov
2005-01-16 14:23                         ` Denis Kirienko
2005-01-16 14:58                           ` Denis Smirnov
2005-01-16 15:09                             ` Denis Kirienko
2005-01-17 12:16                               ` [Comm] mutt vs pine Michael Shigorin
2005-01-17 15:16                                 ` Igor Solovyov
2005-01-17 15:29                                   ` [Comm] " Michael Shigorin
2005-01-17 15:52                                     ` Igor Solovyov
2005-01-17 17:08                                     ` Maksim Otstavnov
2005-01-17 18:46                                     ` Denis Smirnov
2005-01-17 19:01                                       ` Re[2]: " Gorlov aka Stalker
2005-01-17 19:11                                         ` Denis Smirnov
2005-01-17 22:10                                           ` Re[2]: " Gorlov aka Stalker
2005-01-18  9:42                                             ` Andrey Rahmatullin
2005-01-18 14:58                                             ` Denis Smirnov
2005-01-18 13:12                                         ` Re[2]: " Igor Solovyov
2005-01-18  9:42                                     ` Andrey Rahmatullin
2005-01-18 13:15                                       ` Igor Solovyov
2005-01-18 14:40                                         ` Andrey Rahmatullin
2005-01-18 19:32                                           ` Igor Solovyov
2005-01-17 11:22                       ` [Comm] Re: Кодировка в рассылке (Was: Daedalus) [JT] Michael Shigorin
2005-01-16 14:11                   ` [Comm] Daedalus (was: Firefox Sysiphus ...) [JT] Arsen Kirillov
2005-01-17 15:11                     ` Igor Solovyov
2005-01-16 13:14             ` Re[2]: [Comm] Firefox Sysiphus php-coder
2005-01-16 16:01               ` [JT] [OFF] " Nick S. Grechukh
2005-01-17 11:12     ` [Comm] [daedalus package broken] " Michael Shigorin

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=20050114105047.7a790ad3.kirienko@mccme.ru \
    --to=kirienko@mccme.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