開発中のUbuntu 24.04を使用してみた(2024年3月)

はじめに

Ubuntu 24.04は名前の通り2024年4月に公開予定です。

当然まだ開発途中ですが、開発中のものが使用可能なのでさっそく使ってみました。

isoファイルをダウンロードしてインストール

ダウンロード先はこちら

起動させた結果

ubuntu@ubuntu:~$ cat /etc/os-release
PRETTY_NAME="Ubuntu Noble Numbat (development branch)"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04 (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
ubuntu@ubuntu:~$ uname -r
6.8.0-11-generic
ubuntu@ubuntu:~$ gnome-shell --version
GNOME Shell 45.3

Python

Python 3.12.2

Perl

Perl 5.38.2



1月の時と比較してPythonのバージョンが変わっていたりします。
touch-sp.hatenablog.com


このエントリーをはてなブックマークに追加