Ubuntu16卸载firewalld

Posted sanqima

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu16卸载firewalld相关的知识,希望对你有一定的参考价值。

    使用root权限卸载firewalld,先禁用防火墙,然后卸载firewalld,命令依次如下:

1、查找防火墙的全称

# 查找防火墙的全称
dpkg --list|grep "fire*"

2、禁用防火墙

# 禁用firewalld
systemctl disable firewalld
systemctl stop firewalld

# 禁用ufw
ufw disable

3、卸载防火墙

# 开始卸载
sudo apt-get --purge remove firewalld

# 输入y,表示确认卸载
y

以上是关于Ubuntu16卸载firewalld的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu16.04 yum报错:There are no enabled repos. Run “yum repolist all“ to see the repos you have.(代码片段

无法从 Ubuntu 16.04 卸载 anaconda

Ubuntu16.04版安装及卸载VMwareTools的步骤

无法从 ubuntu 16.04 LTS 卸载节点

text Solr卸载(Ubuntu 16.04)

linux_ubuntu16.04简单卸载python3。