2
0

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 1 year has passed since last update.

Qiitaに投稿する際に表示しておきたいソフトウェアバージョン情報

Posted at

はじめに

Qiitaに投稿する際に表示しておきたいソフトウェアバージョン情報を表示する際に使うコマンドをメモしておく

目次

  1. 必要な内容
  2. 表示方法

必要な内容

  1. Ubuntuのディストリビューション

  2. CPUのアーキテクチャ

  3. ソフトウェアバージョン

表示方法

ディストリビューション
lsb_release -a
CPU関連
uname -a
ROS周りの情報が必要なとき
dpkg -l | grep ros($-dashing)
2
0
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
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?