Solution 1:
The systemd commands would be
Disable
sudo systemctl disable apport.service
If that does not work, you need to mask the service
systemctl mask apport.service
To reenable
systemctl unmask apport.service
sudo systemctl enable apport.service