
Ubuntu日本語フォーラム

ログインしていません。
debパッケージをアップグレードしようとしたら下記メッセージが表示されました。
root@riak1:~# dpkg -i packagename.deb
(Reading database ... 170903 files and directories currently installed.)
Preparing to replace riak-ee 1.4.2-1 (using packagename) ...
Unpacking replacement riak-ee ...
Setting up package (1.4.3-1) ...
Processing triggers for ureadahead ...
Processing triggers for man-db ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend requires a screen at least 13 lines tall and 31 columns wide.)
debconf: falling back to frontend: Readline
パッケージはアップグレードされているのですが、下記3行のメッセージがなぜ出力されるのか不明です。
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend requires a screen at least 13 lines tall and 31 columns wide.)
debconf: falling back to frontend: Readline
root@test:~# uname -a
Linux test 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
root@test:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.3 LTS"
root@test:~# arch
x86_64
どなたかご教示いただけませんでしょうか。
宜しくお願いいたします。
オフライン
debconf: (Dialog frontend requires a screen at least 13 lines tall and 31 columns wide.)
debconf: falling back to frontend: Readline
だけみると画面の解像度がたりないように見えますが大丈夫でしょうか?
オフライン
ご返信ありがとうございます。
確かにDesktopを使っていますが、単なる解像度の設定の問題でパッケージのアップデートには特に問題ないと考えてよいのでしょうか?
お手数ですが、ご教示いただけると助かります。
オフライン
エラーメッセージを見る限りアップデートはされてないかと。
aptでアップデート
sudo apt-get update
でどうですか?
オフライン