当前位置: 首页 > news >正文

【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 虽好用&#xff0c;但面对强大的集群&#xff0c;成千上万的容器&#xff0c;突然感觉不香了。 这时候就…...

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()方法定义&#xff1a; 命名空间&#xff1a;System 程序集&#xff1a;System.Runtime.dll 返回结果&#xff1a;返回一个新字符串&#xff0c;它相当于从当前字符串中删除了一组指定字符的所有前导匹配项和尾随匹配项。 Trim方法有三个重载的方法&#xff0c;…...

<Linux>(极简关键、省时省力)《Linux操作系统原理分析之Linux 进程管理 4》(8)

《Linux操作系统原理分析之Linux 进程管理 4》&#xff08;8&#xff09; 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效果&#xff0c;这里用ADC来采集PWM输出通道的电平变化 第一步&#xff0c;进入RT-Thread Settings配置PWM驱动 第二步&#xff0c;进入board.h&#xff0c;打开PWM宏 第三步&#xff0c;进入STM32CubeMX&#xff0c;配置时钟及PWM 第四步&#xff0c;回到R…...

idea中把spring boot项目打成jar包

打jar包 打开项目&#xff0c;右击项目选中Open Module Settings进入project Structure 选中Artifacts&#xff0c;点击中间的加号&#xff08;Project Settings->Artifacts->JAR->From modules with dependencies &#xff09; 弹出Create JAR from Modules&#…...

levelDB之基础数据结构-Slice

Slice是levelDB中用于操作字符串的数据结构&#xff0c;以字节为单位。 定义与实现 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…...

上位机模块之通用重写相机类

在常用的视觉上位机中&#xff0c;我们通常会使用单个上位机匹配多个相机或者多品牌相机&#xff0c;所以在此记录一个可重写的通用相机类&#xff0c;用于后续长期维护开发。 先上代码。 using HalconDotNet; using System.Collections.Generic;namespace WeldingInspection.M…...

机器人导航+OPENCV透视变换示例代码

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

KofamScan-KEGG官方推荐的使用系同源和隐马尔可夫模型进行KO注释

文章目录 简介安装使用输入蛋白序列输出detail-tsv格式输出detail格式输出mapper格式 输出结果detail和detail-tsv格式mapper格式常用命令tmp目录 与emapper结果比较其他参数参考 简介 KofamScan 是一款基于 KEGG 直系同源和隐马尔可夫模型&#xff08;HMM&#xff09;的基因功…...

代码随想录算法训练营第五十五天丨 动态规划part16

583. 两个字符串的删除操作 思路 #动态规划一 本题和动态规划&#xff1a;115.不同的子序列 (opens new window)相比&#xff0c;其实就是两个字符串都可以删除了&#xff0c;情况虽说复杂一些&#xff0c;但整体思路是不变的。 这次是两个字符串可以相互删了&#xff0c;这…...

【Linux】kernel与应用消息队列的一种设计

Linux进程间通讯的方式有很多种&#xff0c;这里介绍一种通过消息队列的方式来实现kernel与APP之间的消息收发实现方式&#xff0c;这种方式特别适用于&#xff0c;kernel中发送消息&#xff0c;应用层收取消息。 消息队列设备驱动 该方法的设计思路即是创建一个消息队列的设…...

我们常说的网络资产,具体是如何定义的?

文章目录 什么叫网络资产&#xff1f;官方定义的网络资产网络资产数字化定义推荐阅读 什么叫网络资产&#xff1f; 通过百度查询搜索什么叫网络资产&#xff1f;大体上都将网络资产归类为计算机网络中的各类设备。 基本上会定义网络传输通信架构中用到的主机、网络设备、防火…...

WPF中可冻结对象

在WPF&#xff08;Windows Presentation Foundation&#xff09;中&#xff0c;"可冻结对象"指的是那些在创建之后可以被设置为不可更改状态的对象。这种特性允许这些对象更有效地被共享和复制&#xff0c;并且可以增加性能。 例如&#xff0c;Brushes&#xff0c;P…...

【人工智能实验】A*算法求解8数码问题 golang

