VPSにDebian 8 64Bitをインストールしました。 VPSコマンドuname -a
とOS情報にOSのインストールビットが何であるかを知る必要がある場合lsb_release -a
。
ただし、Debian Linuxディストリビューションではuname -a
コマンドは機能しますが、lsb_release -a
コマンドは機能しません。
答え1
それでも機能しない場合は、lsb_release -a
パッケージをインストールする必要があります。
sudo apt-get install lsb-release
~からhttps://packages.debian.org/jessie/lsb-release
Linux Standard Baseリリースレポートユーティリティ
lsb-releaseコマンドは、使用しているLinuxディストリビューションとLinux Standard Base準拠を識別するのに役立つ簡単なツールです。必須メタパッケージがインストールされていないと、LSBの一貫性は報告されません。
lsb-coreがインストールされている場合、lsb_releaseはより多くの情報を出力しますが、より多くのパッケージもインストールします。したがって、さらに次のことを行います。
sudo apt-get install lsb-core
~からhttps://packages.debian.org/jessie/lsb-core
このパッケージは、Intel x86、Intel ia64(Itanium)、IBM S390、およびPowerPC 32ビットアーキテクチャ、およびLinuxカーネルでのDebianバージョン4.1用のLinux Standard Baseのコア実装を提供します。
lsbコアなしの出力:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 8.3 (jessie)
Release: 8.3
Codename: jessie
lsb-coreパッケージがインストールされた出力:
LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:core-4.1-amd64:core-4.1-noarch:security-4.0-amd64:security-4.0-noarch:security-4.1-amd64:security-4.1-noarch
Distributor ID: Debian
Description: Debian GNU/Linux 8.3 (jessie)
Release: 8.3
Codename: jessie
lsb-core用にインストールされた追加パッケージ(私の場合):
エイリアンカップ-bsdカップ-クライアントカップ-共通debhelper debugedit intltool-debian lib32z1 libc6-i386 libcupsfilters1 libcupsimage2 libmail-sendmail-perl librpm3 librpmbuild3 librpmio3 librp- bconf rpm rpm-common rpm2cpio
これらのパッケージは通常デフォルトでインストールされ、私のような一部の人々はVPSからそのパッケージを削除することを心配しています。
最初はインストールしないが、結局はパッケージ数が増えないように妥協してlsb_release
インストールしなくなりました。lsb-core
答え2
cat /etc/lsb-release
cat /etc/os-release
これが失敗した場合
ls -l /etc/*release*
このファイルの内容を表示します。
答え3
あなたはそれを使用することができますhostnamectl
hostnamectl
出力:
Static hostname: debian
Icon name: computer
Chassis: Laptop
Machine ID: 4c983dae19f6403ca2c555c386cdeb14
Boot ID: 3b399eb976d04569a8514a1dczdv4d81
Operating System: Debian GNU/Linux 8 (jessie)
Kernel: Linux 3.16.0-4-amd64
Architecture: x86-64