Ubuntu 20.04 LTS Focal Fossa
Created|Updated

https://wiki.ubuntu.com/FocalFossa/ReleaseNotes#New_Features_in_20.04
Ubuntu 20.04 LTS Focal Fossa をインストールしてみました。
環境
- Ubuntu 20.04 LTS Focal Fossa 64bit
構築
明日リリース予定なのでもう変更はないでしょう。
Ubuntu の設定
Related Articles

2017-10-30
Ubuntu 17.10 をインストールしてみました
Ubuntu 17.10 がリリースされたので、DELL Inspiron 11 3158 にインストールしてみました。 ISO イメージのダウンロード https://www.ubuntu.com/desktop/1710 ISO をUSB メモリに書き込み、ブートしてインストール GNOME セッションのインストール $ sudo apt install gnome-session ログアウトして、デスクトップ環境に’GNOME on Xorg’を選択してログイン ヘッドフォンジャックの検出に不具合がありそうなので、設定を追加 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1575078/comments/30 /etc/modprobe.d/alsa.confoptions snd-hda-intel single_cmd=1 probe_mask=1 model=dell-headset-multi 後は普通に環境設定 久しぶりにUbuntu をクリーンインストールしてみましたが、個別...

2023-02-28
Ubuntu 23.04 on Raspberry Pi 4
Raspberry Pi 4 にUbuntu 23.04 をインストールしました。リモートからRDPで接続しました。 環境 Raspberry Pi 4B Ubuntu 23.04 構築 Ubuntu Server のインストール ubuntu-desktop パッケージのインストール xrdp パッケージのインストール sudo apt install xrdp /etc/xrdp/startwm.shunset DBUS_SESSION_BUS_ADDRESSexec gnome-sessiontest -x /etc/X11/Xsession && exec /etc/X11/Xsessionexec /bin/sh /etc/X11/Xsession sudo systemctl enable --now xrdp Chromium のインストール sudo add-apt-repository ppa:saiarcot895/chromium-betasudo apt-get updatesudo apt install chromium-b...

2021-10-17
Ubuntu 21.10 on RPi4B
Ubuntu 21.10 を Raspberry Pi 4B にインストールしてみました。 2021-10-23 以下の問題の修正が期待されます。 HDMI output freezes under current/proposed impish kernelshttps://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1946368 現在のバージョンは $ uname -r -v5.13.0-1008-raspi #9-Ubuntu SMP PREEMPT Wed Sep 29 08:27:44 UTC 2021` 2021-11-08 に Updates に修正がリリースされるらしい。proposed リポジトリをウォッチしよう。 2021-10-30 proposed で修正版が公開されたようです。https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1946368/comments/60 Ubuntu のバージョンとパッケージバー...
2021-03-28
Ubuntu 21.04 Hirsute
https://launchpad.net/~shemgp/+archive/ubuntu/gnome-40Ubuntu 21.04 にGNOME 40 のPPA を設定してみました。 2021-04-07 追記 GNOME 40.0 でDash to Dock 拡張を導入してみました。https://github.com/ewlsh/dash-to-dock/tree/ewlsh/gnome-40https://github.com/micheleg/dash-to-dock/pull/1402 GNOME 40.0 でDash to Panel 拡張を導入してみました。https://github.com/philippun1/dash-to-panel/tree/update-to-gnome40https://github.com/home-sweet-gnome/dash-to-panel/pull/1303 2021-04-08 追記 Auto Hide Top Panel 拡張をGNOME 40 に対応させてみました。http://www.webupd8.or...

2023-08-08
CHUWI MiniBook X N100
https://store.chuwi.jp/products/minibook-x-n100CHUWI MiniBook X N100が届いたから環境設定と動作確認をしてみよう。 2023/11/06 更新Kernel 6.6-rc5 を導入するとサスペンドからの復帰時の画面の乱れは解消した。ただし、Bluetooth が無効になったので以下のようにシンボリックリンクを張り直す必要があった。 cd /usr/lib/firmware/intel/sudo unlink ibt-0040-4150.ddc.zstsudo unlink ibt-1040-4150.ddc.zstsudo ln -s ibt-1040-4150.ddc.zst ibt-0040-1050.ddc.zstsudo ln -s ibt-1040-4150.sfi.zst ibt-0040-1050.sfi.zst 2023/11/15 更新Kernel 6.6.1 とlinux-firmware が更新された。こちらは問題なさそう。 Ubuntumainlin...
2020-05-07
APT Hash Sum mismatch error
ubuntu@ubuntu:~$ sudo apt update...Get:4 http://jp.archive.ubuntu.com/ubuntu focal/main i386 Packages [718 kB] Err:4 http://jp.archive.ubuntu.com/ubuntu focal/main i386 Packages Hash Sum mismatch Hashes of expected file: - Filesize:4216000 [weak] - SHA256:5f5fa48d499be259adcdd1d6dea4e6588a3473e0290460ead99ea945b141815d - SHA1:8f477673f5aa0ca860273e9a0ffc53515baa1032 [weak] - MD5Sum:021fb704764554808a9ec3b18e16599e [weak] Hashes of received file: - SHA256:4f406937d7384fd444d236...
Comments