ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] удалить лишнее
@ 2004-12-27  9:10 Дворников Михаил
  2004-12-27 10:13 ` [Comm] " Michael Shigorin
  0 siblings, 1 reply; 11+ messages in thread
From: Дворников Михаил @ 2004-12-27  9:10 UTC (permalink / raw)
  To: community

Сервер без X11.
Имеется установленные:
libgtk+2 зависит от consolehelper,
XFree86-libs-4.3.0 зависит от webalizer.

Можно ли удалить consolehelper,
как отвязать webalizer от XFree86?
-- 
С уважением, Дворников Михаил.


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

* [Comm] Re: удалить лишнее
  2004-12-27  9:10 [Comm] удалить лишнее Дворников Михаил
@ 2004-12-27 10:13 ` Michael Shigorin
  2004-12-27 10:29   ` Дворников Михаил
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Shigorin @ 2004-12-27 10:13 UTC (permalink / raw)
  To: community

On Mon, Dec 27, 2004 at 12:10:27PM +0300, Дворников Михаил wrote:
> XFree86-libs-4.3.0 зависит от webalizer.

Нет:

~> rpm -q webalizer; rpm -q --whatrequires webalizer
webalizer-2.01.10-alt4
warning: no package requires webalizer
~> rpm -q --requires webalizer | grep X  
~> 

PS: это ALM2.4.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [Comm] Re: удалить лишнее
  2004-12-27 10:13 ` [Comm] " Michael Shigorin
@ 2004-12-27 10:29   ` Дворников Михаил
  2004-12-27 10:32     ` Дворников Михаил
  2004-12-27 10:33     ` Michael Shigorin
  0 siblings, 2 replies; 11+ messages in thread
From: Дворников Михаил @ 2004-12-27 10:29 UTC (permalink / raw)
  To: community

Michael Shigorin пишет:
> ~> rpm -q webalizer; rpm -q --whatrequires webalizer
> webalizer-2.01.10-alt4
webalizer-2.01.10-alt2

$ apt-cache show webalizer
Depends: db1, libjpeg, freetype2, XFree86-libs, xpm, libintl, libpng, 
zlib, /etc/cron.d, libc.so.6, libc.so.6(GLIBC_2.0), 
libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.2), libdb.so.2, 
libdb.so.2(GLIBC_2.0), libgd.so.1, libm.so.6, libm.so.6(GLIBC_2.0), 
libnsl.so.1, libpng12.so.0, libz.so.1
Provides: webalizer (= 2.01.10-alt2)

> PS: это ALM2.4.
Утром с Мастер 2.2 на 2.4 переехал.

# apt-get remove XFree86-libs
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
   XFree86-libs consolehelper freetype libgd1 libgtk+2 libpango 
val-fonts-ttf webalizer xpm
0 upgraded, 0 newly installed, 9 removed and 0 not upgraded.
Need to get 0B of archives.
After unpacking 23.9MB disk space will be freed.
-- 
С уважением, Дворников Михаил.


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

* Re: [Comm] Re: удалить лишнее
  2004-12-27 10:29   ` Дворников Михаил
@ 2004-12-27 10:32     ` Дворников Михаил
  2004-12-27 10:33     ` Michael Shigorin
  1 sibling, 0 replies; 11+ messages in thread
From: Дворников Михаил @ 2004-12-27 10:32 UTC (permalink / raw)
  To: community

Дворников Михаил пишет:
>> webalizer-2.01.10-alt4
Извиняюсь я contrib не подключал :)
-- 
С уважением, Дворников Михаил.


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

* [Comm] Re: удалить лишнее
  2004-12-27 10:29   ` Дворников Михаил
  2004-12-27 10:32     ` Дворников Михаил
@ 2004-12-27 10:33     ` Michael Shigorin
  2004-12-27 10:53       ` Дворников Михаил
  1 sibling, 1 reply; 11+ messages in thread