人工智能经典问题八数码求解 实际上是将求解转为寻找最优节点的问题&#xff0c;算法流程如下&#xff1a; 求非0元素的逆序数的和&#xff0c;判断是否有解将开始状态放到节点集&#xff0c;并设置访问标识位为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事务&#xff08;精准一次性消费&#xff09; 第4章 Kafka API4.1 Producer A…...

Typora for Mac:打造全新文本编辑体验

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

TikTok与媒体素养:如何辨别虚假信息?

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

Spring Boot 中使用 ResourceLoader 加载资源的完整示例

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

1688往微信小程序自营商城铺货商品采集API接口

一、背景介绍 随着移动互联网的快速发展&#xff0c;微信小程序作为一种新型的电商形态&#xff0c;正逐渐成为广大商家拓展销售渠道、提升品牌影响力的重要平台。然而&#xff0c;对于许多传统企业而言&#xff0c;如何将商品信息快速、准确地铺货到微信小程序自营商城是一个…...

QStatusBar开发详解

一、QStatusBar接口说明 QStatusBar 类是 Qt 中用于创建和管理状态栏的类。它继承自 QFrame 类&#xff0c;提供了在主窗口底部显示消息、进度等信息的功能。以下是一些 QStatusBar 类的重要接口&#xff1a; 1.1 QStatusBar构造函数 QStatusBar(QWidget *parent nullptr);…...

后端接口性能优化分析-程序结构优化

&#x1f44f;作者简介&#xff1a;大家好&#xff0c;我是爱吃芝士的土豆倪&#xff0c;24届校招生Java选手&#xff0c;很高兴认识大家&#x1f4d5;系列专栏&#xff1a;Spring源码、JUC源码&#x1f525;如果感觉博主的文章还不错的话&#xff0c;请&#x1f44d;三连支持&…...

【SpringBoot3+Vue3】三【实战篇】-后端(优化)

目录 一、登录优化-redis 1、SpringBoot集成redis 1.1 pom 1.2 yml 1.3 测试程序&#xff08;非必须&#xff09; 1.4 启动redis&#xff0c;执行测试程序 2、令牌主动失效&#xff08;代码优化&#xff09; 2.1 UserController设置token到redis 2.2 登录拦截器Log…...

DevExpress中文教程 - 如何在macOS和Linux (CTP)上创建、修改报表(上)

DevExpress Reporting是.NET Framework下功能完善的报表平台&#xff0c;它附带了易于使用的Visual Studio报表设计器和丰富的报表控件集&#xff0c;包括数据透视表、图表&#xff0c;因此您可以构建无与伦比、信息清晰的报表。 DevExpress Reports — 跨平台报表组件&#x…...

一个iOS tableView 滚动标题联动效果的实现

效果图 情景 tableview 是从屏幕顶部开始的&#xff0c;现在有导航栏&#xff0c;和栏目标题视图将tableView的顶部覆盖了 分析 我们为了达到滚动到某个分区选中标题的效果&#xff0c;就得知道 展示最顶部的cell或者区头在哪个分区范围内 所以我们必须首先获取顶部的位置 …...

代码执行相关函数以及简单例题

代码/命令 执行系列 相关函数 &#xff08;代码注入&#xff09;...

大数据爬虫分析基于Python+Django旅游大数据分析系统

欢迎大家点赞、收藏、关注、评论啦 &#xff0c;由于篇幅有限&#xff0c;只展示了部分核心代码。 文章目录 一项目简介 二、功能三、系统四. 总结 一项目简介 基于Python和Django的旅游大数据分析系统是一种使用Python编程语言和Django框架开发的系统&#xff0c;用于处理和分…...

C# 结构体介绍

文章目录 定义结构体实例化结构体结构体的值类型特性结构体和类的区别限制 C# 中的结构体&#xff08;Struct&#xff09;是一种值类型数据结构&#xff0c;用于封装不同或相同类型的数据成一个单一的实体。结构体非常适合用来表示轻量级的对象&#xff0c;比如坐标点、颜色值或…...

【机器学习】特征工程:特征预处理,归一化、标准化、处理缺失值

特征预处理采用的是特定的统计方法&#xff08;数学方法&#xff09;将数据转化为算法要求的数字 1. 数值型数据 归一化&#xff0c;将原始数据变换到[0,1]之间 标准化&#xff0c;数据转化到均值为0&#xff0c;方差为1的范围内 缺失值&#xff0c;缺失值处理成均值、中…...

