ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* Re: [sisyphus] Задвоение версий пакетов
  @ 2018-02-05 18:14 ` Alexey Tourbin
  0 siblings, 0 replies; only message in thread
From: Alexey Tourbin @ 2018-02-05 18:14 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

2018-02-05 19:34 GMT+03:00 Dmitriy Rusetskiy <dimard@gmail.com>:
> Добрый день!
>
> Система Sisyphus.
>
> Случилась такая беда:
> Во время обновления пришлось прервать dist-upgrade по Contrl+C
> в результате в системе произошло задвоение версий установленных пакетов
> около 700 шт.
> Руками вычищать долго, нудно и накладно.
> Есть ли какой-нибудь способ автоматизировать процесс (удалить старые версии
> пакетов)?

Можно найти дупы, отсортировать их по времени установки и удалить
первый из дупов.

$ rpm -qa --qf '%{InstallTime}\t%{Name}-%{Version}-%{Release}\t%{Name}\n'
|sort -k3 -k1n |uniq -f2 -d

Покажет кандидаты на удаление, проверить и удалить. Ядра могут быть
несколько пакетов с разными версиями, их удалять не нужно.

$ sudo rpm -ev `!! |grep -v kernel |cut -f2`

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-05 18:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-05 18:14 ` [sisyphus] Задвоение версий пакетов Alexey Tourbin

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