Linux安装(十一)之Doris(单机版)的安装


创建文件夹和目录

mkdir  /opt/software

cd /opt/software/

ls

第一步就是下载apt-get

curl https://raw.githubusercontent.com/dvershinin/apt-get-centos/master/apt-get.sh -o /usr/local/bin/apt-get

第二步修改权限:

chmod 0755 /usr/local/bin/apt-get

编译

apt-get -y update