版本装高了,想卸载,执行命令:sudo apt remove --purge emqx;提示:sudo: apt: command not found
apt命令不存在,确认一下是不是拼错了,或者sudo和apt中间少空格了
看一下你的操作系统版本呢?
系统是centos7
centos7是yum remove emqx* ,apt 是ubuntu系统命令
好,谢谢
yum remove emqx* 这个命令也不行,卸载不了
详细现象或报错是什么呢
Loaded plugins: fastestmirror, langpacks
Repository epel is listed more than once in the configuration
No Match for argument: emqx.conf
No Match for argument: emqx.conf.example
No Packages marked for removal
先确认一下emqx安装包是不是安装上了,rpm -qa|grep emqx 如果没有输出说明没有安装emqx
emqx-5.0.21_g97e7c439-1.el7.x86_64 有安装
试试 yum remove emqx-5.0.21_g97e7c439-1.el7.x86_64