11
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Raspberry Pi でOS(Raspbian)のバージョンを調べる

Last updated at Posted at 2018-03-05

ラズパイはOSのバージョンによって仕様がかなり変わるので、ネットの情報通りに動かないことが多々ある。
Qiitaを書くときは、みんなバージョンを確認して記事に書いておこうね!

pi@raspberrypi:~ $ lsb_release -a
# 以下出力
# No LSB modules are available.
# Distributor ID:	Raspbian
# Description:	Raspbian GNU/Linux 9.1 (stretch)
# Release:	9.1
# Codename:	stretch
11
13
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?