Pytorch torch.norm函数详解用法

torch.norm参数定义 torch版本1.6 def norm(input, p"fro", dimNone, keepdimFalse, outNone, dtypeNone)input input (Tensor): the input tensor 输入为tensorp p (int, float, inf, -inf, fro, nuc, optional): the order of norm. Default: froThe following …...

【DevOps】Git 图文详解(二):Git 安装及配置

Git 图文详解&#xff08;二&#xff09;&#xff1a;Git 安装及配置 1.Git 的配置文件2.配置 - 初始化用户3.配置 - 忽略.gitignore Git 官网&#xff1a;https://www.git-scm.com/ 下载安装包进行安装。Git 的使用有两种方式&#xff1a; 命令行&#xff1a;Git 的命令通过系…...

亚马逊美国站CPC认证ASTM F963测试项目要求有哪些?

ASTM F963是美国材料和试验联合会&#xff08;ASTM&#xff09;制定的儿童玩具安全性的标准规范&#xff0c;专门针对儿童玩具产品的安全性进行了规定和要求。 ASTM F963标准的内容和要求包括&#xff1a; 1、物理机械性能&#xff1a;规定了玩具的物理机械性能要求&#xff0…...

通付盾Web3专题 | KYT/AML:Web3合规展业的必要条件

与传统证券一样&#xff0c;基于区块链技术发展出来的虚拟资产交易所经历了快速发展而缺乏有效监管的行业早期。除了科技光环加持的各种区块链项目方、造富神话之外&#xff0c;交易所遭到黑客攻击、内部偷窃作恶、甚至经营主体异常而致使投资人血本无归的案例亦令人触目惊心。…...

Centos8配置Zabbix5.0中文汉化

1.点击【Sign in】按钮&#xff0c;输入用户名和密码进入Zabbix的首页&#xff0c;结果如图。 2.点击左边导航栏的【User settings】链接&#xff0c;进入用户个性化设置界面&#xff0c;结果如图。 3.在搭建Zabbix的虚拟机上使用yum命令下载中文包。 yum install glibc-langpa…...

元数据管理,数字化时代企业的基础建设

随着新一代信息化、数字化技术的应用&#xff0c;众多领域通过科技革命和产业革命实现了深度化的数字改造&#xff0c;进入到以数据为核心驱动力的&#xff0c;全新的数据处理时代&#xff0c;并通过业务系统、商业智能BI等数字化技术和应用实现了数据价值&#xff0c;从数字经…...

大数据之Hive:regexp_extract函数案例

目录 一、正则的通配符简介1、正则表达式的符号及意义2、各种操作符的运算优先级&#xff1a; 二、案例数据要求分析实现输出结果实现2实现3 总结 一、正则的通配符简介 1、正则表达式的符号及意义 符号含义实列/做为转意&#xff0c;即通常在"/"后面的字符不按原来…...

tsconfig.json无法写入文件“XXXX“因为它会覆盖输入文件

在开发ts项目的时候&#xff0c;包错提示无法写入文件&#xff1a; tsconfig.json无法写入文件"XXXX"因为它会覆盖输入文件 这是tsconfig.json文件配置问题&#xff0c;需要加入下面的配置就好了&#xff1a; {"compilerOptions": {"outDir": …...

本周Github有趣项目:draw-a-ui等

有趣的项目、工具和库 gpt-crawler 抓取网站以生成知识文件&#xff0c;从而从 URL 创建您自己的自定义 GPT。 需要步骤&#xff1a; 配置运行爬虫、 将您的数据上传到 OpenAI&#xff1a;使用此选项通过 UI 访问您生成的知识&#xff0c;您可以轻松与他人共享 创建自定义助…...

VBA如何快速识别Excel单元格中的文本数字

Excel中一种非常特殊的数字&#xff0c;这些数字看似数字&#xff0c;其实是文本格式&#xff08;下文简称为文本数字&#xff09;&#xff0c;在单元格的左上角会有一个绿色小三角作为标志&#xff0c;如B1:B3单元格。 在编程时为什么需要区分普通数字和文本数字呢&#xff…...

