目次
#contents

*RHEL系 [#y1184af9]
**Rocky Linux 8 [#m91f54c2]
EPELリポジトリが必要。

-epelリポジトリの導入
 # dnf install epel-release
~
 ====================================================================================================================================
  パッケージ                         アーキテクチャー             バージョン                      リポジトリー                 サイズ
 ====================================================================================================================================
 インストール:
  epel-release                       noarch                       8-13.el8                        extras                        23 k

-gpsdの導入
 # dnf install gpsd gpsd-clients
~
 ====================================================================================================================================
  パッケージ                      アーキテクチャー             バージョン                           リポジトリー               サイズ
 ====================================================================================================================================
 インストール:
  gpsd                            x86_64                       3.19-4.el8.1                         epel                       403 k
  gpsd-clients                        x86_64                    3.19-4.el8.1                      epel                         457 k
 依存関係のインストール:
  gpsd-libs                       x86_64                       3.19-4.el8.1                         epel                        70 k
  python3-gpsd                        x86_64                    3.19-4.el8.1                      epel                          84 k
  python3-pyserial                    noarch                    3.1.1-8.el8                       appstream                    168 k

-Python用ライブラリの導入
 # pip3 install gps3
~
 Collecting gps3
   Downloading https://files.pythonhosted.org/packages/20/c1/9548cb5388a85e31557d1f1f66e2ad0b269d8aeb982f34f72f83d9bdbaeb/gps3-0.33.3-py2.py3-none-any.whl
 Installing collected packages: gps3
 Successfully installed gps3-0.33.3


**RHEL 8 [#h7a09830]
EPELリポジトリが必要。

-epelリポジトリの導入
 # dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
~
 ====================================================================================================================================
  パッケージ                         アーキテクチャー             バージョン                      リポジトリー                 サイズ
 ====================================================================================================================================
 インストール:
  epel-release                     noarch                     8-17.el8                        @commandline                      24 k

-gpsdの導入
 # dnf install gpsd gpsd-clients
~
 ====================================================================================================================================
  パッケージ                      アーキテクチャー             バージョン                           リポジトリー               サイズ
 ====================================================================================================================================
 インストール:
  gpsd                          x86_64              3.19-4.el8.1                 epel                                          403 k
  gpsd-clients                  x86_64              3.19-4.el8.1                 epel                                          457 k
 依存関係のインストール:
  gpsd-libs                     x86_64              3.19-4.el8.1                 epel                                           70 k
  python3-gpsd                  x86_64              3.19-4.el8.1                 epel                                           84 k
  python3-pyserial              noarch              3.1.1-8.el8                  rhel-8-for-x86_64-appstream-rpms              169 k

-Python用ライブラリの導入
 # pip3 install gps3
~
 Collecting gps3
   Downloading https://files.pythonhosted.org/packages/20/c1/9548cb5388a85e31557d1f1f66e2ad0b269d8aeb982f34f72f83d9bdbaeb/gps3-0.33.3-py2.py3-none-any.whl
 Installing collected packages: gps3
 Successfully installed gps3-0.33.3


トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS