1.更换国内源(清华源)
首先备份 CentOS-Base.repo
cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo123
使用 su 命令切换到 root 用户,再执行
vim /etc/yum.repos.d/CentOS-Base.repo
向 CentOS-Base.repo 添加下面代码
#CentOS-Base.repo
#The mirror system uses the connecting IP address of the client and the
#update status of each mirror to pick mirrors that are updated to and
#geographically close to the client. You should use this for CentOS updates
#unless you are manually picking other mirrors.
#If the mirrorlist= does not work for you, as a fall back you can try the
#remarked out baseurl= line instead.
[base]
name=CentOS-releasever−Basebaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever - Base baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever−Basebaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever/os/KaTeX parse error: Expected 'EOF', got '#' at position 11: basearch/ #̲mirrorlist=http…releasever&arch=$basearch&repo=os
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7#released updates
[updates]
name=CentOS-releasever−Updatesbaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever - Updates baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever−Updatesbaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever/updates/KaTeX parse error: Expected 'EOF', got '#' at position 11: basearch/ #̲mirrorlist=http…releasever&arch=$basearch&repo=updates
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7#additional packages that may be useful
[extras]
name=CentOS-releasever−Extrasbaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever - Extras baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever−Extrasbaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever/extras/KaTeX parse error: Expected 'EOF', got '#' at position 11: basearch/ #̲mirrorlist=http…releasever&arch=$basearch&repo=extras
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-releasever−Plusbaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever - Plus baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever−Plusbaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever/centosplus/KaTeX parse error: Expected 'EOF', got '#' at position 11: basearch/ #̲mirrorlist=http…releasever&arch=$basearch&repo=centosplus
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
最后执行下面命令更新缓存,这里需要联网
yum clean all # 清除系统所有yum缓存
yum makecache # 生成yum缓存
2.配置安装环境
#安装epel源
yum list | grep epel-release
yum install -y epel-release
#再次清除系统yum缓存,并重新生成新的域名缓存
yum clean all # 清除系统所有yum缓存
yum makecache # 生成yum缓存
#查看系统可用的yum源和所有的yum源
yum repolist enable
yum repolist all
#安装必备插件
yum install unzip
yum install glibc.i686
yum install gcc
yum install libX11.so.6
3.安装SEP
安装Symantec Endpoint Protection Manager
安装Symantec Endpoint Protection之前,检测kernel-devel-(uname−r),kernel−headers−(uname -r),kernel-headers-(uname−r),kernel−headers−(uname -r)
具体见https://blog.csdn.net/qq_22938603/article/details/122364211
使用SEPM生成linux安装包(.zip)
<1>在客户端页面,点击安装客户端

<2>在弹出的客户端部署向导页面中选择新软件包部署,之后点击下一步

<3>选择需要的软件包,点击下一步

<4>选择保存软件包,点击下一步

<5>选择保存路径

生成的软件包

根目录新建文件夹
mkdir SEP
上传文件到SEP文件夹中(可以使用x-ftp)
进入SEP目录
cd /SEP
解压文件夹
unzip SymantecEndpointProtection.zip -d SEP
SymantecEndpointProtection.zip zip文件名
SEP 解压后目标文件名
进入SEP文件夹
cd SEP
赋予权限
chmod u + x install.sh
使用内置脚本安装SEP
./install.sh -i
脚本默认安装目录:/opt/Symantec/symantec_antivirus
查看安装状态
cd /opt/Symantec/symantec_antivirus
./sav info -p
本文介绍了如何在CentOS 7上安装Symantec Endpoint Protection 14,包括更换为清华源以加速下载,安装环境配置,添加EPEL源,安装必需的依赖,以及详细步骤和命令来执行安装过程。


&spm=1001.2101.3001.5002&articleId=122332059&d=1&t=3&u=8130f7a0248a4c9ea9ca77f92abdb4f0)
1627

被折叠的 条评论
为什么被折叠?



