Linux OpenEuler 环境在线 + 离线安装及卸载
安装环境
NAME="openEuler"
VERSION="22.03 (LTS-SP1)"
ID="openEuler"
VERSION_ID="22.03"
PRETTY_NAME="openEuler 22.03 (LTS-SP1)"
ANSI_COLOR="0;31"
1. 在线安装
[root@tcloud milvus]# yum install ./milvus-2.1.4-1.el7.x86_64.rpm
安装日志:
OS 3.2 MB/s |3.4 MB 00:01 everything 10 MB/s |16 MB 00:01 EPOL 4.0 MB/s |3.8 MB 00:00 debuginfo 5.2 MB/s |3.9 MB 00:00 source1.7 MB/s |1.7 MB 00:01 update 5.4 MB/s |83 MB 00:15 update-source 2.8 MB/s |2.0 MB 00:00 Dependencies resolved. =============================================================================================================================================================================================================== Package Architecture Version Repository Size =============================================================================================================================================================================================================== Installing: milvus x86_64 2.1.4-1.el7 @commandline 60 M Installing dependencies: libquadmath x86_64 10.3.1-28.oe2203sp1 update 177 k tbb x86_64 2020.3-5.oe2203sp1 OS 147 k tbb-devel x86_64 2020.3-5.oe2203sp1 OS 324 k Transaction Summary =============================================================================================================================================================================================================== Install 4 Packages Total size: 61 M Total download size: 648 k Installed size: 391 M Is this ok [y/N]: y Downloading Packages: (1/3): libquadmath-10.3.1-28.oe2203sp1.x86_64.rpm 238 kB/s |177 kB 00:00 (2/3): tbb-2020.3-5.oe2203sp1.x86_64.rpm 194 kB/s |147 kB 00:00 (3/3): tbb-devel-2020.3-5.oe2203sp1.x86_64.rpm 409 kB/s |324 kB 00:00 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 807 kB/s |648 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction succeeded. Running transaction Preparing :1/1 Installing : libquadmath-10.3.1-28.oe2203sp1.x86_64 1/4 Installing : tbb-2020.3-5.oe2203sp1.x86_64 2/4 Installing : tbb-devel-2020.3-5.oe2203sp1.x86_64 3/4 Installing : milvus-2.1.4-1.el7.x86_64 4/4 Running scriptlet: milvus-2.1.4-1.el7.x86_64 4/4 Verifying : tbb-2020.3-5.oe2203sp1.x86_64 1/4 Verifying : tbb-devel-2020.3-5.oe2203sp1.x86_64 2/4 Verifying : libquadmath-10.3.1-28.oe2203sp1.x86_64 3/4 Verifying : milvus-2.1.4-1.el7.x86_64 4/4 Installed: libquadmath-10.3.1-28.oe2203sp1.x86_64 milvus-2.1.4-1.el7.x86_64 tbb-2020.3-5.oe2203sp1.x86_64 tbb-devel-2020.3-5.oe2203sp1.x86_64 Complete!