From: Michael Shigorin @ 2004-12-27 10:33 UTC (permalink / raw)
  To: community

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

On Mon, Dec 27, 2004 at 01:29:09PM +0300, Дворников Михаил wrote:
> >~> rpm -q webalizer; rpm -q --whatrequires webalizer
> >webalizer-2.01.10-alt4
> webalizer-2.01.10-alt2
> $ apt-cache show webalizer
> Depends: db1, libjpeg, freetype2, XFree86-libs, xpm, libintl, libpng, 

~> apt-cache show webalizer | grep ^Depends:
Depends: /etc/cron.d, libc.so.6, libc.so.6(GLIBC_2.0),
libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3),
libdb-4.2.so, libgd.so.1, libm.so.6, libm.so.6(GLIBC_2.0),
libnsl.so.1, libpng12.so.0, libz.so.1

Это пакет из комплекта Master 2.4.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/

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

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

* Re: [Comm] Re: удалить лишнее
  2004-12-27 10:33     ` Michael Shigorin
@ 2004-12-27 10:53       ` Дворников Михаил
  2004-12-27 11:20         ` Michael Shigorin
  0 siblings, 1 reply; 11+ messages in thread
From: Дворников Михаил @ 2004-12-27 10:53 UTC (permalink / raw)
  To: community

Michael Shigorin пишет:
> ~> apt-cache show webalizer | grep ^Depends:
> Depends: /etc/cron.d, libc.so.6, libc.so.6(GLIBC_2.0),
> libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3),
> libdb-4.2.so, libgd.so.1, libm.so.6, libm.so.6(GLIBC_2.0),
> libnsl.so.1, libpng12.so.0, libz.so.1

1)
Подключил contrib и обновил webalizer.
# apt-get remove XFree86-libs
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
   XFree86-libs consolehelper freetype libgd1 libgtk+2 libpango 
val-fonts-ttf webalizer xpm
0 upgraded, 0 newly installed, 9 removed and 0 not upgraded.

Хочет и webalizer!

# apt-get remove webalizer
    удаляет один webalizer.

2)
consolehelper,xpm можно удалить, если нет X11?
-- 
С уважением, Дворников Михаил.


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

* [Comm] Re: удалить лишнее
  2004-12-27 10:53       ` Дворников Михаил
@ 2004-12-27 11:20         ` Michael Shigorin
  2004-12-27 12:04           ` Дворников Михаил
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Shigorin @ 2004-12-27 11:20 UTC (permalink / raw)
  To: community

On Mon, Dec 27, 2004 at 01:53:50PM +0300, Дворников Михаил wrote:
> Подключил contrib и обновил webalizer.
> # apt-get remove XFree86-libs
> The following packages will be REMOVED:
> webalizer
> Хочет и webalizer!

Странно.  Покажите вывод команд, которые я показывал?

> # apt-get remove webalizer
>    удаляет один webalizer.

Ну это понятно.

> 2) consolehelper,xpm можно удалить, если нет X11?

Наверное, по крайней мере у меня системы без них вроде бывали.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [Comm] Re: удалить лишнее
  2004-12-27 11:20         ` Michael Shigorin
@ 2004-12-27 12:04           ` Дворников Михаил
  2004-12-27 12:42             ` Michael Shigorin
  0 siblings, 1 reply; 11+ messages in thread
From: Дворников Михаил @ 2004-12-27 12:04 UTC (permalink / raw)
  To: community

Michael Shigorin пишет:
> Странно.  Покажите вывод команд, которые я показывал?
# rpm -q webalizer
webalizer-2.01.10-alt4

# rpm -q  --whatrequires     webalizer
warning: no package requires webalizer

# apt-cache show webalizer
Maintainer: Michael Shigorin <mike@altlinux.ru>
Version: 2.01.10-alt4
Pre-Depends: /bin/sh, /bin/sh, rpmlib(PayloadFilesHavePrefix) (<= 
4.0-1), rpmlib(CompressedFileNames) (<= 3.0.4-1)
Depends: /etc/cron.d, libc.so.6, libc.so.6(GLIBC_2.0), 
libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), 
libdb-4.2.so, libgd.so.1, libm.so.6, libm.so.6(GLIBC_2.0), libnsl.so.1, 
libpng12.so.0, libz.so.1
Provides: webalizer (= 2.01.10-alt4)
-- 
С уважением, Дворников Михаил.


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

* [Comm] Re: удалить лишнее
  2004-12-27 12:04           ` Дворников Михаил
