Lubuntu 18.10 (LXQt) インストール&設定

2019年7月21日

ディストリビューション

lubuntu-18.10-desktop-i386.iso をインストール
約1時間30分

再起動する。

「メインメニュー」「設定」「LXQt Setting」「日時設定」
RTC時計を ローカルにする。

WiFiの設定する。

参考:
https://gihyo.jp/admin/serial/01/ubuntu-recipe/0542

パッケージを更新する。
sudo apt update
sudo apt upgrade
約35分

Muon を起動
ミラーサーバーを変更 Server for 日本

日本語の設定
sudo apt install fcitx-mozc ibus-mozc ibus-gtk ibus-gtk3 language-pack-ja-base fonts-noto-cjk-extra firefox-locale-ja libreoffice-l10n-ja libreoffice-help-ja

日本語の入力の設定
im-config -n ibus
gsettings set org.freedesktop.ibus.panel xkb-icon-rgba '#ffffff'

ログアウトしてログインする。

sudo apt install lightdm lightdm-settings slick-greeter
画面に従って lightdm を選択する

再起動する。

19.04へアップグレード

アイドルでサスペンドしないように電源管理を設定変更

sudo do-release-upgrade
vvvvvvvvvvvvvvvvvvvvvvvv
apt architecture is i386

Upgrades from 18.04 on the i386 architecture are not supported at
this time.
^^^^^^^^^^^^^^^^^^^^^^^^ となりアップグレードできない

sources.list の cosmic を disco に書き換え。
sudo apt update
ログアウト

TTY2でログイン
sudo apt upgrade
sudo apt full-upgrade
reboot
約3時間

sudo apt autoremove --purge
466MB開放
使用量 5.6G

一部 日本語表示に なっていなかったので インストール
sudo apt install lxqt-config-l10n

エラーメッセージ

cryptsetup: WARNING: The initramfs image may not contain cryptsetup binaries
    nor crypto modules. If that's on purpose, you may want to uninstall the
    'cryptsetup-initramfs' package in order to disable the cryptsetup initramfs
    integration and avoid this warning.
どうやら cryptsetup 関係が不要になったようなので カーネルが 5.0 になったのが関係あるのか。

削除する。
sudo apt purge --autoremove cryptsetup-initramfs