• 【Linux】Alibaba Cloud Linux 3 yum 安装 PHP8.1


    一、系统安装

    请参考 【Linux】Alibaba Cloud Linux 3 中第二硬盘、MySQL8.、MySQL7.、Redis、Nginx、Java 系统安装

    二、安装源

    rpm -ivh --nodeps https://rpms.remirepo.net/enterprise/remi-release-8.rpm
    sed -i 's/PLATFORM_ID="platform:al8"/PLATFORM_ID="platform:el8"/g' /etc/os-release
    ## 安装 PHP8.1 
    sed -i 's/PLATFORM_ID="platform:el8"/PLATFORM_ID="platform:al8"/g' /etc/os-release
    
    • 1
    • 2
    • 3
    • 4

    三、安装 PHP8.1

    
    [root@php ~]# yum search  php81
    Remi's Modular repository for Enterprise Linux 8 - x86_64                                                                               291  B/s | 833  B     00:02    
    Remi's Modular repository for Enterprise Linux 8 - x86_64                                                                               3.0 MB/s | 3.1 kB     00:00    
    Importing GPG key 0x5F11735A:
     Userid     : "Remi's RPM repository "
     Fingerprint: 6B38 FEA7 231F 87F5 2B9C A9D8 5550 9759 5F11 735A
     From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-remi.el8
    Is this ok [y/N]: y
    Remi's Modular repository for Enterprise Linux 8 - x86_64                                                                               254 kB/s | 917 kB     00:03    
    Safe Remi's RPM repository for Enterprise Linux 8 - x86_64                                                                              486  B/s | 833  B     00:01    
    Safe Remi's RPM repository for Enterprise Linux 8 - x86_64                                                                              3.0 MB/s | 3.1 kB     00:00    
    Importing GPG key 0x5F11735A:
     Userid     : "Remi's RPM repository <remi@remirepo.net>"
     Fingerprint: 6B38 FEA7 231F 87F5 2B9C A9D8 5550 9759 5F11 735A
     From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-remi.el8
    Is this ok [y/N]: y
    Safe Remi's RPM repository for Enterprise Linux 8 - x86_64                                                                              485 kB/s | 1.9 MB     00:04    
    Last metadata expiration check: 0:00:01 ago on Fri 17 Nov 2023 06:22:17 PM CST.
    ===================================================================== Name Exactly Matched: php81 ======================================================================
    php81.x86_64 : Package that installs PHP 8.1
    ==================================================================== Name & Summary Matched: php81 =====================================================================
    php81-php-pecl-http-message-devel.x86_64 : php81-php-pecl-http-message developer files (headers)
    php81-php-pecl-openswoole22-devel.x86_64 : php81-php-pecl-openswoole22 developer files (header)
    php81-php-pecl-pcsc-devel.x86_64 : php81-php-pecl-pcsc developer files (header)
    php81-php-pecl-psr-devel.x86_64 : php81-php-pecl-psr developer files (header)
    php81-php-pecl-raphf-devel.x86_64 : php81-php-pecl-raphf developer files (header)
    php81-php-pecl-swoole5-devel.x86_64 : php81-php-pecl-swoole5 developer files (header)
    php81-php-pecl-xmldiff-devel.x86_64 : php81-php-pecl-xmldiff developer files (header)
    php81-php-pecl-yaconf-devel.x86_64 : php81-php-pecl-yaconf developer files (header)
    php81-php-zephir-parser-devel.x86_64 : php81-php-zephir-parser developer files (headers)
    php81-php-zstd-devel.x86_64 : php81-php-zstd developer files (header)
    php81-runtime.x86_64 : Package that handles php81 Software Collection.
    php81-scldevel.x86_64 : Package shipping development files for php81
    php81-syspaths.x86_64 : System-wide wrappers for the php81 package
    ========================================================================= Name Matched: php81 ==========================================================================
    php81-build.x86_64 : Package shipping basic build configuration
    php81-libzip.x86_64 : C library for reading, creating, and modifying zip archives
    php81-php.x86_64 : PHP scripting language for creating dynamic web sites
    php81-php-ast.x86_64 : Abstract Syntax Tree
    php81-php-bcmath.x86_64 : A module for PHP applications for using the bcmath library
    php81-php-brotli.x86_64 : Brotli Extension for PHP
    php81-php-cli.x86_64 : Command-line interface for PHP
    php81-php-common.x86_64 : Common files for PHP
    php81-php-dba.x86_64 : A database abstraction layer module for PHP applications
    php81-php-dbg.x86_64 : The interactive PHP debugger
    php81-php-devel.x86_64 : Files needed for building PHP extensions
    php81-php-embedded.x86_64 : PHP library for embedding in applications
    php81-php-enchant.x86_64 : Enchant spelling extension for PHP applications
    php81-php-ffi.x86_64 : Foreign Function Interface
    php81-php-fpm.x86_64 : PHP FastCGI Process Manager
    php81-php-gd.x86_64 : A module for PHP applications for using the gd graphics library
    php81-php-geos.x86_64 : PHP module for GEOS
    php81-php-gmp.x86_64 : A module for PHP applications for using the GNU MP library
    php81-php-horde-horde-lz4.x86_64 : Horde LZ4 Compression Extension
    php81-php-imap.x86_64 : A module for PHP applications that use IMAP
    php81-php-intl.x86_64 : Internationalization extension for PHP applications
    php81-php-ioncube-loader.x86_64 : Loader for ionCube Encoded Files with ionCube 24 support
    php81-php-ldap.x86_64 : A module for PHP applications that use LDAP
    php81-php-libvirt.x86_64 : PHP language binding for Libvirt
    php81-php-libvirt-doc.noarch : Document of php-libvirt
    php81-php-litespeed.x86_64 : LiteSpeed Web Server PHP support
    php81-php-lz4.x86_64 : LZ4 Extension for PHP
    php81-php-maxminddb.x86_64 : MaxMind DB Reader extension
    php81-php-mbstring.x86_64 : A module for PHP applications which need multi-byte string handling
    php81-php-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
    php81-php-oci8.x86_64 : A module for PHP applications that use OCI8 databases
    php81-php-odbc.x86_64 : A module for PHP applications that use ODBC databases
    php81-php-opcache.x86_64 : The Zend OPcache
    php81-php-pdlib.x86_64 : A PHP extension for Dlib
    php81-php-pdo.x86_64 : A database access abstraction module for PHP applications
    php81-php-pdo-dblib.x86_64 : PDO driver for Microsoft SQL Server and Sybase databases
    php81-php-pdo-firebird.x86_64 : PDO driver for Interbase/Firebird databases
    php81-php-pear.noarch : PHP Extension and Application Repository framework
    php81-php-pecl-ahocorasick.x86_64 : Effective Aho-Corasick string pattern matching algorithm
    php81-php-pecl-amqp.x86_64 : Communicate with any AMQP compliant server
    php81-php-pecl-apcu.x86_64 : APC User Cache
    php81-php-pecl-apcu-devel.x86_64 : APCu developer files (header)
    php81-php-pecl-apfd.x86_64 : Always Populate Form Data
    php81-php-pecl-awscrt.x86_64 : AWS Common Runtime PHP bindings
    php81-php-pecl-base58.x86_64 : Encode and decode data with base58
    php81-php-pecl-bitset.x86_64 : BITSET library
    php81-php-pecl-bsdiff.x86_64 : The bsdiff extension for PHP
    php81-php-pecl-cassandra.x86_64 : DataStax PHP Driver for Apache Cassandra
    php81-php-pecl-couchbase3.x86_64 : Couchbase Server PHP extension
    php81-php-pecl-couchbase4.x86_64 : Couchbase Server PHP extension
    php81-php-pecl-crypto.x86_64 : Wrapper for OpenSSL Crypto Library
    php81-php-pecl-csv.x86_64 : CSV PHP extension
    php81-php-pecl-datadog-trace.x86_64 : APM and distributed tracing for PHP
    php81-php-pecl-dbase.x86_64 : dBase database file access functions
    php81-php-pecl-decimal.x86_64 : Arbitrary-precision floating-point decimal
    php81-php-pecl-dio.x86_64 : Direct I/O functions
    php81-php-pecl-ds.x86_64 : Data Structures for PHP
    php81-php-pecl-eio.x86_64 : Provides interface to the libeio library
    php81-php-pecl-env.x86_64 : Load environment variables
    php81-php-pecl-ev.x86_64 : Provides interface to libev library
    php81-php-pecl-event.x86_64 : Provides interface to libevent library
    php81-php-pecl-excimer.x86_64 : Interrupting timer and low-overhead sampling profiler
    php81-php-pecl-fann.x86_64 : Wrapper for FANN Library
    php81-php-pecl-gearman.x86_64 : PHP wrapper to libgearman
    php81-php-pecl-geoip.x86_64 : Extension to map IP addresses to geographic places
    php81-php-pecl-geospatial.x86_64 : PHP Extension to handle common geospatial functions
    php81-php-pecl-gmagick.x86_64 : Provides a wrapper to the GraphicsMagick library
    php81-php-pecl-gnupg.x86_64 : Wrapper around the gpgme library
    php81-php-pecl-grpc.x86_64 : General RPC framework
    php81-php-pecl-handlebars.x86_64 : Handlebars templating language
    php81-php-pecl-hdr-histogram.x86_64 : PHP extension wrapper for the C hdrhistogram API
    php81-php-pecl-http.x86_64 : Extended HTTP support
    php81-php-pecl-http-devel.x86_64 : Extended HTTP support developer files (header)
    php81-php-pecl-http-message.x86_64 : PSR-7 HTTP Message implementation
    php81-php-pecl-ice.x86_64 : Simple and fast PHP framework
    php81-php-pecl-igbinary.x86_64 : Replacement for the standard PHP serializer
    php81-php-pecl-igbinary-devel.x86_64 : Igbinary developer files (header)
    php81-php-pecl-imagick.x86_64 : Extension to create and modify images using ImageMagick
    php81-php-pecl-imagick-devel.x86_64 : imagick extension developer files (header)
    php81-php-pecl-imagick-im6.x86_64 : Extension to create and modify images using ImageMagick 6
    php81-php-pecl-imagick-im6-devel.x86_64 : imagick extension developer files (header)
    php81-php-pecl-imagick-im7.x86_64 : Extension to create and modify images using ImageMagick 7
    php81-php-pecl-imagick-im7-devel.x86_64 : imagick extension developer files (header)
    php81-php-pecl-immutable-cache.x86_64 : An shared memory cache of immutable values
    php81-php-pecl-inotify.x86_64 : Inotify
    php81-php-pecl-ion.x86_64 : Amazon ION support
    php81-php-pecl-ip2location.x86_64 : Get geo location information of an IP address
    php81-php-pecl-ip2proxy.x86_64 : Get proxy information of an IP address
    php81-php-pecl-json-post.x86_64 : JSON POST handler
    php81-php-pecl-jsonpath.x86_64 : Extract data using JSONPath notation
    php81-php-pecl-krb5.x86_64 : Kerberos authentification extension
    php81-php-pecl-krb5-devel.x86_64 : Kerberos extension developer files (header)
    php81-php-pecl-leveldb.x86_64 : LevelDB PHP bindings
    php81-php-pecl-luasandbox.x86_64 : Lua interpreter with limits and safe environment
    php81-php-pecl-lzf.x86_64 : Extension to handle LZF de/compression
    php81-php-pecl-mailparse.x86_64 : PHP PECL package for parsing and working with email messages
    php81-php-pecl-mcrypt.x86_64 : Bindings for the libmcrypt library
    php81-php-pecl-memcache.x86_64 : Extension to work with the Memcached caching daemon
    php81-php-pecl-memcached.x86_64 : Extension to work with the Memcached caching daemon
    php81-php-pecl-memprof.x86_64 : Memory usage profiler
    php81-php-pecl-mongodb.x86_64 : MongoDB driver for PHP
    php81-php-pecl-msgpack.x86_64 : API for communicating with MessagePack serialization
    php81-php-pecl-msgpack-devel.x86_64 : MessagePack developer files (header)
    php81-php-pecl-mustache.x86_64 : Mustache templating language
    php81-php-pecl-mysql.x86_64 : MySQL database access functions
    php81-php-pecl-mysql-xdevapi.x86_64 : MySQL database access functions
    php81-php-pecl-mysqlnd-krb.x86_64 : Kerberos authentication plugin for mysqlnd
    php81-php-pecl-nsq.x86_64 : PHP extension for NSQ client
    php81-php-pecl-oauth.x86_64 : PHP OAuth consumer extension
    php81-php-pecl-opencensus.x86_64 : A stats collection and distributed tracing framework
    php81-php-pecl-openswoole.x86_64 : PHP's asynchronous concurrent distributed networking framework
    php81-php-pecl-openswoole22.x86_64 : High Performance Programmatic Server for PHP with Async IO, Coroutines and Fibers
    php81-php-pecl-opentelemetry.x86_64 : OpenTelemetry auto-instrumentation support extension
    php81-php-pecl-pam.x86_64 : PAM integration
    php81-php-pecl-parle.x86_64 : Parsing and lexing
    php81-php-pecl-pcov.x86_64 : Code coverage driver
    php81-php-pecl-pcsc.x86_64 : An extension for PHP using the winscard PC/SC API
    php81-php-pecl-pkcs11.x86_64 : PHP Bindings for PKCS11 modules
    php81-php-pecl-pq.x86_64 : PostgreSQL client library (libpq) binding
    php81-php-pecl-protobuf.x86_64 : Mechanism for serializing structured data
    php81-php-pecl-ps.x86_64 : An extension to create PostScript files
    php81-php-pecl-psr.x86_64 : PSR interfaces
    php81-php-pecl-quickhash.x86_64 : Set of specific strongly-typed classes for sets and hashing
    php81-php-pecl-raphf.x86_64 : Resource and persistent handles factory
    php81-php-pecl-rar.x86_64 : PHP extension for reading RAR archives
    php81-php-pecl-rdkafka5.x86_64 : Kafka client based on librdkafka
    php81-php-pecl-rdkafka6.x86_64 : Kafka client based on librdkafka
    php81-php-pecl-recode.x86_64 : A module for PHP applications for using the recode library
    php81-php-pecl-redis5.x86_64 : Extension for communicating with the Redis key-value store
    php81-php-pecl-redis6.x86_64 : Extension for communicating with the Redis key-value store
    php81-php-pecl-rnp.x86_64 : wrapper around the RNP library
    php81-php-pecl-rpminfo.x86_64 : RPM information
    php81-php-pecl-rrd.x86_64 : PHP Bindings for rrdtool
    php81-php-pecl-runkit7.x86_64 : For all those things you... shouldn't have been doing anyway... but surely do!
    php81-php-pecl-scoutapm.x86_64 : Native Extension Component for ScoutAPM's PHP Agent
    php81-php-pecl-scrypt.x86_64 : Scrypt hashing function
    php81-php-pecl-sdl.x86_64 : Simple DirectMedia Layer for PHP
    php81-php-pecl-sdl-image.x86_64 : SDL_image bindings for PHP
    php81-php-pecl-sdl-mixer.x86_64 : Binding of SDL_mixer for PHP
    php81-php-pecl-sdl-ttf.x86_64 : SDL_ttf bindings for PHP
    php81-php-pecl-seasclick.x86_64 : An Yandex ClickHouse client driven extension for PHP
    php81-php-pecl-seaslog.x86_64 : An effective, fast, stable log extension for PHP
    php81-php-pecl-seassnowflake.x86_64 : PHP Extension for Distributed unique ID generator
    php81-php-pecl-selinux.x86_64 : SELinux binding for PHP scripting language
    php81-php-pecl-simdjson.x86_64 : Provides faster json decoding through simdjson bindings for PHP
    php81-php-pecl-simple-kafka-client.x86_64 : Kafka client based on librdkafka
    php81-php-pecl-skywalking.x86_64 : The PHP instrument agent for Apache SkyWalking
    php81-php-pecl-skywalking-agent.x86_64 : Apache SkyWalking PHP Agent
    php81-php-pecl-solr2.x86_64 : API orientée objet pour Apache Solr
    php81-php-pecl-ssdeep.x86_64 : Wrapper for libfuzzy library
    php81-php-pecl-ssh2.x86_64 : Bindings for the libssh2 library
    php81-php-pecl-stats.x86_64 : Routines for statistical computation
    php81-php-pecl-stomp.x86_64 : Stomp client extension
    php81-php-pecl-swoole4.x86_64 : PHP's asynchronous concurrent distributed networking framework
    php81-php-pecl-swoole5.x86_64 : PHP's asynchronous concurrent distributed networking framework
    php81-php-pecl-sync.x86_64 : Named and unnamed synchronization objects
    php81-php-pecl-teds.x86_64 : Tentative Extra Data Structures
    php81-php-pecl-tensor.x86_64 : Objects for scientific computing in PHP
    php81-php-pecl-trader.x86_64 : Technical Analysis for traders
    php81-php-pecl-translit.x86_64 : Transliterates non-latin character sets to latin
    php81-php-pecl-trie.x86_64 : PHP Trie extension
    php81-php-pecl-uopz.x86_64 : User Operations for Zend
    php81-php-pecl-uploadprogress.x86_64 : An extension to track progress of a file upload
    php81-php-pecl-uuid.x86_64 : Universally Unique Identifier extension for PHP
    php81-php-pecl-uv.x86_64 : Libuv wrapper
    php81-php-pecl-var-representation.x86_64 : A compact, more readable alternative to var_export
    php81-php-pecl-varnish.x86_64 : Varnish Cache bindings
    php81-php-pecl-vips.x86_64 : PHP extension for interfacing with libvips
    php81-php-pecl-vld.x86_64 : Dump the internal representation of PHP scripts
    php81-php-pecl-wddx.x86_64 : Web Distributed Data Exchange
    php81-php-pecl-xattr.x86_64 : Extended attributes
    php81-php-pecl-xdebug3.x86_64 : Provides functions for function traces and profiling
    php81-php-pecl-xdiff.x86_64 : File differences/patches
    php81-php-pecl-xhprof.x86_64 : PHP extension for XHProf, a Hierarchical Profiler
    php81-php-pecl-xlswriter.x86_64 : An efficient and fast xlsx file extension
    php81-php-pecl-xmldiff.x86_64 : XML diff and merge
    php81-php-pecl-xmlrpc.x86_64 : Functions to write XML-RPC servers and clients
    php81-php-pecl-xxtea.x86_64 : XXTEA encryption algorithm extension for PHP
    php81-php-pecl-yac.x86_64 : Lockless user data cache
    php81-php-pecl-yaconf.x86_64 : Yet Another Configurations Container
    php81-php-pecl-yaf.x86_64 : Yet Another Framework
    php81-php-pecl-yaml.x86_64 : PHP Bindings for yaml
    php81-php-pecl-yar.x86_64 : Light, concurrent RPC framework
    php81-php-pecl-yaz.x86_64 : Z39.50/SRU client
    php81-php-pecl-zip.x86_64 : A ZIP archive management extension
    php81-php-pecl-zmq.x86_64 : ZeroMQ messaging
    php81-php-pgsql.x86_64 : A PostgreSQL database module for PHP
    php81-php-phalcon5.x86_64 : Phalcon Framework
    php81-php-phpiredis.x86_64 : Client extension for Redis
    php81-php-process.x86_64 : Modules for PHP script using system process interfaces
    php81-php-pspell.x86_64 : A module for PHP applications for using pspell interfaces
    php81-php-realpath-turbo.x86_64 : Use realpath cache despite open_basedir restriction
    php81-php-smbclient.x86_64 : PHP wrapper for libsmbclient
    php81-php-snappy.x86_64 : Snappy Extension for PHP
    php81-php-snmp.x86_64 : A module for PHP applications that query SNMP-managed devices
    php81-php-snuffleupagus.x86_64 : Security module for PHP
    php81-php-soap.x86_64 : A module for PHP applications that use the SOAP protocol
    php81-php-sodium.x86_64 : Wrapper for the Sodium cryptographic library
    php81-php-sqlsrv.x86_64 : Microsoft Drivers for PHP for SQL Server
    php81-php-tidy.x86_64 : Standard PHP module provides tidy library support
    php81-php-xml.x86_64 : A module for PHP applications which use XML
    php81-php-xz.x86_64 : XZ (LZMA2) compression/decompression
    php81-php-zephir-parser.x86_64 : Zephir code parser
    php81-php-zstd.x86_64 : Zstandard extension
    php81-unit-php.x86_64 : PHP module for NGINX Unit
    php81-uwsgi-plugin-php.x86_64 : uWSGI - Plugin for PHP support
    php81-xhprof.noarch : A Hierarchical Profiler for PHP - Web interface
    [root@php ~]# yum install -y php81-php-fpm php81-php-cli php81-php-bcmath php81-php-gd php81-php-json php81-php-mbstring php81-php-mcrypt php81-php-mysqlnd php81-php-opcache php81-php-pdo php81-php-pecl-crypto php81-php-pecl-mcrypt php81-php-pecl-geoip php81-php-recode php81-php-snmp php81-php-soap php81-php-xmll php81-php-pecl-redis php81-php-pecl-apcu php81-php-pecl-apcu-devel
    Last metadata expiration check: 0:01:24 ago on Fri 17 Nov 2023 06:22:17 PM CST.
    No match for argument: php81-php-xmll
    Error: Unable to find a match: php81-php-xmll
    [root@php ~]# yum install -y php81-php-fpm php81-php-cli php81-php-bcmath php81-php-gd php81-php-json php81-php-mbstring php81-php-mcrypt php81-php-mysqlnd php81-php-opcache php81-php-pdo php81-php-pecl-crypto php81-php-pecl-mcrypt php81-php-pecl-geoip php81-php-recode php81-php-snmp php81-php-soap php81-php-xml php81-php-pecl-redis php81-php-pecl-apcu php81-php-pecl-apcu-devel
    Last metadata expiration check: 0:01:50 ago on Fri 17 Nov 2023 06:22:17 PM CST.
    Dependencies resolved.
    ========================================================================================================================================================================
     Package                                        Architecture               Version                                            Repository                           Size
    ========================================================================================================================================================================
    Installing:
     php81-php-bcmath                               x86_64                     8.1.25-1.el8.remi                                  remi-safe                            96 k
     php81-php-cli                                  x86_64                     8.1.25-1.el8.remi                                  remi-safe                           3.6 M
     php81-php-common                               x86_64                     8.1.25-1.el8.remi                                  remi-safe                           745 k
     php81-php-fpm                                  x86_64                     8.1.25-1.el8.remi                                  remi-safe                           1.9 M
     php81-php-gd                                   x86_64                     8.1.25-1.el8.remi                                  remi-safe                           102 k
     php81-php-mbstring                             x86_64                     8.1.25-1.el8.remi                                  remi-safe                           499 k
     php81-php-mysqlnd                              x86_64                     8.1.25-1.el8.remi                                  remi-safe                           202 k
     php81-php-opcache                              x86_64                     8.1.25-1.el8.remi                                  remi-safe                           431 k
     php81-php-pdo                                  x86_64                     8.1.25-1.el8.remi                                  remi-safe                           146 k
     php81-php-pecl-apcu                            x86_64                     5.1.23-1.el8.remi                                  remi-safe                            75 k
     php81-php-pecl-apcu-devel                      x86_64                     5.1.23-1.el8.remi                                  remi-safe                            51 k
     php81-php-pecl-crypto                          x86_64                     0.3.2-1.el8.remi                                   remi-safe                            65 k
     php81-php-pecl-geoip                           x86_64                     1.1.1-16.el8.remi                                  remi-safe                            25 k
     php81-php-pecl-mcrypt                          x86_64                     1.0.6-1.el8.remi                                   remi-safe                            28 k
     php81-php-pecl-recode                          x86_64                     1.0.0~DEV.20190723-6.el8.remi                      remi-safe                            15 k
     php81-php-pecl-redis5                          x86_64                     5.3.7-1.el8.remi                                   remi-safe                           233 k
     php81-php-snmp                                 x86_64                     8.1.25-1.el8.remi                                  remi-safe                            93 k
     php81-php-soap                                 x86_64                     8.1.25-1.el8.remi                                  remi-safe                           198 k
     php81-php-xml                                  x86_64                     8.1.25-1.el8.remi                                  remi-safe                           201 k
    Installing dependencies:
     GeoIP                                          x86_64                     1.6.12-7.el8                                       epel                                124 k
     GeoIP-GeoLite-data                             noarch                     2018.06-5.el8                                      epel                                552 k
     cmake-filesystem                               x86_64                     3.20.2-5.al8                                       alinux3-updates                      45 k
     dejavu-fonts-common                            noarch                     2.35-7.1.al8                                       alinux3-updates                      74 k
     dejavu-sans-fonts                              noarch                     2.35-7.1.al8                                       alinux3-updates                     1.5 M
     environment-modules                            x86_64                     4.5.2-3.0.1.al8                                    alinux3-updates                     172 k
     fontconfig                                     x86_64                     2.13.1-4.al8                                       alinux3-updates                     276 k
     fontpackages-filesystem                        noarch                     1.44-22.1.al8                                      alinux3-os                           16 k
     fribidi                                        x86_64                     1.0.4-9.0.1.al8                                    alinux3-updates                      51 k
     gcc-c++                                        x86_64                     10.2.1-3.5.al8                                     alinux3-updates                      11 M
     gd3php                                         x86_64                     2.3.3-8.el8.remi                                   remi-safe                           148 k
     httpd-filesystem                               noarch                     2.4.37-56.0.1.al8.6                                alinux3-updates                      43 k
     jbigkit-libs                                   x86_64                     2.1-14.2.al8                                       alinux3-os                           55 k
     keyutils-libs-devel                            x86_64                     1.5.10-9.al8                                       alinux3-updates                      48 k
     krb5-devel                                     x86_64                     1.18.2-22.0.1.al8                                  alinux3-updates                     560 k
     libX11                                         x86_64                     1.7.0-7.al8                                        alinux3-updates                     616 k
     libX11-common                                  noarch                     1.7.0-7.al8                                        alinux3-updates                     160 k
     libXau                                         x86_64                     1.0.9-8.al8                                        alinux3-updates                      38 k
     libXpm                                         x86_64                     3.5.13-8.al8                                       alinux3-updates                      60 k
     libaom                                         x86_64                     3.6.1-1.el8                                        epel                                1.9 M
     libavif                                        x86_64                     0.10.1-3.el8                                       epel                                 76 k
     libcom_err-devel                               x86_64                     1.46.0-1.0.1.al8                                   alinux3-updates                      39 k
     libdav1d                                       x86_64                     0.5.2-2.el8                                        epel                                346 k
     libimagequant                                  x86_64                     2.12.5-1.el8                                       epel                                 63 k
     libjpeg-turbo                                  x86_64                     2.0.90-6.0.1.al8                                   alinux3-updates                     148 k
     libkadm5                                       x86_64                     1.18.2-22.0.1.al8                                  alinux3-updates                     188 k
     liblzf                                         x86_64                     3.6-16.el8                                         epel                                 28 k
     libmcrypt                                      x86_64                     2.5.8-26.el8                                       epel                                109 k
     libraqm                                        x86_64                     0.7.0-4.el8                                        epel                                 19 k
     libselinux-devel                               x86_64                     2.9-6.3.al8                                        alinux3-updates                     200 k
     libsepol-devel                                 x86_64                     2.9-3.0.1.al8                                      alinux3-updates                      87 k
     libstdc++-devel                                x86_64                     10.2.1-3.5.al8                                     alinux3-updates                     2.2 M
     libtiff                                        x86_64                     4.4.0-8.0.1.al8                                    alinux3-updates                     209 k
     libtool                                        x86_64                     2.4.6-25.3.al8                                     alinux3-updates                     337 k
     libverto-devel                                 x86_64                     0.3.2-2.al8                                        alinux3-updates                      18 k
     libwebp                                        x86_64                     1.2.0-7.0.1.al8                                    alinux3-updates                     276 k
     libxcb                                         x86_64                     1.13.1-1.3.al8                                     alinux3-os                          230 k
     libxml2-devel                                  x86_64                     2.9.7-16.0.1.al8                                   alinux3-updates                     1.0 M
     libxslt                                        x86_64                     1.1.32-6.1.al8                                     alinux3-updates                     250 k
     mariadb-connector-c                            x86_64                     3.2.6-1.al8                                        alinux3-updates                     204 k
     mariadb-connector-c-config                     noarch                     3.2.6-1.al8                                        alinux3-updates                      18 k
     net-snmp                                       x86_64                     1:5.8-27.0.1.al8.1                                 alinux3-updates                     342 k
     net-snmp-agent-libs                            x86_64                     1:5.8-27.0.1.al8.1                                 alinux3-updates                     749 k
     net-snmp-libs                                  x86_64                     1:5.8-27.0.1.al8.1                                 alinux3-updates                     827 k
     oniguruma5php                                  x86_64                     6.9.9-1.el8.remi                                   remi-safe                           213 k
     openssl-devel                                  x86_64                     1:1.1.1k-9.0.1.al8                                 alinux3-updates                     2.3 M
     pcre2-devel                                    x86_64                     10.32-3.0.1.al8                                    alinux3-updates                     605 k
     pcre2-utf16                                    x86_64                     10.32-3.0.1.al8                                    alinux3-updates                     235 k
     pcre2-utf32                                    x86_64                     10.32-3.0.1.al8                                    alinux3-updates                     225 k
     php81-php-devel                                x86_64                     8.1.25-1.el8.remi                                  remi-safe                           817 k
     php81-php-pecl-igbinary                        x86_64                     3.2.14-1.el8.remi                                  remi-safe                            61 k
     php81-php-pecl-msgpack                         x86_64                     2.2.0-1.el8.remi                                   remi-safe                            50 k
     php81-runtime                                  x86_64                     8.1-4.el8.remi                                     remi-safe                           1.1 M
     recode                                         x86_64                     3.6-47.2.al8                                       alinux3-os                          737 k
     scl-utils                                      x86_64                     1:2.0.3-4.al8                                      alinux3-updates                      48 k
     svt-av1-libs                                   x86_64                     0.8.7-1.el8                                        epel                                4.7 M
     tcl                                            x86_64                     1:8.6.8-2.2.al8                                    alinux3-os                          1.1 M
     xz-devel                                       x86_64                     5.2.4-4.al8                                        alinux3-updates                      63 k
     zlib-devel                                     x86_64                     1.2.11-20.9.al8.alnx                               alinux3-updates                      59 k
    
    Transaction Summary
    ========================================================================================================================================================================
    Install  78 Packages
    
    Total download size: 47 M
    Installed size: 144 M
    Downloading Packages:
    (1/78): jbigkit-libs-2.1-14.2.al8.x86_64.rpm                                                                                            740 kB/s |  55 kB     00:00    
    (2/78): fontpackages-filesystem-1.44-22.1.al8.noarch.rpm                                                                                151 kB/s |  16 kB     00:00    
    (3/78): libxcb-1.13.1-1.3.al8.x86_64.rpm                                                                                                1.4 MB/s | 230 kB     00:00    
    (4/78): cmake-filesystem-3.20.2-5.al8.x86_64.rpm                                                                                        2.4 MB/s |  45 kB     00:00    
    (5/78): tcl-8.6.8-2.2.al8.x86_64.rpm                                                                                                    7.4 MB/s | 1.1 MB     00:00    
    (6/78): dejavu-fonts-common-2.35-7.1.al8.noarch.rpm                                                                                     919 kB/s |  74 kB     00:00    
    (7/78): dejavu-sans-fonts-2.35-7.1.al8.noarch.rpm                                                                                        39 MB/s | 1.5 MB     00:00    
    (8/78): fontconfig-2.13.1-4.al8.x86_64.rpm                                                                                              3.2 MB/s | 276 kB     00:00    
    (9/78): environment-modules-4.5.2-3.0.1.al8.x86_64.rpm                                                                                  1.4 MB/s | 172 kB     00:00    
    (10/78): fribidi-1.0.4-9.0.1.al8.x86_64.rpm                                                                                             586 kB/s |  51 kB     00:00    
    (11/78): recode-3.6-47.2.al8.x86_64.rpm                                                                                                 1.6 MB/s | 737 kB     00:00    
    (12/78): keyutils-libs-devel-1.5.10-9.al8.x86_64.rpm                                                                                    2.3 MB/s |  48 kB     00:00    
    (13/78): httpd-filesystem-2.4.37-56.0.1.al8.6.noarch.rpm                                                                                554 kB/s |  43 kB     00:00    
    (14/78): krb5-devel-1.18.2-22.0.1.al8.x86_64.rpm                                                                                        7.0 MB/s | 560 kB     00:00    
    (15/78): libX11-1.7.0-7.al8.x86_64.rpm                                                                                                  6.8 MB/s | 616 kB     00:00    
    (16/78): libX11-common-1.7.0-7.al8.noarch.rpm                                                                                           7.1 MB/s | 160 kB     00:00    
    (17/78): gcc-c++-10.2.1-3.5.al8.x86_64.rpm                                                                                               30 MB/s |  11 MB     00:00    
    (18/78): libXau-1.0.9-8.al8.x86_64.rpm                                                                                                  276 kB/s |  38 kB     00:00    
    (19/78): libXpm-3.5.13-8.al8.x86_64.rpm                                                                                                 458 kB/s |  60 kB     00:00    
    (20/78): libjpeg-turbo-2.0.90-6.0.1.al8.x86_64.rpm                                                                                      2.1 MB/s | 148 kB     00:00    
    (21/78): libcom_err-devel-1.46.0-1.0.1.al8.x86_64.rpm                                                                                   392 kB/s |  39 kB     00:00    
    (22/78): libkadm5-1.18.2-22.0.1.al8.x86_64.rpm                                                                                          1.8 MB/s | 188 kB     00:00    
    (23/78): libsepol-devel-2.9-3.0.1.al8.x86_64.rpm                                                                                        4.6 MB/s |  87 kB     00:00    
    (24/78): libselinux-devel-2.9-6.3.al8.x86_64.rpm                                                                                        2.0 MB/s | 200 kB     00:00    
    (25/78): libtiff-4.4.0-8.0.1.al8.x86_64.rpm                                                                                             2.2 MB/s | 209 kB     00:00    
    (26/78): libtool-2.4.6-25.3.al8.x86_64.rpm                                                                                              4.3 MB/s | 337 kB     00:00    
    (27/78): libwebp-1.2.0-7.0.1.al8.x86_64.rpm                                                                                              17 MB/s | 276 kB     00:00    
    (28/78): libverto-devel-0.3.2-2.al8.x86_64.rpm                                                                                          204 kB/s |  18 kB     00:00    
    (29/78): libxml2-devel-2.9.7-16.0.1.al8.x86_64.rpm                                                                                       11 MB/s | 1.0 MB     00:00    
    (30/78): libxslt-1.1.32-6.1.al8.x86_64.rpm                                                                                              2.6 MB/s | 250 kB     00:00    
    (31/78): mariadb-connector-c-config-3.2.6-1.al8.noarch.rpm                                                                              982 kB/s |  18 kB     00:00    
    (32/78): mariadb-connector-c-3.2.6-1.al8.x86_64.rpm                                                                                     2.4 MB/s | 204 kB     00:00    
    (33/78): libstdc++-devel-10.2.1-3.5.al8.x86_64.rpm                                                                                      5.8 MB/s | 2.2 MB     00:00    
    (34/78): net-snmp-5.8-27.0.1.al8.1.x86_64.rpm                                                                                           1.1 MB/s | 342 kB     00:00    
    (35/78): net-snmp-agent-libs-5.8-27.0.1.al8.1.x86_64.rpm                                                                                2.6 MB/s | 749 kB     00:00    
    (36/78): openssl-devel-1.1.1k-9.0.1.al8.x86_64.rpm                                                                                       39 MB/s | 2.3 MB     00:00    
    (37/78): pcre2-utf16-10.32-3.0.1.al8.x86_64.rpm                                                                                          11 MB/s | 235 kB     00:00    
    (38/78): pcre2-devel-10.32-3.0.1.al8.x86_64.rpm                                                                                         7.6 MB/s | 605 kB     00:00    
    (39/78): net-snmp-libs-5.8-27.0.1.al8.1.x86_64.rpm                                                                                      2.1 MB/s | 827 kB     00:00    
    (40/78): scl-utils-2.0.3-4.al8.x86_64.rpm                                                                                               695 kB/s |  48 kB     00:00    
    (41/78): pcre2-utf32-10.32-3.0.1.al8.x86_64.rpm                                                                                         2.4 MB/s | 225 kB     00:00    
    (42/78): xz-devel-5.2.4-4.al8.x86_64.rpm                                                                                                3.0 MB/s |  63 kB     00:00    
    (43/78): zlib-devel-1.2.11-20.9.al8.alnx.x86_64.rpm                                                                                     748 kB/s |  59 kB     00:00    
    (44/78): GeoIP-1.6.12-7.el8.x86_64.rpm                                                                                                  1.1 MB/s | 124 kB     00:00    
    (45/78): GeoIP-GeoLite-data-2018.06-5.el8.noarch.rpm                                                                                    3.5 MB/s | 552 kB     00:00    
    (46/78): libaom-3.6.1-1.el8.x86_64.rpm                                                                                                   13 MB/s | 1.9 MB     00:00    
    (47/78): libavif-0.10.1-3.el8.x86_64.rpm                                                                                                395 kB/s |  76 kB     00:00    
    (48/78): libdav1d-0.5.2-2.el8.x86_64.rpm                                                                                                2.3 MB/s | 346 kB     00:00    
    (49/78): libmcrypt-2.5.8-26.el8.x86_64.rpm                                                                                              1.3 MB/s | 109 kB     00:00    
    (50/78): libimagequant-2.12.5-1.el8.x86_64.rpm                                                                                          371 kB/s |  63 kB     00:00    
    (51/78): liblzf-3.6-16.el8.x86_64.rpm                                                                                                   166 kB/s |  28 kB     00:00    
    (52/78): libraqm-0.7.0-4.el8.x86_64.rpm                                                                                                 232 kB/s |  19 kB     00:00    
    (53/78): svt-av1-libs-0.8.7-1.el8.x86_64.rpm                                                                                             10 MB/s | 4.7 MB     00:00    
    (54/78): gd3php-2.3.3-8.el8.remi.x86_64.rpm                                                                                              87 kB/s | 148 kB     00:01    
    (55/78): oniguruma5php-6.9.9-1.el8.remi.x86_64.rpm                                                                                      107 kB/s | 213 kB     00:02    
    (56/78): php81-php-bcmath-8.1.25-1.el8.remi.x86_64.rpm                                                                                   59 kB/s |  96 kB     00:01    
    (57/78): php81-php-common-8.1.25-1.el8.remi.x86_64.rpm                                                                                  780 kB/s | 745 kB     00:00    
    (58/78): php81-php-devel-8.1.25-1.el8.remi.x86_64.rpm                                                                                   628 kB/s | 817 kB     00:01    
    (59/78): php81-php-fpm-8.1.25-1.el8.remi.x86_64.rpm                                                                                     2.8 MB/s | 1.9 MB     00:00    
    (60/78): php81-php-gd-8.1.25-1.el8.remi.x86_64.rpm                                                                                      313 kB/s | 102 kB     00:00    
    (61/78): php81-php-cli-8.1.25-1.el8.remi.x86_64.rpm                                                                                     1.8 MB/s | 3.6 MB     00:01    
    (62/78): php81-php-mbstring-8.1.25-1.el8.remi.x86_64.rpm                                                                                1.5 MB/s | 499 kB     00:00    
    (63/78): php81-php-mysqlnd-8.1.25-1.el8.remi.x86_64.rpm                                                                                 622 kB/s | 202 kB     00:00    
    (64/78): php81-php-opcache-8.1.25-1.el8.remi.x86_64.rpm                                                                                 1.3 MB/s | 431 kB     00:00    
    (65/78): php81-php-pdo-8.1.25-1.el8.remi.x86_64.rpm                                                                                     457 kB/s | 146 kB     00:00    
    (66/78): php81-php-pecl-apcu-5.1.23-1.el8.remi.x86_64.rpm                                                                               234 kB/s |  75 kB     00:00    
    (67/78): php81-php-pecl-apcu-devel-5.1.23-1.el8.remi.x86_64.rpm                                                                         155 kB/s |  51 kB     00:00    
    (68/78): php81-php-pecl-geoip-1.1.1-16.el8.remi.x86_64.rpm                                                                               78 kB/s |  25 kB     00:00    
    (69/78): php81-php-pecl-crypto-0.3.2-1.el8.remi.x86_64.rpm                                                                              188 kB/s |  65 kB     00:00    
    (70/78): php81-php-pecl-igbinary-3.2.14-1.el8.remi.x86_64.rpm                                                                           188 kB/s |  61 kB     00:00    
    (71/78): php81-php-pecl-msgpack-2.2.0-1.el8.remi.x86_64.rpm                                                                             156 kB/s |  50 kB     00:00    
    (72/78): php81-php-pecl-mcrypt-1.0.6-1.el8.remi.x86_64.rpm                                                                               86 kB/s |  28 kB     00:00    
    (73/78): php81-php-pecl-recode-1.0.0~DEV.20190723-6.el8.remi.x86_64.rpm                                                                  47 kB/s |  15 kB     00:00    
    (74/78): php81-php-pecl-redis5-5.3.7-1.el8.remi.x86_64.rpm                                                                              726 kB/s | 233 kB     00:00    
    (75/78): php81-php-snmp-8.1.25-1.el8.remi.x86_64.rpm                                                                                    289 kB/s |  93 kB     00:00    
    (76/78): php81-php-soap-8.1.25-1.el8.remi.x86_64.rpm                                                                                    606 kB/s | 198 kB     00:00    
    (77/78): php81-php-xml-8.1.25-1.el8.remi.x86_64.rpm                                                                                     629 kB/s | 201 kB     00:00    
    (78/78): php81-runtime-8.1-4.el8.remi.x86_64.rpm                                                                                        3.4 MB/s | 1.1 MB     00:00    
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Total                                                                                                                                   5.8 MB/s |  47 MB     00:08     
    Extra Packages for Enterprise Linux 8 - x86_64                                                                                          1.6 MB/s | 1.6 kB     00:00    
    Importing GPG key 0x2F86D6A1:
     Userid     : "Fedora EPEL (8) <epel@fedoraproject.org>"
     Fingerprint: 94E2 79EB 8D8F 25B2 1810 ADF1 21EA 45AB 2F86 D6A1
     From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
    Key imported successfully
    Safe Remi's RPM repository for Enterprise Linux 8 - x86_64                                                                              3.0 MB/s | 3.1 kB     00:00    
    Importing GPG key 0x5F11735A:
     Userid     : "Remi's RPM repository "
     Fingerprint: 6B38 FEA7 231F 87F5 2B9C A9D8 5550 9759 5F11 735A
     From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-remi.el8
    Key imported successfully
    Running transaction check
    Transaction check succeeded.
    Running transaction test
    Transaction test succeeded.
    Running transaction
      Preparing        :                                                                                                                                                1/1 
      Installing       : zlib-devel-1.2.11-20.9.al8.alnx.x86_64                                                                                                        1/78 
      Installing       : net-snmp-libs-1:5.8-27.0.1.al8.1.x86_64                                                                                                       2/78 
      Installing       : libwebp-1.2.0-7.0.1.al8.x86_64                                                                                                                3/78 
      Installing       : libjpeg-turbo-2.0.90-6.0.1.al8.x86_64                                                                                                         4/78 
      Installing       : fontpackages-filesystem-1.44-22.1.al8.noarch                                                                                                  5/78 
      Installing       : dejavu-fonts-common-2.35-7.1.al8.noarch                                                                                                       6/78 
      Installing       : dejavu-sans-fonts-2.35-7.1.al8.noarch                                                                                                         7/78 
      Installing       : fontconfig-2.13.1-4.al8.x86_64                                                                                                                8/78 
      Running scriptlet: fontconfig-2.13.1-4.al8.x86_64                                                                                                                8/78 
      Installing       : oniguruma5php-6.9.9-1.el8.remi.x86_64                                                                                                         9/78 
      Installing       : svt-av1-libs-0.8.7-1.el8.x86_64                                                                                                              10/78 
      Installing       : libmcrypt-2.5.8-26.el8.x86_64                                                                                                                11/78 
      Installing       : liblzf-3.6-16.el8.x86_64                                                                                                                     12/78 
      Installing       : libimagequant-2.12.5-1.el8.x86_64                                                                                                            13/78 
      Installing       : libdav1d-0.5.2-2.el8.x86_64                                                                                                                  14/78 
      Installing       : libaom-3.6.1-1.el8.x86_64                                                                                                                    15/78 
      Installing       : libavif-0.10.1-3.el8.x86_64                                                                                                                  16/78 
      Installing       : GeoIP-GeoLite-data-2018.06-5.el8.noarch                                                                                                      17/78 
      Installing       : GeoIP-1.6.12-7.el8.x86_64                                                                                                                    18/78 
      Installing       : xz-devel-5.2.4-4.al8.x86_64                                                                                                                  19/78 
      Installing       : pcre2-utf32-10.32-3.0.1.al8.x86_64                                                                                                           20/78 
      Installing       : pcre2-utf16-10.32-3.0.1.al8.x86_64                                                                                                           21/78 
      Installing       : pcre2-devel-10.32-3.0.1.al8.x86_64                                                                                                           22/78 
      Installing       : mariadb-connector-c-config-3.2.6-1.al8.noarch                                                                                                23/78 
      Installing       : mariadb-connector-c-3.2.6-1.al8.x86_64                                                                                                       24/78 
      Installing       : net-snmp-agent-libs-1:5.8-27.0.1.al8.1.x86_64                                                                                                25/78 
      Installing       : net-snmp-1:5.8-27.0.1.al8.1.x86_64                                                                                                           26/78 
      Running scriptlet: net-snmp-1:5.8-27.0.1.al8.1.x86_64                                                                                                           26/78 
      Installing       : libxslt-1.1.32-6.1.al8.x86_64                                                                                                                27/78 
      Installing       : libverto-devel-0.3.2-2.al8.x86_64                                                                                                            28/78 
      Installing       : libtool-2.4.6-25.3.al8.x86_64                                                                                                                29/78 
      Running scriptlet: libtool-2.4.6-25.3.al8.x86_64                                                                                                                29/78 
      Installing       : libstdc++-devel-10.2.1-3.5.al8.x86_64                                                                                                        30/78 
      Installing       : gcc-c++-10.2.1-3.5.al8.x86_64                                                                                                                31/78 
      Installing       : libsepol-devel-2.9-3.0.1.al8.x86_64                                                                                                          32/78 
      Installing       : libselinux-devel-2.9-6.3.al8.x86_64                                                                                                          33/78 
      Installing       : libkadm5-1.18.2-22.0.1.al8.x86_64                                                                                                            34/78 
      Installing       : libcom_err-devel-1.46.0-1.0.1.al8.x86_64                                                                                                     35/78 
      Installing       : libXau-1.0.9-8.al8.x86_64                                                                                                                    36/78 
      Installing       : libxcb-1.13.1-1.3.al8.x86_64                                                                                                                 37/78 
      Installing       : libX11-common-1.7.0-7.al8.noarch                                                                                                             38/78 
      Installing       : libX11-1.7.0-7.al8.x86_64                                                                                                                    39/78 
      Installing       : libXpm-3.5.13-8.al8.x86_64                                                                                                                   40/78 
      Installing       : keyutils-libs-devel-1.5.10-9.al8.x86_64                                                                                                      41/78 
      Installing       : krb5-devel-1.18.2-22.0.1.al8.x86_64                                                                                                          42/78 
      Installing       : openssl-devel-1:1.1.1k-9.0.1.al8.x86_64                                                                                                      43/78 
      Running scriptlet: httpd-filesystem-2.4.37-56.0.1.al8.6.noarch                                                                                                  44/78 
      Installing       : httpd-filesystem-2.4.37-56.0.1.al8.6.noarch                                                                                                  44/78 
      Installing       : fribidi-1.0.4-9.0.1.al8.x86_64                                                                                                               45/78 
      Installing       : libraqm-0.7.0-4.el8.x86_64                                                                                                                   46/78 
      Installing       : cmake-filesystem-3.20.2-5.al8.x86_64                                                                                                         47/78 
      Installing       : libxml2-devel-2.9.7-16.0.1.al8.x86_64                                                                                                        48/78 
      Installing       : tcl-1:8.6.8-2.2.al8.x86_64                                                                                                                   49/78 
      Running scriptlet: tcl-1:8.6.8-2.2.al8.x86_64                                                                                                                   49/78 
      Installing       : environment-modules-4.5.2-3.0.1.al8.x86_64                                                                                                   50/78 
      Running scriptlet: environment-modules-4.5.2-3.0.1.al8.x86_64                                                                                                   50/78 
      Installing       : scl-utils-1:2.0.3-4.al8.x86_64                                                                                                               51/78 
      Installing       : php81-runtime-8.1-4.el8.remi.x86_64                                                                                                          52/78 
      Running scriptlet: php81-runtime-8.1-4.el8.remi.x86_64                                                                                                          52/78 
      Installing       : php81-php-common-8.1.25-1.el8.remi.x86_64                                                                                                    53/78 
      Installing       : php81-php-cli-8.1.25-1.el8.remi.x86_64                                                                                                       54/78 
      Installing       : php81-php-devel-8.1.25-1.el8.remi.x86_64                                                                                                     55/78 
      Installing       : php81-php-pdo-8.1.25-1.el8.remi.x86_64                                                                                                       56/78 
      Installing       : php81-php-pecl-apcu-5.1.23-1.el8.remi.x86_64                                                                                                 57/78 
      Installing       : php81-php-pecl-igbinary-3.2.14-1.el8.remi.x86_64                                                                                             58/78 
      Installing       : php81-php-pecl-msgpack-2.2.0-1.el8.remi.x86_64                                                                                               59/78 
      Installing       : recode-3.6-47.2.al8.x86_64                                                                                                                   60/78 
      Running scriptlet: recode-3.6-47.2.al8.x86_64                                                                                                                   60/78 
      Installing       : jbigkit-libs-2.1-14.2.al8.x86_64                                                                                                             61/78 
      Running scriptlet: jbigkit-libs-2.1-14.2.al8.x86_64                                                                                                             61/78 
      Installing       : libtiff-4.4.0-8.0.1.al8.x86_64                                                                                                               62/78 
      Installing       : gd3php-2.3.3-8.el8.remi.x86_64                                                                                                               63/78 
      Installing       : php81-php-gd-8.1.25-1.el8.remi.x86_64                                                                                                        64/78 
      Installing       : php81-php-pecl-recode-1.0.0~DEV.20190723-6.el8.remi.x86_64                                                                                   65/78 
      Installing       : php81-php-pecl-redis5-5.3.7-1.el8.remi.x86_64                                                                                                66/78 
      Installing       : php81-php-pecl-apcu-devel-5.1.23-1.el8.remi.x86_64                                                                                           67/78 
      Installing       : php81-php-mysqlnd-8.1.25-1.el8.remi.x86_64                                                                                                   68/78 
      Installing       : php81-php-bcmath-8.1.25-1.el8.remi.x86_64                                                                                                    69/78 
      Installing       : php81-php-fpm-8.1.25-1.el8.remi.x86_64                                                                                                       70/78 
      Running scriptlet: php81-php-fpm-8.1.25-1.el8.remi.x86_64                                                                                                       70/78 
      Installing       : php81-php-mbstring-8.1.25-1.el8.remi.x86_64                                                                                                  71/78 
      Installing       : php81-php-opcache-8.1.25-1.el8.remi.x86_64                                                                                                   72/78 
      Installing       : php81-php-pecl-crypto-0.3.2-1.el8.remi.x86_64                                                                                                73/78 
      Installing       : php81-php-pecl-geoip-1.1.1-16.el8.remi.x86_64                                                                                                74/78 
      Installing       : php81-php-pecl-mcrypt-1.0.6-1.el8.remi.x86_64                                                                                                75/78 
      Installing       : php81-php-snmp-8.1.25-1.el8.remi.x86_64                                                                                                      76/78 
      Installing       : php81-php-soap-8.1.25-1.el8.remi.x86_64                                                                                                      77/78 
      Installing       : php81-php-xml-8.1.25-1.el8.remi.x86_64                                                                                                       78/78 
      Running scriptlet: GeoIP-GeoLite-data-2018.06-5.el8.noarch                                                                                                      78/78 
      Running scriptlet: php81-php-xml-8.1.25-1.el8.remi.x86_64                                                                                                       78/78 
      Running scriptlet: fontconfig-2.13.1-4.al8.x86_64                                                                                                               78/78 
      Running scriptlet: php81-php-fpm-8.1.25-1.el8.remi.x86_64                                                                                                       78/78 
      Verifying        : fontpackages-filesystem-1.44-22.1.al8.noarch                                                                                                  1/78 
      Verifying        : jbigkit-libs-2.1-14.2.al8.x86_64                                                                                                              2/78 
      Verifying        : libxcb-1.13.1-1.3.al8.x86_64                                                                                                                  3/78 
      Verifying        : recode-3.6-47.2.al8.x86_64                                                                                                                    4/78 
      Verifying        : tcl-1:8.6.8-2.2.al8.x86_64                                                                                                                    5/78 
      Verifying        : cmake-filesystem-3.20.2-5.al8.x86_64                                                                                                          6/78 
      Verifying        : dejavu-fonts-common-2.35-7.1.al8.noarch                                                                                                       7/78 
      Verifying        : dejavu-sans-fonts-2.35-7.1.al8.noarch                                                                                                         8/78 
      Verifying        : environment-modules-4.5.2-3.0.1.al8.x86_64                                                                                                    9/78 
      Verifying        : fontconfig-2.13.1-4.al8.x86_64                                                                                                               10/78 
      Verifying        : fribidi-1.0.4-9.0.1.al8.x86_64                                                                                                               11/78 
      Verifying        : gcc-c++-10.2.1-3.5.al8.x86_64                                                                                                                12/78 
      Verifying        : httpd-filesystem-2.4.37-56.0.1.al8.6.noarch                                                                                                  13/78 
      Verifying        : keyutils-libs-devel-1.5.10-9.al8.x86_64                                                                                                      14/78 
      Verifying        : krb5-devel-1.18.2-22.0.1.al8.x86_64                                                                                                          15/78 
      Verifying        : libX11-1.7.0-7.al8.x86_64                                                                                                                    16/78 
      Verifying        : libX11-common-1.7.0-7.al8.noarch                                                                                                             17/78 
      Verifying        : libXau-1.0.9-8.al8.x86_64                                                                                                                    18/78 
      Verifying        : libXpm-3.5.13-8.al8.x86_64                                                                                                                   19/78 
      Verifying        : libcom_err-devel-1.46.0-1.0.1.al8.x86_64                                                                                                     20/78 
      Verifying        : libjpeg-turbo-2.0.90-6.0.1.al8.x86_64                                                                                                        21/78 
      Verifying        : libkadm5-1.18.2-22.0.1.al8.x86_64                                                                                                            22/78 
      Verifying        : libselinux-devel-2.9-6.3.al8.x86_64                                                                                                          23/78 
      Verifying        : libsepol-devel-2.9-3.0.1.al8.x86_64                                                                                                          24/78 
      Verifying        : libstdc++-devel-10.2.1-3.5.al8.x86_64                                                                                                        25/78 
      Verifying        : libtiff-4.4.0-8.0.1.al8.x86_64                                                                                                               26/78 
      Verifying        : libtool-2.4.6-25.3.al8.x86_64                                                                                                                27/78 
      Verifying        : libverto-devel-0.3.2-2.al8.x86_64                                                                                                            28/78 
      Verifying        : libwebp-1.2.0-7.0.1.al8.x86_64                                                                                                               29/78 
      Verifying        : libxml2-devel-2.9.7-16.0.1.al8.x86_64                                                                                                        30/78 
      Verifying        : libxslt-1.1.32-6.1.al8.x86_64                                                                                                                31/78 
      Verifying        : mariadb-connector-c-3.2.6-1.al8.x86_64                                                                                                       32/78 
      Verifying        : mariadb-connector-c-config-3.2.6-1.al8.noarch                                                                                                33/78 
      Verifying        : net-snmp-1:5.8-27.0.1.al8.1.x86_64                                                                                                           34/78 
      Verifying        : net-snmp-agent-libs-1:5.8-27.0.1.al8.1.x86_64                                                                                                35/78 
      Verifying        : net-snmp-libs-1:5.8-27.0.1.al8.1.x86_64                                                                                                      36/78 
      Verifying        : openssl-devel-1:1.1.1k-9.0.1.al8.x86_64                                                                                                      37/78 
      Verifying        : pcre2-devel-10.32-3.0.1.al8.x86_64                                                                                                           38/78 
      Verifying        : pcre2-utf16-10.32-3.0.1.al8.x86_64                                                                                                           39/78 
      Verifying        : pcre2-utf32-10.32-3.0.1.al8.x86_64                                                                                                           40/78 
      Verifying        : scl-utils-1:2.0.3-4.al8.x86_64                                                                                                               41/78 
      Verifying        : xz-devel-5.2.4-4.al8.x86_64                                                                                                                  42/78 
      Verifying        : zlib-devel-1.2.11-20.9.al8.alnx.x86_64                                                                                                       43/78 
      Verifying        : GeoIP-1.6.12-7.el8.x86_64                                                                                                                    44/78 
      Verifying        : GeoIP-GeoLite-data-2018.06-5.el8.noarch                                                                                                      45/78 
      Verifying        : libaom-3.6.1-1.el8.x86_64                                                                                                                    46/78 
      Verifying        : libavif-0.10.1-3.el8.x86_64                                                                                                                  47/78 
      Verifying        : libdav1d-0.5.2-2.el8.x86_64                                                                                                                  48/78 
      Verifying        : libimagequant-2.12.5-1.el8.x86_64                                                                                                            49/78 
      Verifying        : liblzf-3.6-16.el8.x86_64                                                                                                                     50/78 
      Verifying        : libmcrypt-2.5.8-26.el8.x86_64                                                                                                                51/78 
      Verifying        : libraqm-0.7.0-4.el8.x86_64                                                                                                                   52/78 
      Verifying        : svt-av1-libs-0.8.7-1.el8.x86_64                                                                                                              53/78 
      Verifying        : gd3php-2.3.3-8.el8.remi.x86_64                                                                                                               54/78 
      Verifying        : oniguruma5php-6.9.9-1.el8.remi.x86_64                                                                                                        55/78 
      Verifying        : php81-php-bcmath-8.1.25-1.el8.remi.x86_64                                                                                                    56/78 
      Verifying        : php81-php-cli-8.1.25-1.el8.remi.x86_64                                                                                                       57/78 
      Verifying        : php81-php-common-8.1.25-1.el8.remi.x86_64                                                                                                    58/78 
      Verifying        : php81-php-devel-8.1.25-1.el8.remi.x86_64                                                                                                     59/78 
      Verifying        : php81-php-fpm-8.1.25-1.el8.remi.x86_64                                                                                                       60/78 
      Verifying        : php81-php-gd-8.1.25-1.el8.remi.x86_64                                                                                                        61/78 
      Verifying        : php81-php-mbstring-8.1.25-1.el8.remi.x86_64                                                                                                  62/78 
      Verifying        : php81-php-mysqlnd-8.1.25-1.el8.remi.x86_64                                                                                                   63/78 
      Verifying        : php81-php-opcache-8.1.25-1.el8.remi.x86_64                                                                                                   64/78 
      Verifying        : php81-php-pdo-8.1.25-1.el8.remi.x86_64                                                                                                       65/78 
      Verifying        : php81-php-pecl-apcu-5.1.23-1.el8.remi.x86_64                                                                                                 66/78 
      Verifying        : php81-php-pecl-apcu-devel-5.1.23-1.el8.remi.x86_64                                                                                           67/78 
      Verifying        : php81-php-pecl-crypto-0.3.2-1.el8.remi.x86_64                                                                                                68/78 
      Verifying        : php81-php-pecl-geoip-1.1.1-16.el8.remi.x86_64                                                                                                69/78 
      Verifying        : php81-php-pecl-igbinary-3.2.14-1.el8.remi.x86_64                                                                                             70/78 
      Verifying        : php81-php-pecl-mcrypt-1.0.6-1.el8.remi.x86_64                                                                                                71/78 
      Verifying        : php81-php-pecl-msgpack-2.2.0-1.el8.remi.x86_64                                                                                               72/78 
      Verifying        : php81-php-pecl-recode-1.0.0~DEV.20190723-6.el8.remi.x86_64                                                                                   73/78 
      Verifying        : php81-php-pecl-redis5-5.3.7-1.el8.remi.x86_64                                                                                                74/78 
      Verifying        : php81-php-snmp-8.1.25-1.el8.remi.x86_64                                                                                                      75/78 
      Verifying        : php81-php-soap-8.1.25-1.el8.remi.x86_64                                                                                                      76/78 
      Verifying        : php81-php-xml-8.1.25-1.el8.remi.x86_64                                                                                                       77/78 
      Verifying        : php81-runtime-8.1-4.el8.remi.x86_64                                                                                                          78/78 
    
    Installed:
      GeoIP-1.6.12-7.el8.x86_64                                       GeoIP-GeoLite-data-2018.06-5.el8.noarch            cmake-filesystem-3.20.2-5.al8.x86_64               
      dejavu-fonts-common-2.35-7.1.al8.noarch                         dejavu-sans-fonts-2.35-7.1.al8.noarch              environment-modules-4.5.2-3.0.1.al8.x86_64         
      fontconfig-2.13.1-4.al8.x86_64                                  fontpackages-filesystem-1.44-22.1.al8.noarch       fribidi-1.0.4-9.0.1.al8.x86_64                     
      gcc-c++-10.2.1-3.5.al8.x86_64                                   gd3php-2.3.3-8.el8.remi.x86_64                     httpd-filesystem-2.4.37-56.0.1.al8.6.noarch        
      jbigkit-libs-2.1-14.2.al8.x86_64                                keyutils-libs-devel-1.5.10-9.al8.x86_64            krb5-devel-1.18.2-22.0.1.al8.x86_64                
      libX11-1.7.0-7.al8.x86_64                                       libX11-common-1.7.0-7.al8.noarch                   libXau-1.0.9-8.al8.x86_64                          
      libXpm-3.5.13-8.al8.x86_64                                      libaom-3.6.1-1.el8.x86_64                          libavif-0.10.1-3.el8.x86_64                        
      libcom_err-devel-1.46.0-1.0.1.al8.x86_64                        libdav1d-0.5.2-2.el8.x86_64                        libimagequant-2.12.5-1.el8.x86_64                  
      libjpeg-turbo-2.0.90-6.0.1.al8.x86_64                           libkadm5-1.18.2-22.0.1.al8.x86_64                  liblzf-3.6-16.el8.x86_64                           
      libmcrypt-2.5.8-26.el8.x86_64                                   libraqm-0.7.0-4.el8.x86_64                         libselinux-devel-2.9-6.3.al8.x86_64                
      libsepol-devel-2.9-3.0.1.al8.x86_64                             libstdc++-devel-10.2.1-3.5.al8.x86_64              libtiff-4.4.0-8.0.1.al8.x86_64                     
      libtool-2.4.6-25.3.al8.x86_64                                   libverto-devel-0.3.2-2.al8.x86_64                  libwebp-1.2.0-7.0.1.al8.x86_64                     
      libxcb-1.13.1-1.3.al8.x86_64                                    libxml2-devel-2.9.7-16.0.1.al8.x86_64              libxslt-1.1.32-6.1.al8.x86_64                      
      mariadb-connector-c-3.2.6-1.al8.x86_64                          mariadb-connector-c-config-3.2.6-1.al8.noarch      net-snmp-1:5.8-27.0.1.al8.1.x86_64                 
      net-snmp-agent-libs-1:5.8-27.0.1.al8.1.x86_64                   net-snmp-libs-1:5.8-27.0.1.al8.1.x86_64            oniguruma5php-6.9.9-1.el8.remi.x86_64              
      openssl-devel-1:1.1.1k-9.0.1.al8.x86_64                         pcre2-devel-10.32-3.0.1.al8.x86_64                 pcre2-utf16-10.32-3.0.1.al8.x86_64                 
      pcre2-utf32-10.32-3.0.1.al8.x86_64                              php81-php-bcmath-8.1.25-1.el8.remi.x86_64          php81-php-cli-8.1.25-1.el8.remi.x86_64             
      php81-php-common-8.1.25-1.el8.remi.x86_64                       php81-php-devel-8.1.25-1.el8.remi.x86_64           php81-php-fpm-8.1.25-1.el8.remi.x86_64             
      php81-php-gd-8.1.25-1.el8.remi.x86_64                           php81-php-mbstring-8.1.25-1.el8.remi.x86_64        php81-php-mysqlnd-8.1.25-1.el8.remi.x86_64         
      php81-php-opcache-8.1.25-1.el8.remi.x86_64                      php81-php-pdo-8.1.25-1.el8.remi.x86_64             php81-php-pecl-apcu-5.1.23-1.el8.remi.x86_64       
      php81-php-pecl-apcu-devel-5.1.23-1.el8.remi.x86_64              php81-php-pecl-crypto-0.3.2-1.el8.remi.x86_64      php81-php-pecl-geoip-1.1.1-16.el8.remi.x86_64      
      php81-php-pecl-igbinary-3.2.14-1.el8.remi.x86_64                php81-php-pecl-mcrypt-1.0.6-1.el8.remi.x86_64      php81-php-pecl-msgpack-2.2.0-1.el8.remi.x86_64     
      php81-php-pecl-recode-1.0.0~DEV.20190723-6.el8.remi.x86_64      php81-php-pecl-redis5-5.3.7-1.el8.remi.x86_64      php81-php-snmp-8.1.25-1.el8.remi.x86_64            
      php81-php-soap-8.1.25-1.el8.remi.x86_64                         php81-php-xml-8.1.25-1.el8.remi.x86_64             php81-runtime-8.1-4.el8.remi.x86_64                
      recode-3.6-47.2.al8.x86_64                                      scl-utils-1:2.0.3-4.al8.x86_64                     svt-av1-libs-0.8.7-1.el8.x86_64                    
      tcl-1:8.6.8-2.2.al8.x86_64                                      xz-devel-5.2.4-4.al8.x86_64                        zlib-devel-1.2.11-20.9.al8.alnx.x86_64             
    
    Complete!
    
    [root@php ~]# sed -i 's/PLATFORM_ID="platform:el8"/PLATFORM_ID="platform:al8"/g' /etc/os-release
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • 171
    • 172
    • 173
    • 174
    • 175
    • 176
    • 177
    • 178
    • 179
    • 180
    • 181
    • 182
    • 183
    • 184
    • 185
    • 186
    • 187
    • 188
    • 189
    • 190
    • 191
    • 192
    • 193
    • 194
    • 195
    • 196
    • 197
    • 198
    • 199
    • 200
    • 201
    • 202
    • 203
    • 204
    • 205
    • 206
    • 207
    • 208
    • 209
    • 210
    • 211
    • 212
    • 213
    • 214
    • 215
    • 216
    • 217
    • 218
    • 219
    • 220
    • 221
    • 222
    • 223
    • 224
    • 225
    • 226
    • 227
    • 228
    • 229
    • 230
    • 231
    • 232
    • 233
    • 234
    • 235
    • 236
    • 237
    • 238
    • 239
    • 240
    • 241
    • 242
    • 243
    • 244
    • 245
    • 246
    • 247
    • 248
    • 249
    • 250
    • 251
    • 252
    • 253
    • 254
    • 255
    • 256
    • 257
    • 258
    • 259
    • 260
    • 261
    • 262
    • 263
    • 264
    • 265
    • 266
    • 267
    • 268
    • 269
    • 270
    • 271
    • 272
    • 273
    • 274
    • 275
    • 276
    • 277
    • 278
    • 279
    • 280
    • 281
    • 282
    • 283
    • 284
    • 285
    • 286
    • 287
    • 288
    • 289
    • 290
    • 291
    • 292
    • 293
    • 294
    • 295
    • 296
    • 297
    • 298
    • 299
    • 300
    • 301
    • 302
    • 303
    • 304
    • 305
    • 306
    • 307
    • 308
    • 309
    • 310
    • 311
    • 312
    • 313
    • 314
    • 315
    • 316
    • 317
    • 318
    • 319
    • 320
    • 321
    • 322
    • 323
    • 324
    • 325
    • 326
    • 327
    • 328
    • 329
    • 330
    • 331
    • 332
    • 333
    • 334
    • 335
    • 336
    • 337
    • 338
    • 339
    • 340
    • 341
    • 342
    • 343
    • 344
    • 345
    • 346
    • 347
    • 348
    • 349
    • 350
    • 351
    • 352
    • 353
    • 354
    • 355
    • 356
    • 357
    • 358
    • 359
    • 360
    • 361
    • 362
    • 363
    • 364
    • 365
    • 366
    • 367
    • 368
    • 369
    • 370
    • 371
    • 372
    • 373
    • 374
    • 375
    • 376
    • 377
    • 378
    • 379
    • 380
    • 381
    • 382
    • 383
    • 384
    • 385
    • 386
    • 387
    • 388
    • 389
    • 390
    • 391
    • 392
    • 393
    • 394
    • 395
    • 396
    • 397
    • 398
    • 399
    • 400
    • 401
    • 402
    • 403
    • 404
    • 405
    • 406
    • 407
    • 408
    • 409
    • 410
    • 411
    • 412
    • 413
    • 414
    • 415
    • 416
    • 417
    • 418
    • 419
    • 420
    • 421
    • 422
    • 423
    • 424
    • 425
    • 426
    • 427
    • 428
    • 429
    • 430
    • 431
    • 432
    • 433
    • 434
    • 435
    • 436
    • 437
    • 438
    • 439
    • 440
    • 441
    • 442
    • 443
    • 444
    • 445
    • 446
    • 447
    • 448
    • 449
    • 450
    • 451
    • 452
    • 453
    • 454
    • 455
    • 456
    • 457
    • 458
    • 459
    • 460
    • 461
    • 462
    • 463
    • 464
    • 465
    • 466
    • 467
    • 468
    • 469
    • 470
    • 471
    • 472
    • 473
    • 474
    • 475
    • 476
    • 477
    • 478
    • 479
    • 480
    • 481
    • 482
    • 483
    • 484
    • 485
    • 486
    • 487
    • 488
    • 489
    • 490
    • 491
    • 492
    • 493
    • 494
    • 495
    • 496
    • 497
    • 498
    • 499
    • 500
    • 501
    • 502
    • 503
    • 504
    • 505
    • 506
    • 507
    • 508
    • 509
    • 510
    • 511
    • 512
    • 513
    • 514
    • 515
    • 516
    • 517
    • 518
    • 519
    • 520
    • 521
    • 522
    • 523
    • 524
    • 525
    • 526
    • 527
    • 528
    • 529
    • 530
    • 531
    • 532
    • 533
    • 534
    • 535
    • 536
    • 537
    • 538
    • 539
    • 540
    • 541
    • 542
    • 543
    • 544
    • 545
    • 546
    • 547
    • 548
    • 549
    • 550
    • 551
    • 552
    • 553
    • 554
    • 555
    • 556
    • 557
    • 558
    • 559
    • 560
    • 561
    • 562
    • 563
    • 564
    • 565
    • 566
    • 567
    • 568
    • 569
    • 570
    • 571
    • 572
    • 573
    • 574
    • 575
    • 576
    • 577
    • 578
    • 579
    • 580
    • 581
    • 582
    • 583
    • 584
    • 585
    • 586
    • 587
    • 588
    • 589
    • 590
    • 591
    • 592
    • 593
    • 594
    • 595
    • 596
    • 597
    • 598
    • 599
    • 600
    • 601
    • 602
    • 603
    • 604
    • 605
    • 606
    • 607
    • 608
    • 609
    • 610
    • 611
    • 612
    • 613
    • 614
    • 615
    • 616
    • 617
    • 618
    • 619
    • 620
    • 621
    • 622
    • 623
    • 624
    • 625
    • 626
    • 627
    • 628
    • 629
    • 630
    • 631
    • 632
    • 633
    • 634
    • 635
    • 636
    • 637
    • 638
    • 639
    • 640
    • 641

    四、启动 php-fpm

    
    [root@php ~]# systemctl start php81-php-fpm
    [root@php ~]# systemctl enable php81-php-fpm
    [root@php ~]# systemctl daemon-reload
    
    • 1
    • 2
    • 3
    • 4

    五、修改配置文件

    cd /etc/opt/remi/php81/php-fpm.d
    vim  www.conf 
    user  www 
    group www
    
    systemctl restart php81-php-fpm
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
  • 相关阅读:
    A-Level经济例题解析及练习A monopoly’s revenue
    35岁程序员被裁员,这半年他的故事
    【问道】编译原理
    win10 使用cmake + mingw编译LAPACK
    【Jenkins】Jenkins构建前端流水线
    Android codec2 视频框架 之应用
    opencv-python读写中文路径问题的解决
    Labview中for循环“无法终止”问题?即使添加了条线接线端,达到终止条件后,仍在持续运行?
    git版本回退在eclipse和命令中的操作
    Vue3-Ref Reactive toRef toRefs对比学习、标签ref与组件ref
  • 原文地址:https://blog.csdn.net/ihero/article/details/134468786