@ 2004-12-27 12:42             ` Michael Shigorin
  2004-12-27 13:14               ` Дворников Михаил
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Shigorin @ 2004-12-27 12:42 UTC (permalink / raw)
  To: community

On Mon, Dec 27, 2004 at 03:04:32PM +0300, Дворников Михаил wrote:
> # apt-cache show webalizer
> Version: 2.01.10-alt4
> Pre-Depends: /bin/sh, /bin/sh, rpmlib(PayloadFilesHavePrefix) (<= 
> 4.0-1), rpmlib(CompressedFileNames) (<= 3.0.4-1)
> Depends: /etc/cron.d, libc.so.6, libc.so.6(GLIBC_2.0), 
> libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), 
> libdb-4.2.so, libgd.so.1, libm.so.6, libm.so.6(GLIBC_2.0), libnsl.so.1, 
> libpng12.so.0, libz.so.1

Ну не хочет он иксов. :-)

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [Comm] Re: удалить лишнее
  2004-12-27 12:42             ` Michael Shigorin
@ 2004-12-27 13:14               ` Дворников Михаил
  2004-12-27 13:29                 ` Sergey Vlasov
  0 siblings, 1 reply; 11+ messages in thread
From: Дворников Михаил @ 2004-12-27 13:14 UTC (permalink / raw)
  To: community

Michael Shigorin пишет:
> On Mon, Dec 27, 2004 at 03:04:32PM +0300, Дворников Михаил wrote:
> 
>># apt-cache show webalizer
> Ну не хочет он иксов. :-)

Странная ситуация:
  Xfree86-libs и webalizer не зависят друг от друга.
Но без webalizer Xfree86-libs нельзя удалить.

# rpm --rebuilddb
не помогает
-- 
С уважением, Дворников Михаил.


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

* Re: [Comm] Re: удалить лишнее
  2004-12-27 13:14               ` Дворников Михаил
@ 2004-12-27 13:29                 ` Sergey Vlasov
  0 siblings, 0 replies; 11+ messages in thread
From: Sergey Vlasov @ 2004-12-27 13:29 UTC (permalink / raw)
  To: community

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

On Mon, Dec 27, 2004 at 04:14:47PM +0300, Дворников Михаил wrote:
> Michael Shigorin пишет:
> >On Mon, Dec 27, 2004 at 03:04:32PM +0300, Дворников Михаил wrote:
> >
> >># apt-cache show webalizer
> >Ну не хочет он иксов. :-)
> 
> Странная ситуация:
>  Xfree86-libs и webalizer не зависят друг от друга.
> Но без webalizer Xfree86-libs нельзя удалить.

webalizer --> libgd.so.1 --> libgd1 --> libX11.so.6 --> :(

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

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

end of thread, other threads:[~2004-12-27 13:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-27  9:10 [Comm] удалить лишнее Дворников Михаил
2004-12-27 10:13 ` [Comm] " Michael Shigorin
2004-12-27 10:29   ` Дворников Михаил
2004-12-27 10:32     ` Дворников Михаил
2004-12-27 10:33     ` Michael Shigorin
2004-12-27 10:53       ` Дворников Михаил
2004-12-27 11:20         ` Michael Shigorin
2004-12-27 12:04           ` Дворников Михаил
2004-12-27 12:42             ` Michael Shigorin
2004-12-27 13:14               ` Дворников Михаил
2004-12-27 13:29                 ` Sergey Vlasov

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