Pages

Disable and uninstalling AppArmor in Ubuntu Server

linux inside
This is how to disable and uninstalling apparmor in Ubuntu Server.

First, log in as root, and use the command following..

sudo /etc/init.d/apparmor stop
sudo update-rc.d -f apparmor remove
sudo aptitude remove apparmor apparmor-utils


Hopefully this article is helpful

0 comments:

Post a Comment