ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Apt and Synaptic 0.32 -----> Problems!!! Help me, please!!!
@ 2003-11-25 19:39 Dimas
  2003-11-25 19:49 ` Sergey Bolshakov
  0 siblings, 1 reply; 3+ messages in thread
From: Dimas @ 2003-11-25 19:39 UTC (permalink / raw)
  To: community

> Доброе время суток!
> OS ALTLinux Master 2.2 + updates / kernel 2.4.20-alt10-up
> Нацелил Synaptic 0.32 на 
> ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Sisyphus/classic/
> Начал устанавливать gimp-print, gimp-print-foomatic Установка 
> завершилась ошибкой.
> После этого Synaptic 0.32 выдаёт ошибку (без разъяснений) и не видит 
> списка пакетов.
> Одним словом не работает. Закоментировал ссылку на classic, это не 
> помогло.

Вычитал из книжки "Руководство администратора"(ALTLinux Master 2.2), но 
не помогло. :-(

[root@localhost root]# apt-get update

Get:1 ftp://updates.altlinux.com Master/2.2/i586 release [694B]

Fetched 694B in 2s (279B/s)

Hit ftp://updates.altlinux.com Master/2.2/i586/updates pkglist

Hit ftp://updates.altlinux.com Master/2.2/i586/updates release

Hit ftp://updates.altlinux.com Master/2.2/i586/updates srclist

Reading Package Lists... Error!

E: There are two or more versions of the package 'gimp-print' installed 
in your system, which is a situation APT can't handle cleanly at the moment.

Please do one of the following:

1) Keep at most one version of the package in the system; or

2) If you do want to keep multiple versions of that package, lookup 
RPM::Allow-D uplicated in the documentation.


E: Error occured while processing gimp-print (UsePackage2)

E: Problem with MergeList /var/lib/rpm/Packages

E: The package lists or status file could not be parsed or opened.

[root@localhost root]# rpm -e gimp-print

error: "gimp-print" specifies multiple packages

[root@localhost root]# apt-get remove gimp-print

Reading Package Lists... Error!

E: There are two or more versions of the package 'gimp-print' installed 
in your system, which is a situation APT can't handle cleanly at the moment.

Please do one of the following:

1) Keep at most one version of the package in the system; or

2) If you do want to keep multiple versions of that package, lookup 
RPM::Allow-Duplicated in the documentation.


E: Error occured while processing gimp-print (UsePackage2)

E: Problem with MergeList /var/lib/rpm/Packages

E: The package lists or status file could not be parsed or opened.

[root@localhost root]# apt-get -f install gimp-print

Reading Package Lists... Error!

E: There are two or more versions of the package 'gimp-print' installed 
in your system, which is a situation APT can't handle cleanly at the moment.

Please do one of the following:

1) Keep at most one version of the package in the system; or

2) If you do want to keep multiple versions of that package, lookup 
RPM::Allow-Duplicated in the documentation.


E: Error occured while processing gimp-print (UsePackage2)

E: Problem with MergeList /var/lib/rpm/Packages

E: The package lists or status file could not be parsed or opened.

[root@localhost root]#

Помогите пожалуйста! Я в Linux не специалист и тем более не 
администратор и знакомых линуксоидов тоже нет.
Заранее благодарен за ответы.
Дмитрий.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] Apt and Synaptic 0.32 -----> Problems!!! Help me, please!!!
  2003-11-25 19:39 [Comm] Apt and Synaptic 0.32 -----> Problems!!! Help me, please!!! Dimas
@ 2003-11-25 19:49 ` Sergey Bolshakov
  2003-11-25 23:36   ` Andrey Rahmatullin
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey Bolshakov @ 2003-11-25 19:49 UTC (permalink / raw)
  To: community

>>>>> "Dimas" == Dimas  <cornerman@narod.ru> writes:

 >> Доброе время суток!
 >> OS ALTLinux Master 2.2 + updates / kernel 2.4.20-alt10-up
 >> Нацелил Synaptic 0.32 на
 >> ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Sisyphus/classic/
 >> Начал устанавливать gimp-print, gimp-print-foomatic Установка
 >> завершилась ошибкой.
 >> После этого Synaptic 0.32 выдаёт ошибку (без разъяснений) и не видит
 >> списка пакетов.
 >> Одним словом не работает. Закоментировал ссылку на classic, это не
 >> помогло.

 > Вычитал из книжки "Руководство администратора"(ALTLinux Master 2.2),
 > но не помогло. :-(
[skipped]

Выполнить:
# rpm -qa |grep ^gimp-print

Выдаст две (или более :) версии gimp-print, выбрать жертвой
более старую и удалить, указывая версию (примерно так) :
# rpm -e gimp-print-4.2.4-alt1

Если будет упираться, применять ключи --nodeps --noscripts
По завершении позвать
# apt-get install -f

-- 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] Apt and Synaptic 0.32 -----> Problems!!! Help me, please!!!
  2003-11-25 19:49 ` Sergey Bolshakov
@ 2003-11-25 23:36   ` Andrey Rahmatullin
  0 siblings, 0 replies; 3+ messages in thread
From: Andrey Rahmatullin @ 2003-11-25 23:36 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 657 bytes --]

On Tue, Nov 25, 2003 at 09:49:36PM +0200, Sergey Bolshakov wrote:

[...]
> Выполнить:
> # rpm -qa |grep ^gimp-print
> 
> Выдаст две (или более :) версии gimp-print, выбрать жертвой
> более старую и удалить, указывая версию (примерно так) :
> # rpm -e gimp-print-4.2.4-alt1
> 
> Если будет упираться, применять ключи --nodeps --noscripts
> По завершении позвать
> # apt-get install -f

Вместо всего этого можно rpm -e gimp-print --allmatches
(надеясь, что он за собой ничего не утянет, если захочет утянуть -
добавить --nodeps). Ну а потом поставить обратно.

-- 
Правильно, xmtr под рутом работать перестал. Это будем считать feature.
		-- ldv in sisyphus@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-11-25 23:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-25 19:39 [Comm] Apt and Synaptic 0.32 -----> Problems!!! Help me, please!!! Dimas
2003-11-25 19:49 ` Sergey Bolshakov
2003-11-25 23:36   ` Andrey Rahmatullin

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