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

[debian-users:06749] Re: [Q] How can I install xlib6?



東北大学電気通信研究所の荒船です.
#若干不正確かも知れませんが,こんな感じで行うとうまくいくのでは?

まずは以下のパッケージに対して*おんなじ*バージョンナンバーの
パッケージファイル (*.deb)用意してください.

xbase xcontrib xdocbase xext xfnt100  xfnt75 xfntbase  xfntbig  xfntcyr
  xfntpex  xfntscl  xlib6  xlib6-altdev xlib6g xlib6g-dev
xserver-svga  xslib  xslibg
(本質的ではないファイルもあるけどこれぐらいはあった方がいいでしょう)
安全をみて Xをきって

dpkg -i *.deb
を行ってください.
そしたら旨く行くかも知れません.
試してみてはいかがでしょうか?

順番にいれてくのもいいんですが, dpkg は引数で複数のパッケージを一辺に
いれれば依存関係を考慮してくれるのでその方がいいと思います.

Research Institute of Electrical Communication
Tohoku University
Dr. Ryuichi Arafune
arafune@xxxxxxxxxxxxxxxxxxxxxxxxx



From: Takashima Shinsuke <takashim@xxxxxxxxxxxxxxxxxx>
Subject: [debian-users:06745] Re: [Q] How can I install xlib6?
Date: Wed, 1 Jul 1998 14:41:53 +0900
Message-ID: <199807010541.FAA04603@xxxxxxxxxxxxxxxxxxxxxxxx>

takashim>   高嶋@数学.阪市大です。
takashim> 
takashim> >>>>> In article <19980701120357F.arafune@xxxxxxxxxxxxxxxxxxxxxxxxx>
takashim> >>>>> Ryuichi Arafune writes:
takashim> 
takashim> >荒船です
takashim> >ちょっとばたばたしてるのでコメントだけ
takashim> >
takashim> >dpkg -l 'x*'
takashim> >
takashim> >として行った結果を知らせてください.
takashim> >話はそれからの方がよろしいかと思います.
takashim> 
takashim> わかりました。結果はこうでした。
takashim> 
takashim> Desired=Unknown/Install/Remove/Purge
takashim> | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
takashim> |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
takashim> ||/ Name            Version        Description
takashim> +++-===============-==============-============================================
takashim> ii  xbase           3.3.1-2        Local clients and configuration required by
takashim> ii  xfntbase        3.3.1-2        Standard fonts for X servers
takashim> un  xlib            <none>         (no description available)
takashim> in  xlib6           <none>         (no description available)
takashim> un  xlib6-dev       <none>         (no description available)
takashim> ii  xlib6g          3.3.1-2        Shared libraries required by X clients
takashim> un  xpm4.7          <none>         (no description available)
takashim> un  xserver         <none>         (no description available)
takashim> ii  xserver-svga    3.3.1-2        X server for SVGA graphics cards
takashim> un  xserver-vga16   <none>         (no description available)
takashim> un  xstd            <none>         (no description available)
takashim> un  xterm-color     <none>         (no description available)
takashim> 
takashim> でもなんのことなんでしょう?これ? debian って難しいですね。
用は 何のパッケージがインストールされているかをしめしてるもんです.

頑張ってください.

Research Institute of Electrical Communication
Tohoku University
Dr. Ryuichi Arafune
arafune@xxxxxxxxxxxxxxxxxxxxxxxxx


追伸

# 結局のところ高嶋さんのミスは違ったバージョンナンバーを一緒にインストー
ルしようとしたところにあるようです.
takashim>2)  つぎに X のマネージャをいれようと xfntbase_3.3.1-2.deb
takashim>     をいれようとおもったら、"xfntbase_3.3.1-2.deb depends on
takashim>     xlib6." といってくるので、xlib6 をいれようと思った。
略
takashim> (5)  そこで "dpkg -i xlib6_3.3-4.deb" とやるとこんどは
takashim>     xlib6g conflicts with xflib6 (<< 3.3-5)
ここで
dpkg -i xlib6_3.3-4.deb
ではなくて,
dpkg -i xlib6_3.3.1-2.deb

であれば問題はなかったのでは?(もちろんxlib6_3.3.1-2.debを用意して)