【Linux】Alibaba Cloud Linux 3 安装 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
三、安装 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 <remi@remirepo.net>"Fingerprint: 6B38 FEA7 231F 87F5 2B9C A9D8 5550 9759 5F11 735AFrom : /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 735AFrom : /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 kphp81-php-cli x86_64 8.1.25-1.el8.remi remi-safe 3.6 Mphp81-php-common x86_64 8.1.25-1.el8.remi remi-safe 745 kphp81-php-fpm x86_64 8.1.25-1.el8.remi remi-safe 1.9 Mphp81-php-gd x86_64 8.1.25-1.el8.remi remi-safe 102 kphp81-php-mbstring x86_64 8.1.25-1.el8.remi remi-safe 499 kphp81-php-mysqlnd x86_64 8.1.25-1.el8.remi remi-safe 202 kphp81-php-opcache x86_64 8.1.25-1.el8.remi remi-safe 431 kphp81-php-pdo x86_64 8.1.25-1.el8.remi remi-safe 146 kphp81-php-pecl-apcu x86_64 5.1.23-1.el8.remi remi-safe 75 kphp81-php-pecl-apcu-devel x86_64 5.1.23-1.el8.remi remi-safe 51 kphp81-php-pecl-crypto x86_64 0.3.2-1.el8.remi remi-safe 65 kphp81-php-pecl-geoip x86_64 1.1.1-16.el8.remi remi-safe 25 kphp81-php-pecl-mcrypt x86_64 1.0.6-1.el8.remi remi-safe 28 kphp81-php-pecl-recode x86_64 1.0.0~DEV.20190723-6.el8.remi remi-safe 15 kphp81-php-pecl-redis5 x86_64 5.3.7-1.el8.remi remi-safe 233 kphp81-php-snmp x86_64 8.1.25-1.el8.remi remi-safe 93 kphp81-php-soap x86_64 8.1.25-1.el8.remi remi-safe 198 kphp81-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 kGeoIP-GeoLite-data noarch 2018.06-5.el8 epel 552 kcmake-filesystem x86_64 3.20.2-5.al8 alinux3-updates 45 kdejavu-fonts-common noarch 2.35-7.1.al8 alinux3-updates 74 kdejavu-sans-fonts noarch 2.35-7.1.al8 alinux3-updates 1.5 Menvironment-modules x86_64 4.5.2-3.0.1.al8 alinux3-updates 172 kfontconfig x86_64 2.13.1-4.al8 alinux3-updates 276 kfontpackages-filesystem noarch 1.44-22.1.al8 alinux3-os 16 kfribidi x86_64 1.0.4-9.0.1.al8 alinux3-updates 51 kgcc-c++ x86_64 10.2.1-3.5.al8 alinux3-updates 11 Mgd3php x86_64 2.3.3-8.el8.remi remi-safe 148 khttpd-filesystem noarch 2.4.37-56.0.1.al8.6 alinux3-updates 43 kjbigkit-libs x86_64 2.1-14.2.al8 alinux3-os 55 kkeyutils-libs-devel x86_64 1.5.10-9.al8 alinux3-updates 48 kkrb5-devel x86_64 1.18.2-22.0.1.al8 alinux3-updates 560 klibX11 x86_64 1.7.0-7.al8 alinux3-updates 616 klibX11-common noarch 1.7.0-7.al8 alinux3-updates 160 klibXau x86_64 1.0.9-8.al8 alinux3-updates 38 klibXpm x86_64 3.5.13-8.al8 alinux3-updates 60 klibaom x86_64 3.6.1-1.el8 epel 1.9 Mlibavif x86_64 0.10.1-3.el8 epel 76 klibcom_err-devel x86_64 1.46.0-1.0.1.al8 alinux3-updates 39 klibdav1d x86_64 0.5.2-2.el8 epel 346 klibimagequant x86_64 2.12.5-1.el8 epel 63 klibjpeg-turbo x86_64 2.0.90-6.0.1.al8 alinux3-updates 148 klibkadm5 x86_64 1.18.2-22.0.1.al8 alinux3-updates 188 kliblzf x86_64 3.6-16.el8 epel 28 klibmcrypt x86_64 2.5.8-26.el8 epel 109 klibraqm x86_64 0.7.0-4.el8 epel 19 klibselinux-devel x86_64 2.9-6.3.al8 alinux3-updates 200 klibsepol-devel x86_64 2.9-3.0.1.al8 alinux3-updates 87 klibstdc++-devel x86_64 10.2.1-3.5.al8 alinux3-updates 2.2 Mlibtiff x86_64 4.4.0-8.0.1.al8 alinux3-updates 209 klibtool x86_64 2.4.6-25.3.al8 alinux3-updates 337 klibverto-devel x86_64 0.3.2-2.al8 alinux3-updates 18 klibwebp x86_64 1.2.0-7.0.1.al8 alinux3-updates 276 klibxcb x86_64 1.13.1-1.3.al8 alinux3-os 230 klibxml2-devel x86_64 2.9.7-16.0.1.al8 alinux3-updates 1.0 Mlibxslt x86_64 1.1.32-6.1.al8 alinux3-updates 250 kmariadb-connector-c x86_64 3.2.6-1.al8 alinux3-updates 204 kmariadb-connector-c-config noarch 3.2.6-1.al8 alinux3-updates 18 knet-snmp x86_64 1:5.8-27.0.1.al8.1 alinux3-updates 342 knet-snmp-agent-libs x86_64 1:5.8-27.0.1.al8.1 alinux3-updates 749 knet-snmp-libs x86_64 1:5.8-27.0.1.al8.1 alinux3-updates 827 koniguruma5php x86_64 6.9.9-1.el8.remi remi-safe 213 kopenssl-devel x86_64 1:1.1.1k-9.0.1.al8 alinux3-updates 2.3 Mpcre2-devel x86_64 10.32-3.0.1.al8 alinux3-updates 605 kpcre2-utf16 x86_64 10.32-3.0.1.al8 alinux3-updates 235 kpcre2-utf32 x86_64 10.32-3.0.1.al8 alinux3-updates 225 kphp81-php-devel x86_64 8.1.25-1.el8.remi remi-safe 817 kphp81-php-pecl-igbinary x86_64 3.2.14-1.el8.remi remi-safe 61 kphp81-php-pecl-msgpack x86_64 2.2.0-1.el8.remi remi-safe 50 kphp81-runtime x86_64 8.1-4.el8.remi remi-safe 1.1 Mrecode x86_64 3.6-47.2.al8 alinux3-os 737 kscl-utils x86_64 1:2.0.3-4.al8 alinux3-updates 48 ksvt-av1-libs x86_64 0.8.7-1.el8 epel 4.7 Mtcl x86_64 1:8.6.8-2.2.al8 alinux3-os 1.1 Mxz-devel x86_64 5.2.4-4.al8 alinux3-updates 63 kzlib-devel x86_64 1.2.11-20.9.al8.alnx alinux3-updates 59 kTransaction Summary
========================================================================================================================================================================
Install 78 PackagesTotal 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 D6A1From : /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 <remi@remirepo.net>"Fingerprint: 6B38 FEA7 231F 87F5 2B9C A9D8 5550 9759 5F11 735AFrom : /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 transactionPreparing : 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
四、启动 php-fpm
[root@php ~]# systemctl start php81-php-fpm
[root@php ~]# systemctl enable php81-php-fpm
[root@php ~]# systemctl daemon-reload
五、修改配置文件
cd /etc/opt/remi/php81/php-fpm.d
vim www.conf
user www
group wwwsystemctl restart php81-php-fpm
相关文章:
【Linux】Alibaba Cloud Linux 3 安装 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&q…...

