いくつかの方法を使用して、使用しているUbuntuのバージョンを確認できます。それぞれに利点があります。メジャーバージョンを提供するものもあります。他の人はあなたにすべての小さな詳細を与えます.
Ubuntuのバージョンを確認する必要があるのはなぜですか?
あなたはUbuntuを持っていることを知っています。なぜバージョンが重要なのですか?
- Windowsのさまざまなバージョンと同様に、Ubuntuの一部のバージョンで機能するものもあれば、他のバージョンでのみ機能するものもあります。お使いのバージョンで最適に動作するハードウェアとアプリ用
の適切なドライバー(install the proper drivers)をインストールするには、どのバージョンが必要かを知る必要があります。
- また、 Ubuntu(Ubuntu)オペレーティング システムに必要
な更新を特定するのにも役立ちます。
- Ubuntuには、サーバーとして使用するのに最適な
バージョンもあれば、デスクトップ環境に最適なバージョンもあります。
- Ubuntuについて誰かに助けを求めるとき、彼らはあなたのバージョンを知りたがるでしょう。
Ubuntu のバージョンは何ですか?
Windows と macOS は、バージョンに関しては簡単です。多くの PC はWindows 11または Windows 10のいずれかです。MacOSの最新バージョンは、 Monterey、Big Sur、および Catalina です。
Ubuntuのバージョン番号は、リリースの年と月に基づいています。Ubuntuのリリースには、2 つの頭韻語からなるコード名も付いています。形容詞と動物の名前なので、 Bionic Beaver(Bionic Beaver)のような名前になります。たとえば、最新の標準Ubuntuリリースは 21.10 Impish Indriです。(インドリはキツネザルの大型種です。)
これで十分に混乱しない場合は、いつでも 2 つの最新バージョンが存在します。暫定リリース バージョンと長期サービス ( LTS ) バージョンがあります。暫定的なUbuntuリリースのサポートは、リリースから 9 か月間です。LTSバージョンは、インスタンスの安定性が重要な場合に使用されます。5 年間の標準サポートと、延長セキュリティ メンテナンス(Extended Security Maintenance)( ESM )の下でさらに 5 年間のサポートを受けることができます。ESMは、個人使用は無料で、企業向けの有料サブスクリプションです。
Canonical Ltd.は、オープンソースのLinux カーネル上で(Linux kernel)Ubuntuを構築しているため、Linuxカーネルのバージョンを知ることが重要になる場合があります。現在のLinuxカーネルのバージョン番号は 5.15 のように見える場合があります。最初の番号はメジャー リリース バージョンで、残りの番号はマイナー リリースです。
それらをすべてまとめると、 22.04 LTS Jammy Jellyfish、Linuxカーネル 5.15
などのUbuntuバージョンを取得できます。
Windows Linux サブシステム(Windows Linux Subsystem)でUbuntuのバージョン(Version)を確認する方法
はい、 Microsoft のWindows Linux Subsystem (WSL)
を使用して、 Windows内でUbuntuを実行できます。
- Ubuntu for Windows を開きます。
- 起動すると、Ubuntuはコマンド ラインでバージョンと詳細情報を共有します。この例のバージョンはUbuntu 20.04 LTSです。また、 5.10.102.1(WSL2) -microsoft-standard-WSL2 として使用されるLinuxカーネルも示しています。WSL2の部分に注意してください。Ubuntu Linux for WSLには 1 と 2の 2 つのバージョンがあり、それぞれに長所と短所があります。
すでにUbuntu WSLを開いていますが、その行はなくなりましたか? コマンドラインからUbuntu(Ubuntu)のバージョンを見つける方法については、以下のセクションを確認してください。それらはWSLでも機能します。
コマンドライン(Command Line)でUbuntu のバージョン(Version)を確認する方法
「 Linux ディストリビューション(Linux distro)」や「bash 」などの用語を定期的に使用する場合は、コマンド ライン インターフェイスが最適です。
- Press Ctrl + Alt + Tを押して、コマンド ライン ターミナルを開きます。
- (Use)次のコマンドのいずれかを使用して、 Ubuntuのバージョンを確認します。各コマンドは、バージョンとシステムに関するさまざまな量の情報を表示します。
lsb_release -d
最短の結果を得るには、コマンド lsb_release -d を使用します。lsb_release コマンドは、Linux ディストリビューションのLinux Standard Base(Linux Standard Base) (lsb) 情報を明らかにします。
lsb_release -a
-a を使用すると、Distributor ID、Description、Release、Codenameなど、 (Codename)Ubuntuに関する完全な情報が得られます。奇妙なことに、Codenameは完全なコードネームを明らかにしていません。以下に示すバージョン
ではJammy Jellyfishです。(Jammy Jellyfish)
hostnamectl
hostnamectl ユーティリティは、ホストまたはホスト名に関する情報を変更または返します。オプションなしで使用すると、ホスト名情報のみが返されます。オペレーティング システム(Operating System)の行を探してUbuntuのバージョンを取得し、カーネル(Kernel)の行を探してLinux カーネル(Linux kernel)バージョンを取得します。
猫 /etc/issue
concatenate (cat) コマンドは通常、ファイルを結合するために使用されます。オプションを指定せずにファイルパス/ファイル名 (etc/issue) のみを使用すると、issue ファイルの内容が表示されます。l は無視してください。このコンテキストでは重要ではありません。
猫 /etc/os-release
上記のコマンドと同様に、これは os-release ファイルの内容を表示します。コードネーム全体を示す
Version行に注意してください。
uname -r
Linuxコア バージョンのみを表示するには、コマンド uname -r を使用します。uname ユーティリティは、システムに関する情報を提供しますが、Ubuntu自体に関する情報は提供しません。
Neofetch を使用して Ubuntu(Ubuntu Using Neofetch)のバージョン(Version)を確認する方法
Neofetch は、システム情報をアスキー(ASCII)アートでクリエイティブに表示する bash アプリです。
- bash ターミナルを開き、コマンド sudo apt install neofetch でインストールします。次にパスワードを入力すると、neofetch が検索されます。
neofetch パッケージが見つかったら、Y を入力してインストールを開始します。
- インストールが完了したら、コマンド neofetch を入力します。
Superfetchと呼ばれる同様のユーティリティをインストールするには( Windows Superfetchと混同しないでください)、neofetch を使用した場所を superfetch に置き換えて、上記と同じ手順に従います。それぞれがわずかに異なる情報を返すため、最も頻繁に必要とする情報を含むものを選択してください。
GUIを使用してUbuntuの(Ubuntu)バージョン(Version)を確認する方法
おそらく、ターミナルに入って bash とコマンド ラインを操作するのは、やりたいこと以上のことです。
- [アプリケーションの表示(Show Applications)] アイコンを選択し、[設定](Settings)を選択します。
- 開いて、 OS 名(OS Name)を見つけることができるAbout画面を表示する必要があります。そうでない場合は、 [設定](Settings)ウィンドウの一番下までスクロールし、 [バージョン(About)情報] を選択します。
これであなたのUbuntuがわかりました
Ubuntuのバージョンを見つける 10 の方法があり、その多くが他のシステム情報を提供しているため、Ubuntu についてよりよく知る(know Ubuntu better)ことができます。必要なアップデートを決定し、そのアップデートで動作するアプリを見つけ、最新バージョンの Ubuntu にアップグレードする(upgrade to the newest version of Ubuntu)時期を知ることができます。
What Version of Ubuntu Do I Have?
You can check what version of Ubuntu you have using sеveral methods, аnd each has its benefits. Some give you the major version; others give you all the little details.
Why Should You Find Your Version of Ubuntu?
You know you’ve got Ubuntu. Why does the version matter?
- Like the different versions of Windows, some things will work in some versions of Ubuntu, and some will work only in others. You need to know what version you have to install the proper drivers for your hardware and apps that will work best on your version.
- It also helps you identify what updates your Ubuntu operating system needs.
- Some versions of Ubuntu are best used as servers, and some are best for desktop environments.
- When asking someone for help with Ubuntu, they’ll want to know what version you have.
What Are the Versions of Ubuntu?
Windows and macOS are straightforward when it comes to versions. Many PCs are either Windows 11 or Windows 10. MacOS’ most recent versions are Monterey, Big Sur, and Catalina.
Ubuntu version numbers are based on the year and month of release. Ubuntu releases also come with code names made of two alliterative words. It’s an adjective and an animal name, so the result is a name like Bionic Beaver. For example, the latest standard Ubuntu release is 21.10 Impish Indri. (An indri is a large species of lemur.)
If that wasn’t confusing enough, there are two current versions at any time. There are the interim release and long-term service (LTS) versions. Support for the interim Ubuntu release is 9-months from release. The LTS version is used where the stability of the instance is critical. It gets five years of standard support and can have another five years under the Extended Security Maintenance (ESM). ESM is free for personal use and is a paid subscription for enterprises.
Canonical Ltd. builds Ubuntu on the open-source Linux kernel, so the Linux kernel version can be important to know. A current Linux kernel version number may look like 5.15. The first number is the major release version, and the remaining numbers are the minor release.
Put them all together, and you could get an Ubuntu version like 22.04 LTS Jammy Jellyfish, Linux kernel 5.15.
How to Find The Version of Ubuntu in the Windows Linux Subsystem
Yes, you can run Ubuntu within Windows with Microsoft’s Windows Linux Subsystem (WSL).
- Open Ubuntu for Windows.
- Upon starting, Ubuntu shares the version and more information in the command line. The version in the example is Ubuntu 20.04 LTS. It also shows the Linux kernel used as 5.10.102.1-microsoft-standard-WSL2. Note the WSL2 part. There are two versions of Ubuntu Linux for WSL, 1 and 2, and each has its pros and cons.
Already opened Ubuntu WSL, and that line is gone? Check the section below on finding the Ubuntu version through the command line. They also work in WSL.
How to Find the Version of Ubuntu in the Command Line
If you regularly use terms like “Linux distro” or “bash,” the command line interface is for you.
- Press Ctrl + Alt + T to open the command line terminal.
- Use any of the following commands to check the Ubuntu version. Each command shows varying amounts of information about the version and the system.
lsb_release -d
For the shortest result, use the command lsb_release -d. The lsb_release command reveals the Linux Standard Base (lsb) information for any Linux distribution.
lsb_release -a
Using the -a gives complete information about Ubuntu, including Distributor ID, Description, Release, and Codename. Oddly, Codename doesn’t reveal the full codename, which is Jammy Jellyfish in the version shown below.
hostnamectl
The hostnamectl utility changes or returns information about the host or hostname. Using it without any options only returns the hostname info. Look for the Operating System line to get the Ubuntu version and the Kernel line for the Linux kernel version.
cat /etc/issue
The concatenate (cat) command is usually used to join files together. When used without any options and just the filepath/filename (etc/issue), it displays the contents of the issue file. Ignore the \n \l. It’s not important in this context.
cat /etc/os-release
Just like the command above, this shows the contents of the os-release file. Note the Version line, which shows the entire codename.
uname -r
To see just the Linux core version, use the command uname -r. The uname utility gives information about the system but not about Ubuntu itself.
How to Find the Version of Ubuntu Using Neofetch
Neofetch is a bash app that displays system information creatively with ASCII art.
- Open the bash terminal and install with the command sudo apt install neofetch. Then enter your password, and it will find the neofetch.
Once the neofetch package has been found, enter Y to begin the installation.
- When the installation is done, enter the command neofetch.
To install a similar utility called Superfetch (not to be confused with Windows Superfetch), follow the same procedure above, substituting superfetch where you used neofetch. Each returns slightly different information, so pick the one with the information you’ll need most often.
How to Find the Version of Ubuntu Using the GUI
Maybe getting into the terminal and working with bash and the command line is more than you want to do.
- Select the Show Applications icon and then select Settings.
- It should open to show the About screen where you can find the OS Name. If not, scroll to the bottom of the Settings window and select About.
Now You Know Your Ubuntu
With ten ways to find the Ubuntu version, many of them providing other system information, you’ll know Ubuntu better. You’ll be able to decide what updates you need, find apps that’ll work on it, and know when it’s time to upgrade to the newest version of Ubuntu.