Mysql数据库 16.SQL语言 数据库事务

一、数据库事务 数据库事务介绍——要么全部成功要么全部失败 我们把完成特定的业务的多个数据库DML操作步骤称之为一个事务 事务——就是完成同一个业务的多个DML操作 例&#xff1a; 数据库事务四大特性 原子性&#xff08;A&#xff09;&#xff1a;一个事务中的多个D…...

docker 部署Redis集群(三主三从,以及扩容、缩容)

1&#xff1a;创建6个redis容器 docker run -d --name redis01 --net host --privilegedtrue -v /opt/redis/redis01:/data redis:6.0.8 --cluster-enabled yes --appendonly yes --port 6381 docker run -d --name redis02 --net host --privilegedtrue -v /opt/redis/redis0…...

JavaScript 浮点数运算的精度问题及解决

JavaScript 浮点数运算的精度问题及解决 在 JavaScript 中整数和浮点数都属于 Number 数据类型&#xff0c;当浮点数做数学运算的时候&#xff0c;你经常会发现一些问题&#xff0c;举几个例子&#xff1a; 0.1 0.2 0.30000000000000004 console.log(0.1 0.2) 0.3000000…...

基于STM32的无线传感器网络(WSN)通信方案设计与实现

无线传感器网络&#xff08;Wireless Sensor Network&#xff0c;简称WSN&#xff09;是由一组分布式的无线传感器节点组成的网络&#xff0c;用于监测和收集环境中的各类物理信息。本文将基于STM32微控制器&#xff0c;设计并实现一个简单的无线传感器网络通信方案&#xff0c…...

Flink和Kafka连接时的精确一次保证

Flink写入Kafka两阶段提交 端到端的 exactly-once&#xff08;精准一次&#xff09; kafka -> Flink -> kafka 1&#xff09;输入端 输入数据源端的 Kafka 可以对数据进行持久化保存&#xff0c;并可以重置偏移量&#xff08;offset&#xff09; 2&#xff09;Flink内…...

UE4动作游戏实例RPG Action解析三:实现效果,三连击Combo,射线检测,显示血条,火球术

一、三连Combo 实现武器三连击,要求: 1.下一段Combo可以随机选择, 2.在一定的时机才能再次检测输入 3. 等当前片段播放完才播放下一片段 1.1、蒙太奇设置 通过右键-新建蒙太奇片段,在蒙太奇里创建三个片段,并且移除相关连接,这样默认只会播放第一个片段 不同片段播…...

Linux/麒麟系统上部署Vue+SpringBoot前后端分离项目

目录 1. 前端准备工作 1.1 在项目根目录创建两份环境配置文件 1.2 环境配置 2. 后端准备工作 2.1 在项目resources目录创建两份环境配置文件 2.2 环境配置 3. 前后端打包 3.1 前端打包 3.2 后端打包 4、服务器前后端配置及部署 4.1 下载、安装、启动Nginx 4.2 前端项目部署…...

STM32在FreeRTOS下的us延时

STM32在FreeRTOS下的us延时 前言 freeRTOS下跑SPI时需要微秒级别的延时&#xff0c;但是freeRTOS只提供了毫秒级的&#xff0c;记录一下实现us延时的方法。 前期分析 最简单的方式就是开个定时器或者干脆直接计算一下用nop做都可以实现us延时&#xff0c;但是显然还是使用滴…...

软件测试/人工智能丨深入人工智能软件测试:PyTorch引领新时代

在人工智能的浪潮中&#xff0c;软件测试的角色变得愈发关键。本文将介绍在人工智能软件测试中的一些关键技术&#xff0c;以及如何借助PyTorch深度学习框架来推动测试的创新与升级。 PyTorch&#xff1a;深度学习的引擎 PyTorch作为一种开源的深度学习框架&#xff0c;为软件…...

Android 当中的 Fragment 协作解耦方式

Android 当中的 Fragment 协作解耦方式 文章目录 Android 当中的 Fragment 协作解耦方式第一章 前言介绍第01节 遇到的问题第02节 绘图说明 第二章 核心代码第01节 代理人接口第02节 中间人 Activity第03节 开发者A第04节 开发者B第05节 测试类 第一章 前言介绍 第01节 遇到的…...