【容器化】Kubernetes(k8s)
文章目录 概述Docker 的管理痛点什么是 K8s云架构 & 云原生 架构核心组件K8s 的服务注册与发现组件调用流程部署单机版部署主从版本Operator来源拓展阅读 概述 Docker 虽好用,但面对强大的集群,成千上万的容器,突然感觉不香了。 这时候就…...
stm32 HSUSB
/ stm32f407xx.h #define USB_OTG_HS_PERIPH_BASE 0x40040000UL #define USB_OTG_HS ((USB_OTG_GlobalTypeDef *) USB_OTG_HS_PERIPH_BASE) // // 定义全局变量 USBD_HandleTypeDef hUsbDeviceHS;并默认全零初始化/* USB Device handle structure */ typedef struct _USB…...
C# String.Trim 方法
String.Trim()方法定义: 命名空间:System 程序集:System.Runtime.dll 返回结果:返回一个新字符串,它相当于从当前字符串中删除了一组指定字符的所有前导匹配项和尾随匹配项。 Trim方法有三个重载的方法,…...

<Linux>(极简关键、省时省力)《Linux操作系统原理分析之Linux 进程管理 4》(8)
《Linux操作系统原理分析之Linux 进程管理 4》(8) 4 Linux 进程管理4.4 Linux 进程的创建和撤销4.4.1 Linux 进程的族亲关系4.4.2 Linux 进程的创建4.4.3 Linux 进程创建的过程4.4.4 Linux 进程的执行4.4.5 Linux 进程的终止和撤销 4 Linux 进程管理 4.…...

