[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:21567] Re: netscape & potato



井上裕寿です。
インストールしてみましたが、今度はnetscapeがパスからなくなりました。
install前はなぜかパスがありました。
おまけにglibcがremoveされたようです。
dpkg -f install したので、競合するものがなくなったようです。
netscape はglibc では動けないのでしょうか。
あるいはやり方が違うのでしょうか。教えて下さい。

インストール時の状況
ro:/home/hiro# apt-get install netscape
Reading Package Lists... Done
Building Dependency Tree... Done
Note, selecting netscape4 instead of netscape
Sorry, netscape4 is already the newest version
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
  netscape-base-4: Depends: libc5 (>= 5.4.0-0) but it is not going to be installed
                   Conflicts: netscape4
  netscape4: Depends: motifnls but it is not going to be installed
             Depends: libstdc++2.8 (>= 2.90.26-1) but it is not going to be installed
             Depends: libg++272 (>= 2.7.2.8) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
hiro:/home/hiro# apt-get -f install
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
  libc5
The following packages will be REMOVED:
  netscape-base-4 netscape4
The following NEW packages will be installed:
  libc5
0 packages upgraded, 1 newly installed, 2 to remove and 0 not upgraded.
2 packages not fully installed or removed.
Need to get 0B/289kB of archives. After unpacking 492kB will be used.
Do you want to continue? [Y/n] y
(Reading database ... 25287 files and directories currently installed.)Removing netscape-base-4 ...
dpkg - warning: while removing netscape-base-4, directory `/etc/netscape4/defaults' not empty so not removed.
dpkg - warning: while removing netscape-base-4, directory `/etc/netscape4' not empty so not removed.Removing netscape4 ...
Selecting previously deselected package libc5.
(Reading database ... 25248 files and directories currently installed.)
Unpacking libc5 (from .../oldlibs/libc5_5.4.46-3.deb) ...
Setting up libc5 (5.4.46-3) ...


hiro:/home/hiro# find / -name netscape*
/usr/share/afterstep/desktop/icons/8bpp/netscape.xpm
/usr/share/afterstep/desktop/icons/16bpp/netscape.xpm
/usr/share/pixmaps/netscape.png
/etc/netscape4
/var/lib/dpkg/info/netscape-base-4.postrm
/var/lib/dpkg/info/netscape-base-4.list
/var/lib/dpkg/info/netscape4.list
/var/lib/dpkg/info/netscape4.postrm
/mnt/nfs/cdrom/dists/potato/contrib/binary-i386/web/netscape-base-4_4.70-27.deb
/mnt/nfs/cdrom/dists/potato/contrib/binary-i386/web/netscape3_3.04-8.deb
/mnt/nfs/cdrom/dists/potato/contrib/binary-i386/web/netscape4_4.0-16.deb
hiro:/home/hiro#


hiro@hiro:~$ dpkg -l libc5
Desired=Unknown/Install/Remove/Purge
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  libc5          5.4.46-3       The Linux C library version 5 (run-time libr
hiro@hiro:~$ dpkg -l glibc*
Desired=Unknown/Install/Remove/Purge
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
pn  glibc-doc      <none>         (no description available)
un  glibc-pic      <none>         (no description available)
un  glibcdoc       <none>         (no description available)
hiro@hiro:~$ dpkg -l netscape*
Desired=Unknown/Install/Remove/Purge
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
un  netscape       <none>         (no description available)
rc  netscape-base- 4.70-27        Popular World-Wide-Web browser software (bas
un  netscape-beta  <none>         (no description available)
pn  netscape3      <none>         (no description available)
rc  netscape4      4.0-16         Popular World-Wide-Web browser software (ins
hiro@hiro:~$
: