[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:49314] Re: unifontのupdate で error
返信ありがとうございます。
KISEさんと同じ操作をしたところ結果は以下のとおりでした。
$ which update-fonts-dir
/usr/sbin/update-fonts-dir
$ update-fonts-dir --help
Usage: update-fonts-dir DIRECTORY ...
update-fonts-dir { -h | --help }
This program is a wrapper for mkfontdir(1x) that is primarily useful to
Debian
package maintainer scripts. See update-fonts-dir(8) for more information.
Options:
-h, --help display this usage message
and exit
$ dpkg -S /usr/sbin/update-fonts-dir
xutils: /usr/sbin/update-fonts-dir
$ dpkg -l xutils | egrep ^i
ii xutils 4.3.0.dfsg.1-14sarge1 X Window System utility programs
xutilsの部分は、KISEさんの場合だとxfonts-utilsになってますね。
ここが問題なのでしょうか。
ちなみにこのマシンは、ウェブサーバー用に使っていて、
GUIは動かしていません。
suzuki
KISE Hiroshi さんは書きました:
>> 環境はtestingを使っています。
>
> 同じくtesting、ちなみにamd64です。
>
>> unifontの更新のところで以下のようなエラーメッセージが出て
> (略)
>> Preparing to replace unifont 1:1.0-4 (using
>> .../unifont_1%3a1.0-4_all.deb) ...
>> Unpacking replacement unifont ...
>> usage error: unrecognized option
>> Usage: update-fonts-dir DIRECTORY ...
>> update-fonts-dir { -h | --help }
>> This program is a wrapper for mkfontdir(1x) that is primarily useful to
>> Debian
>> package maintainer scripts. See update-fonts-dir(8) for more information.
>> Options:
>> -h, --help display this usage message
>> and exit
> (略)
>
> こちらの環境で、以下の操作をやってみました。そちらではどうでしょう?
>
> $ which update-fonts-dir
> $ sudo which update-fonts-dir
> /usr/sbin/update-fonts-dir
> $ /usr/sbin/update-fonts-dir --help
> Usage: update-fonts-dir DIRECTORY ...
> update-fonts-dir { -7 | --x11r7-layout } DIRECTORY ...
> update-fonts-dir { -h | --help }
> This program combines X font alias information from several packages into a
> single file that is placed in each specified X font directory DIRECTORY. This
> utility is primarily useful to Debian package maintainer scripts. See
> update-fonts-dir(8) for more information.
> Options:
> -h, --help display this usage message and exit
> -7, --x11r7-layout use new font layout introduced with X11R7
> $ dpkg -S /usr/sbin/update-fonts-dir
> xfonts-utils: /usr/sbin/update-fonts-dir
> $ dpkg -l xfonts-utils | egrep ^i
> ii xfonts-utils 1:1.0.1-2 X Window System font utility programs
> $
>