RT-Thread STM32F407 PWM
为了展示PWM效果,这里用ADC来采集PWM输出通道的电平变化 第一步,进入RT-Thread Settings配置PWM驱动 第二步,进入board.h,打开PWM宏 第三步,进入STM32CubeMX,配置时钟及PWM 第四步,回到R…...

idea中把spring boot项目打成jar包
打jar包 打开项目,右击项目选中Open Module Settings进入project Structure 选中Artifacts,点击中间的加号(Project Settings->Artifacts->JAR->From modules with dependencies ) 弹出Create JAR from Modules&#…...
levelDB之基础数据结构-Slice
Slice是levelDB中用于操作字符串的数据结构,以字节为单位。 定义与实现 namespace leveldb {class LEVELDB_EXPORT Slice {public:// Create an empty slice.Slice() : data_(""), size_(0) {}// Create a slice that refers to d[0,n-1].Slice(const c…...
上位机模块之通用重写相机类
在常用的视觉上位机中,我们通常会使用单个上位机匹配多个相机或者多品牌相机,所以在此记录一个可重写的通用相机类,用于后续长期维护开发。 先上代码。 using HalconDotNet; using System.Collections.Generic;namespace WeldingInspection.M…...

机器人导航+OPENCV透视变换示例代码
透视变换又称四点变换,所以不能用于5边形这样的图形变换,不是真正的透视变换,但是这个方法可以把机器人看到的图像转换为俯视图,这样就可以建立地图,要不然怎么建立地图呢。 void CrelaxMyFriendDlg::OnBnClickedOk()…...

KofamScan-KEGG官方推荐的使用系同源和隐马尔可夫模型进行KO注释
文章目录 简介安装使用输入蛋白序列输出detail-tsv格式输出detail格式输出mapper格式 输出结果detail和detail-tsv格式mapper格式常用命令tmp目录 与emapper结果比较其他参数参考 简介 KofamScan 是一款基于 KEGG 直系同源和隐马尔可夫模型(HMM)的基因功…...

代码随想录算法训练营第五十五天丨 动态规划part16
583. 两个字符串的删除操作 思路 #动态规划一 本题和动态规划:115.不同的子序列 (opens new window)相比,其实就是两个字符串都可以删除了,情况虽说复杂一些,但整体思路是不变的。 这次是两个字符串可以相互删了,这…...
【Linux】kernel与应用消息队列的一种设计
Linux进程间通讯的方式有很多种,这里介绍一种通过消息队列的方式来实现kernel与APP之间的消息收发实现方式,这种方式特别适用于,kernel中发送消息,应用层收取消息。 消息队列设备驱动 该方法的设计思路即是创建一个消息队列的设…...

我们常说的网络资产,具体是如何定义的?
文章目录 什么叫网络资产?官方定义的网络资产网络资产数字化定义推荐阅读 什么叫网络资产? 通过百度查询搜索什么叫网络资产?大体上都将网络资产归类为计算机网络中的各类设备。 基本上会定义网络传输通信架构中用到的主机、网络设备、防火…...
WPF中可冻结对象
在WPF(Windows Presentation Foundation)中,"可冻结对象"指的是那些在创建之后可以被设置为不可更改状态的对象。这种特性允许这些对象更有效地被共享和复制,并且可以增加性能。 例如,Brushes,P…...

【人工智能实验】A*算法求解8数码问题 golang
人工智能经典问题八数码求解 实际上是将求解转为寻找最优节点的问题,算法流程如下: 求非0元素的逆序数的和,判断是否有解将开始状态放到节点集,并设置访问标识位为true从节点集中取出h(x)g(x)最小的节点判断取出的节点的状态是不…...

Kafka学习笔记(二)
目录 第3章 Kafka架构深入3.3 Kafka消费者3.3.1 消费方式3.3.2 分区分配策略3.3.3 offset的维护 3.4 Kafka高效读写数据3.5 Zookeeper在Kafka中的作用3.6 Kafka事务3.6.1 Producer事务3.6.2 Consumer事务(精准一次性消费) 第4章 Kafka API4.1 Producer A…...

Typora for Mac:打造全新文本编辑体验
Typora for Mac是一款与众不同的文本编辑器,它不仅拥有直观易用的界面,还融合了Markdown语法和富文本编辑的功能,为用户带来了前所未有的写作和编辑体验。 一、简洁明了的界面设计 Typora for Mac的界面简洁明了,让用户可以专注…...

TikTok与媒体素养:如何辨别虚假信息?
在当今数字时代,社交媒体平台如TikTok已经成为信息传播和社交互动的主要渠道之一。然而,随之而来的是虚假信息的泛滥,这对用户的媒体素养提出了严峻的挑战。本文将探讨TikTok平台上虚假信息的现象,以及如何提高媒体素养࿰…...

Spring Boot 中使用 ResourceLoader 加载资源的完整示例
ResourceLoader 是 Spring 框架中用于加载资源的接口。它定义了一系列用于获取资源的方法,可以处理各种资源,包括类路径资源、文件系统资源、URL 资源等。 以下是 ResourceLoader 接口的主要方法: Resource getResource(String location)&am…...

【Oracle APEX开发小技巧12】
有如下需求: 有一个问题反馈页面,要实现在apex页面展示能直观看到反馈时间超过7天未处理的数据,方便管理员及时处理反馈。 我的方法:直接将逻辑写在SQL中,这样可以直接在页面展示 完整代码: SELECTSF.FE…...

MongoDB学习和应用(高效的非关系型数据库)
一丶 MongoDB简介 对于社交类软件的功能,我们需要对它的功能特点进行分析: 数据量会随着用户数增大而增大读多写少价值较低非好友看不到其动态信息地理位置的查询… 针对以上特点进行分析各大存储工具: mysql:关系型数据库&am…...
【Linux】C语言执行shell指令
在C语言中执行Shell指令 在C语言中,有几种方法可以执行Shell指令: 1. 使用system()函数 这是最简单的方法,包含在stdlib.h头文件中: #include <stdlib.h>int main() {system("ls -l"); // 执行ls -l命令retu…...

Linux相关概念和易错知识点(42)(TCP的连接管理、可靠性、面临复杂网络的处理)
目录 1.TCP的连接管理机制(1)三次握手①握手过程②对握手过程的理解 (2)四次挥手(3)握手和挥手的触发(4)状态切换①挥手过程中状态的切换②握手过程中状态的切换 2.TCP的可靠性&…...
vue3 字体颜色设置的多种方式
在Vue 3中设置字体颜色可以通过多种方式实现,这取决于你是想在组件内部直接设置,还是在CSS/SCSS/LESS等样式文件中定义。以下是几种常见的方法: 1. 内联样式 你可以直接在模板中使用style绑定来设置字体颜色。 <template><div :s…...
Spring Boot面试题精选汇总
🤟致敬读者 🟩感谢阅读🟦笑口常开🟪生日快乐⬛早点睡觉 📘博主相关 🟧博主信息🟨博客首页🟫专栏推荐🟥活动信息 文章目录 Spring Boot面试题精选汇总⚙️ **一、核心概…...
C++中string流知识详解和示例
一、概览与类体系 C 提供三种基于内存字符串的流,定义在 <sstream> 中: std::istringstream:输入流,从已有字符串中读取并解析。std::ostringstream:输出流,向内部缓冲区写入内容,最终取…...
LangChain知识库管理后端接口:数据库操作详解—— 构建本地知识库系统的基础《二》
这段 Python 代码是一个完整的 知识库数据库操作模块,用于对本地知识库系统中的知识库进行增删改查(CRUD)操作。它基于 SQLAlchemy ORM 框架 和一个自定义的装饰器 with_session 实现数据库会话管理。 📘 一、整体功能概述 该模块…...

RabbitMQ入门4.1.0版本(基于java、SpringBoot操作)
RabbitMQ 一、RabbitMQ概述 RabbitMQ RabbitMQ最初由LShift和CohesiveFT于2007年开发,后来由Pivotal Software Inc.(现为VMware子公司)接管。RabbitMQ 是一个开源的消息代理和队列服务器,用 Erlang 语言编写。广泛应用于各种分布…...
Webpack性能优化:构建速度与体积优化策略
一、构建速度优化 1、升级Webpack和Node.js 优化效果:Webpack 4比Webpack 3构建时间降低60%-98%。原因: V8引擎优化(for of替代forEach、Map/Set替代Object)。默认使用更快的md4哈希算法。AST直接从Loa…...