0
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.

Alma Linux 8にPerl 5.32をインストール(AppStream)

Last updated at Posted at 2022-05-21

はじめに

Application Stream(AppStream)を利用してAlma Linux 8にPerl 5.32をインストール
参考:RHEL8のパッケージ構成 - BaseOSとApplication Stream - 赤帽エンジニアブログ
   第4章 新機能 Red Hat Enterprise Linux 8 | Red Hat Customer Portal

サポート

本手法で導入した場合、Red Hat Enterprise Linux 8 Application Streams Life Cycle - Red Hat Customer Portalより、2025-04がEOLだと思われる。
それ以降に報告された脆弱性や不具合への対応は実施されない可能性がある。

LOG

インストール

RockyやRHELだとperl-YAMLもEnabling module streamsに含まれる
https://qiita.com/witchcraze/items/07521878148fbbeee1b4

# cat /etc/redhat-release
AlmaLinux release 8.6 (Sky Tiger)

# yum module install perl:5.32
... 略
Enabling module streams:
 perl                     5.32
 perl-App-cpanminus
                          1.7044
 perl-IO-Socket-SSL
                          2.066
 perl-libwww-perl         6.34
... 略

各種確認

# which perl
/usr/bin/perl

# perl -V:version
version='5.32.1';
0
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
0
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?